/* ########## ALLGEMEINE ELEMENTE ############### */
html, body
{
	font-size:13px;
	font-family:arial, verdana;
	width:100%;
	background:#FFF url("files/Bilder/bg-clouds.jpg") repeat-x center top;
	line-height:150%;
	height:100%;
}

h1
{
	margin-bottom:10px;
	font-family:trebuchet MS, arial;
	font-size:18px;
	font-weight:normal;
	color:#003399;
	border-bottom:1px solid #003399;
	padding-bottom:2px;
}

h2
{
	font-family:trebuchet MS, arial;
	margin-bottom:10px;
	font-size:15px;
	font-weight:bold;
	color:#003399;
}

h3
{
	margin-bottom:3px;
	font-size:12px;
	font-weight:bold;
}

#clear, .clear
{
	clear:both;
}

div.inside
{

}

a
{
	color:#003399;
	text-decoration:none;
}

a:hover
{
	color:#028fe7;
	text-decoration:none;
}



.invisible
{
	display:none;
}

.error
{
	margin:0px;
	padding:2px 0px 0px 0px;
	font-size:9px;
	color:#ff0000;
}

/* ########## KONTAKTFORMULAR ############### */

.formbody table
{
	border-spacing:2px;
}

#formular td.col_0.col_first
{
	width:150px;
	margin:2px;
	padding-left:8px;
	background-color:#dceafb;
	border:1px solid transparent;
	height:17px;
	border-spacing:2px;
}

#formular td.col_1.col_last
{
	padding-left:8px;
	height:25px;
	
}

#formular td.col_1.col_last input
{
	width:200px;
	height:18px;
	/height:18px;
	font-family: arial, verdana; 
	font-size:13px;

}


#formular td.col_1.col_last input.submit
{
	width:150px;
	height:25px;
	font-family: arial, verdana; 
	font-size:13px;

}

#formular textarea
{
	width:380px;
	height:200px;
	font-family: arial, verdana; 
	font-size:13px;
}

#formular td.col_1.col_last.submit input 
{
	height:35px;
	line-height:35px;
}

/* ########## SEITENSPEZIFISCHE ELEMENTE ############### */

#wrapper
{
	position:relative;
	margin:0 auto;
	width:904px;
	height:100%;
	min-height: 100%;
    height: auto !important;
    height: 100%;
	padding-left:12px;
	padding-right:12px;
	z-index:2;
	background:white;
}

#shadow_right
{
	position:absolute;
	background:url("files/Bilder/shaddow-right.png") repeat-y top right;
	top:0;
	height:100%;
	right:-12px;
	z-index:100;
	width:12px;
}

#shadow_left
{
	position:absolute;
	background: url("files/Bilder/shaddow-left.png") repeat-y top left;
	top:0;
	height:100%;
	left:-12px;
	z-index:100;
	width:12px;
}

#secondbackground
{
	position:absolute;
	top:283px;
	background:url("files/Bilder/bg-top2-alternativ.jpg") repeat-x top left;
	width:100%;
	height:513px;
	left:0;
	z-index:1;
}

	#head
	{
		background:#FFF url("files/Bilder/VHW-Logo.gif") no-repeat 0 5px;
		height:304px;
		position:relative;
	}
	
		#head div#headermenu
		{
			position:absolute;
			right:12px;
			top:23px;
			color:#0B74C5;
		}
		
			#head div#headermenu a
			{
				color:#003399;
			}
			
				#head div#headermenu a:hover,
				#head div#headermenu a.active
				{
					text-decoration:underline;
				}
				
		#head div.Kopfmotiv
		{
			position:absolute;
			top:99px;
			left:0px;
		}

			#head div.Kopfmotiv img
			{
				height:204px;
				width:904px;
				padding-top:2px;
			}
		
		#head ul.hauptmenu
		{
			position:absolute;
			top:66px;
			right:0px;
		}
	
			#head ul.hauptmenu li
			{
				float:left;
				display:block;
				list-style:none;
				margin:1px;
				margin-right:0;
				position:relative;
			}
			
			#head ul.hauptmenu li a
			{
				display:block;
				padding:10px;
				padding-left:15px;
				padding-right:15px;
				background:url("files/Bilder/bg-menu-tabs.gif") repeat-x top left;
				color:white;
			}
			
			#head ul.hauptmenu li a.active,
			#head ul.hauptmenu li a.trail
			{
				background:url("files/Bilder/bg-menu-tabs-active.gif") repeat-x top left;
				color:#c7ddf9;
			}
			
			#head ul.hauptmenu li a:hover
			{
				background:url("files/Bilder/bg-menu-tabs-mo.gif") repeat-x top left;

			}
			
	
	
	#content
	{
		background:url("files/Bilder/bg-seiteninhalt-oben.jpg") repeat-x top left;
		padding:18px;
		padding-top:30px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}

		#content #center
		{
			padding-bottom:15px;
			font-size:13px;
		}
		
		#content #center li 
		{
			background-image:url(dot.png);
			background-position:0 5px;
			background-repeat:no-repeat;
			border-top:1px dotted #9d9d9d;
			padding:6px 0 6px 25px;
		}
		
	#content #center #artikel {
	height: 188px;
	width:600px;
	padding-bottom:20px;
	float:none;
	display:block;
	}	
		
		
	#content #center #ansprechpartner {
	height: 145px;
	width:600px;
	padding-bottom:20px;
	float:none;
	display:block;
	}	
		
	#content #center #artikel288 {
	height: 288px;
	width:600px;
	padding-bottom:20px;
	float:none;
	display:block;
	}	
	
	#content #center #artikel333 {
	height: 333px;
	width:600px;
	padding-bottom:20px;
	float:none;
	display:block;
	}	
		
	#footer
	{
		background:#F8FBFE url("files/Bilder/bg-footer.gif") repeat-x;
		height:73px;
		padding-left:20px;
		padding-top:13px;
		margin-left:-12px;
		margin-right:-12px;
		width:909px;
		position: relative;
	}
		
			#footer ul li
			{
				padding-bottom:0px;
				font-size:11.3px;
				line-height:16px;
			}
			
			#footer div
			{
				float:left;
			}
			
				#footer div.anschrift
				{
					padding-right:40px;
				}
				
				#footer div.kontakt
				{
					padding-right:70px;
				}
					
					#footer div.kontakt a
					{
						color:black;
					}
					
				
				#footer div.soledos
				{
					color:#8DB0CE;
					padding-right:300px;
					
				}
				
					#footer div.soledos a
					{
						color:#8DB0CE;						
					}
				
				#footer div.logo
				{
					text-align:right;
					padding-top:2px;
					padding-top:-5px;
				}
				
					#footer div.logo a
					{
						display:block;
						margin-top:-5px;
						font-size:9px;
						color:#0056C5;
						/padding-top:4px;	
					}
					
					#footer .mhigruppe{
						position: absolute;
						top:10px;
						right:10px;
						font-size:11px;
						color:#666666;
					}
					#footer .mhigruppe a img{
						margin-bottom:-20px;
					}
					
	
			
			#footer a.active, #footer a:hover
			{
				text-decoration:underline;
			}
	
	
/* ########## SUBMENU ############### */

		ul#submenu
		{
			
		}
		
			ul#submenu li
			{
				background-image:url(dot.png);
				background-position:0 5px;
				background-repeat:no-repeat;
				border-top:1px dotted #9d9d9d;
				padding:6px 0px 6px 25px;
			}
			
			ul#submenu li a
			{
				display:block;
			}
			
			ul#submenu li a.active,
			ul#submenu li a.trail,
			ul#submenu li a:hover
			{
				text-decoration:underline;
				color:blue;
			}
			
/* ########## SUCHMASCHINE ############### */
	
	#suchmaschine
	{
		margin-top:30px;
		background:orange;
		padding:10px;
	}
