html, body { margin:0; padding:0; font-family:Verdana,Arial; position:relative; }

.header { width:100%; background-color:#a1c5e9; height:100px; margin:0; padding:0;}

	.logo { float:left; height:100px; overflow:hidden; width:311px; background-color:white; }
		.logo a{ border:0; text-decoration:none; }
		.logo img { border:0; margin:0; padding:0; padding-left:15px; padding-top:15px; }

	.menuitem {  float:left; height:100px; padding:0 20px; margin:0; color:white; }
	.menuitem_over {  background-color:#009de0; }
	.menuitem_active {  background-color:#009de0; }
		.menuitem a { color:white; display:block; height:25px; width:100%; text-decoration:none; font-size:14px; padding-top:75px; }
			.menuitem a:link { color:white; }
			.menuitem a:active { color:white; }
			.menuitem a:visited { color:white; }
			.menuitem a:hover { color:white; }

.leftbar { position:absolute; top:101px; left:0px; width:311px; }

.maincontent { position:relative; width:690px; left:311px; }
	.maincontent p { padding:20px; margin:0px; position:relative; font-size:12px; color:#666; } 
	.bigpicture { position:relative; }
	.maintext { height:134px; overflow:hidden; display:block; }

.admin { position:relative; min-height:20px; }	
.admin_editlink { position:absolute; top:0px; right:0px; padding:5px; background-color:black; color:white; }
.htmleditor { width:690px; height:300px; }


.kontaktdiv { left:197px; position:absolute; top:249px; width:464px; }
.errordiv { 
	background-color:white;
	border:1px solid black;
	left:197px;
	padding:10px;
	position:absolute;
	text-align:center;
	top:149px;
	width:360px;
}
input { 
	background-image:url(/app/webroot/img/kontakt-background.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:36px;
	margin:0;
	padding:9px;
	width:430px;
}
textarea {
	background-image:url(/app/webroot/img/kontakt-background-text.jpg);
	background-repeat:no-repeat;
	border:medium none;
	height:72px;
	margin:0;
	padding:9px;
	width:430px;
}

input[type="image"] { width:126px; height:29px; cursor:pointer; border:none; background:none; padding:0; margin:0;}
	
.kontakt-left { float:left; }



