body
{
	margin:						40px auto;
	padding:					0;
	text-align:				center;
	font: 						.8em Verdana, Geneva, Arial, sans-serif;
}
img { border: 0; }

#contentwrap 
{
	text-align:				left;
	width:						850px;
	margin:						0 auto;
}

#mainnavigation 
{
	text-align:				right;
}

a 
{
	color:						#2176a3;
	text-decoration:	none;
}

#mainnavigation ul li 
{ 
	display: 					inline; 
	margin-left:			20px;
}                 

#headerimage 
{
	width:						850px;
	margin:						0 auto;
}
#headerimage .left
{
	width:						270px;
	background-image:	url(farbverlauf.jpg);
	height:						244px;
	float:						left;
	color:						#fff;
	padding:					10px;
}
#headerimage .right
{
	background-image:	url(shakehands.jpg);
	margin-left:			290px;	
	height:						264px;
}
#content
{
	clear:						both;
}
#content #subnav
{
	padding-top:			15px;
	width:						290px;
	height:						100%;
	float:						left;
	background-color:	#FFF;

}
#content .rightcontent
{
	padding-top:			15px;
	margin-left:			300px;	
}

#footer{
	clear:both;
	margin-top:				20px;
	margin-bottom:		3em;
	padding:21px 			0;
	font-size:				.92em;
	text-align:				right;

}
#footer ul,#footer ul li{
	display: 				inline;

}


#footer .legal{
float: left;
text-align: left;

}
#footer .seperator{
padding:0 6px 0 5px;
}

h1 {
	font-size:15px;	
}
h2 {
	font-size:14px;	
}
h3 {
	font-size:13px;	
}
h4 {
	font-size:12px;	
}





#subnav{
width: 290px; /*width of menu*/
}

#subnav .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

#subnav ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

#subnav ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
#subnav ul li ul li{
padding-left: 2px; /*bottom spacing between menu items*/
}

#subnav ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

#subnav ul li a:visited{
color: black;
}

#subnav ul li a:hover{ /*hover state CSS*/
color: white;
background: #0598CE;
}

.subnav2 {
 margin-left:15px;	
}
.subnav2active {
 margin-left:15px;	
 background: #0598CE;
}


.mailform input, .mailform textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;

	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.mailform textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

.mailform input:hover, .mailform textarea:hover,
.mailform input:focus, .mailform textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.mailform label { 
	margin-left: 10px; 
	color: #999999; 
	}

.mailform .submit input {
	width: auto;
	padding: 9px 15px;
	background: #0598CE;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#headerimage .left p {
	
	line-height: 150%;
}