@charset "utf-8";
body 
	{
		background-color:#E5E5E5;
		text-align: center;
	}
.center
	{
		margin-left: auto;
		margin-right: auto;
		margin-top:50px;
		width: 61em;
		text-align: left;
	}
.kwick1
	{
	background-image:url('../img/bern_veenstra.png');
	}
.kwick2 
	{
		background-color:#030
	/* background-image:url('../img/gestalt.png');*/
	}
.kwick3 
	{
		background-color:#030 
	/* background-image:url('../img/info.png');*/
	}
.kwick4
 	{
		background-color:#030
	/*background-image:url('../img/wie.png');*/
	}
.kwick5
	{
		background-color:#030
	/*background-image:url('img/contact.png');*/
	}
#logo
	{
		position: absolute;
		width: auto;
		height: auto;
		margin-left:713px;
		margin-top:555px;
		z-index:+1;
	}
#button
	{
		position: absolute;
		width: auto;
		height: auto;
		margin-left:980px;
		margin-top:-8px;
		z-index:+1;
	}
.button-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
    background: #356094;
    border: solid 1px #2A4E77;
    text-decoration: none;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

/*style info paina*/
.picture{
position: absolute;
margin-left: 205px;
margin-top: 0px;
z-index:10;
}
.info {
	position: absolute;
	height: auto;
	font-family: "Verdana",Verdana;
	color: #999999;
	margin-left: 120px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
div.info{
	width: 665px;
	height:600px;
	overflow:auto;
}
 
h1.info {
	position: relative;
	text-align:left;
	font-size:20px;
    padding: 0;
	
}
h2.info {
	position: relative;
	text-align:left;
	font-size:17px;
	padding: 0;
	
}


p.info {
	position:relative;
	text-align:left;
	font-size:15px;
	padding: 0px;
}

/*style gestalt paina*/
.gestalt {
	position: absolute;
	height: auto;
	font-family: "Verdana",Verdana;
	color: #999999;
	margin-left: 120px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 20px;
}
div.gestalt{
	width: 665px;
	height:600px;
	overflow:auto;
}
 
h1.gestalt {
	position: relative;
	text-align:left;
	font-size:17px;
    padding: 0;
	
}
h2.gestalt {
	position: relative;
	text-align: left;
	font-size: 20px;
	padding: 0;
	
}


p.gestalt {
	position: relative;
	text-align: left;
	margin-top: 30px;
	font-size: 17px;
	padding: 0px;
}

/** { margin: 0; padding: 0; outline: none; }
html { font-size: 62.5%; height: 101%; }

body { background: #fff; font-family: "Calibri", Arial, sans-serif; }
img { border: 0; }
*/
a { color: #3a51b2; text-decoration: none; }
a:hover { text-decoration: underline; }

h2 { font-size: 1.8em; line-height: 1.9em; margin-bottom: 15px;  }

p { color: #656565; font-size: 1.2em; margin-bottom: 10px; }

#wrapper-form {
width:420px;
height:700px; 
margin-top:100px;
margin-left:300px;
overflow:hidden;
}

label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 500px; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #dee5f0;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #224983;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#2f52b7), to(#0e3a7d)); 
background: -moz-linear-gradient(top, #2f52b7, #0e3a7d); 
background: -webkit-linear-gradient(top, #2f52b7, #0e3a7d);
background: -o-linear-gradient(top, #2f52b7, #0e3a7d);
background: -ms-linear-gradient(top, #2f52b7, #0e3a7d);
background: linear-gradient(top, #2f52b7, #0e3a7d);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f52b7', endColorstr='#0e3a7d'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#284f9d), to(#0c2b6b)); 
background: -moz-linear-gradient(top,  #284f9d, #0c2b6b); 
background: -webkit-linear-gradient(top, #284f9d, #0c2b6b);
background: -o-linear-gradient(top, #284f9d, #0c2b6b);
background: -ms-linear-gradient(top, #284f9d, #0c2b6b);
background: linear-gradient(top, #284f9d, #0c2b6b);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#0c2b6b');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}