/**
** CSS FORMATIERUNG
** Project: VHW 
** Author: Squadhouse-Media, Tuttlingen
** All rights reserved
**/
p {margin:0;padding:0;}

body
{	left:0;
	top:0;
	margin:0;
	padding:0;
	scrollbar-3dlight-color:#FFFFFF	;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#BDBFC1;
	scrollbar-shadow-color:#003366;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color: #003366;
	text-align:center;
}


#sqhpage
{	background-color: transparent;
	left: 0px;
	width: 100%;
	text-align: center;
}

#centerpage 
{	margin: auto;
	position: relative;
	width:1019px;
	height:601px;
	background-image:url(images/bg.jpg);
    background-repeat:no-repeat;
	text-align:center;
}

#header
{	height:75px;
	width:1019px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:left;

}


#headernav
{	margin:0;padding:0;list-style-type:none;
	padding-right:0px;
	font-family:Arial;
	font-size:12px;
	color:#002F67;
	width:989px;
	padding-left:80px;

	float:left;
}

#headernav #current
{	color:#ff0000;


}
	
#headernav ul
{	margin:0px; padding:0px; height:16px;}

	
#headernav li
{	padding:0px; margin:0;
	float:left; padding-right:20px;
	font-weight:bold;color:#000000;
	text-decoration:none;list-style-type:none;
	background-image:url(images/navbg.jpg);
	background-repeat:no-repeat;
	background-position:right;

}
#headernav li a:link { 	font-weight:bold;	text-decoration:none;color:#000000;}
#headernav li a:visited { 	font-weight:bold;	text-decoration:none;color:#000000;}
#headernav li a:active { }
#headernav li a:hover{
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
	float:left;
	

}

#headerbild{
	width:1018px;
	height:119px;
	overflow:hidden;

	float:left;
}

#content{	width:1019px;
	height:325px;
	padding-top:35px;
	float:left;
}

#contentleft{
	width:480px;
	height:325px;
	float:left;
	text-align:right;
}

#contentlefttop{
	width:480px;
	height:220px;
	float:left;
	text-align:right;
}

#contentleftbottom{
	width:480px;
	height:100px;
	float:left;
	text-align:right;
}


#contentleft2{
	width:280px;
	height:325px;
	float:left;
	text-align:left;
font-family:arial;
	font-size:11px;
	padding-left:200px;
}

#contentright{
	width:510px;
	height:325px;
	float:left;
	text-align:left;
	font-family:arial;
	font-size:11px;
	padding-left:10px;
	overflow:auto;
}

#contentright2{
	width:590px;
	height:325px;
	float:left;
	text-align:left;
	font-family:arial;
	font-size:11px;
	padding-left:210px;
}

#footer
{	height:27px;
	width:1019px;
	padding-top:2px;
	float:left;
}

#footer_left
{	margin:0;padding-top:0px;list-style-type:none;
	padding-right:0px;
	font-family:Arial;
	font-weight:normal;
	font-size:11px;
	color:#002F67;
	width:402px;
	float:left;
	padding-left:70px;
	
}

#footer_left ul
{margin:0px; padding:0px;}

#footer_left li
{	padding:0px; margin:0px; float:left; padding-right:10px;
	font-weight:bold;color:#000000;	text-align:left;	text-decoration:none;list-style-type:none; 
	background-image:url(images/footernavbg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#footer_left li a:link { 	font-weight:bold;	text-decoration:none;color:#000000;	}
#footer_left li a:visited { 	font-weight:bold;	text-decoration:none;color:#000000;	}
#footer_left li a:active { }
#footer_left li a:hover{
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
	font-size:11px;
	float:left;
}


#footer_right
{	width:480px;
	float:left;
	text-align:right;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;


}


.textfeld, .textarea , .select{border-bottom:1px solid #2b2c7e;border-top:1px solid #c2c2c2;border-left:1px solid #c2c2c2; border-right:1px solid #c2c2c2;background-color:transparent;font-size:12px;vertical-align:middle; color:#000000; padding:0px; margin:0px;}
.button{border-bottom:2px solid #2b2c7e;border-top:1px solid #c2c2c2;border-left:1px solid #c2c2c2; border-right:1px solid #c2c2c2;background-color:transparent;font-size:11px; color:#000000; font-weight:normal; vertical-align:middle;padding:0px;}
