/* CSS Document */

body {
	max-width: 990px;
	font-size: 11px;
	font-weight: normal;
	font-family: Sans-serif;
	text-align: center;
	line-height: 14px;
	color: #FFFFFF;
	margin:0;
	padding:0;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	background-color: e0e0e0;
		}


h1 {
	height: ;
	font-size: 16px;
	font-weight: bold;
	text-align: left; 
	color: #b7cd45;
	border-bottom:1px dotted; 
	padding: 4px 0px 2px 16px;
	margin:0px;
	background: url(images/pfeil_klein.gif) left no-repeat;
		}

h2 {
	font-size: 11px;
	font-weight: light;
	color: #b7cd45;
	margin: 14px 0px -8px 0px;
		}
		
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-top:1px dotted; 
	padding-top:0px; 
	margin:0px;
		}

h4 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-top:1px dotted; 
	padding-top:2px; 
	margin:0px;
		}

a {
	color: white;
	text-decoration: none;
		}

a:hover {
	color: #b7cd45;
	text-decoration: none;
		}


li {
	color: #ffffff;
	list-style-type: none;
	list-style-position: outside;
		}


#wrapper {
	width: 980px;
	left: 50%;
	margin-left: -490px;
	position: absolute;
	text-align: center;
	visibility: visible;
		}

#cv {
	position:absolute;
	left:0px;
	top:0px;
	width: 980px;
	height: 180px;
	z-index: 1;
	visibility: visible;
		}

#menu {
	position: absolute;
	z-index: 25;
	height: 19px;
	width: 980px;
	left: 0px;
	top: 180px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	visibility: visible;
		}
		
#menuLeistungen {
	height: 48px;
	width: 97px;
	left: 328px;
	top: 199px;
	overflow: visible;
	position: absolute;
	z-index: 12;
	visibility: hidden;
		}		
	
#content {
	font-size: 11px;
	text-align: left;
	font-weight: normal;
	position: absolute;
	top: 199px;
	left: 0px;
	width:980px;
	background: #444126;
	z-index:9;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 36px;
		}

#topcol {
	position: relative;
	text-align: left;
	float: left;
	width: 355px;
	padding-left: 18px;
	padding-bottom: 30px;
	z-index:11;
	padding-right: 18px;
		}
		
#topcentercol {
	position: relative;
	text-align: left;
	width: 355px;
	margin: 0;
	z-index:11;
	padding-right: 18px;
	padding-left: 18px;
	float: left;

		}

#leftcol {
	position: relative;
	text-align: left;
	float: left;
	width: 355px;
	padding: 0 18px 60px 18px;
	z-index:11;
	}
		
#centercol {
	position: relative;
	text-align: left;
	width: 355px;
	margin: 0;
	z-index:11;
	padding: 0px 18px 60px 18px;
	float: left;
		}

#rightcol {
	position: relative;
	top:0px;
	text-align: left;
	width: 158px;
	z-index:11;
	float: left;
	padding: 0 18px 60px 18px;
		}
		

#footer {
	font-family: Sans-serif;
	font-size: 9px;
	color: white;
	position: relative;
	width: 944px;
	height: 13px;
	max-height: 13px;
	padding: 0px 18px 0px 18px;
	visibility: visible;
	z-index: 11;
	clear: left;
	background: #9cb41c;
	display: block;
		}
		
#footer ul {
		list-style: none;
		float: left;
		}


#footer li {
	list-style: none;
	float: left;
	background: #9cb41c;
	padding: 0 30px 0 18px;
	color: #ffffff;

		}

#footer a {
		color: white;
		text-decoration: none;
		background: #9cb41c;
		}


#footer a:hover {
		color: #444126;
		text-decoration: none;
		background: #9cb41c;
		}
