@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #D2D2D2;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


a:link {
	color: #414141;
	text-decoration: underline;
}
a:visited {
	color: #004080;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0000FF;
}


.container {
	width: 960px;
	background-image: url(../image/hg_gro%C3%9F_aufhellung_gelb.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left 300px;
	background-color: #FAB802;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.header {
	background-color: #FFFFFF;
	font-size: 24px;
	color: #FFF;
}


.sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	padding-top: 100px;
}
.content {
	color:#000000;
	line-height:normal;
	margin-top:0px;
	font-size: 16px;
	width: 560px;
	float: left;
	padding-bottom: 10px;
	margin-left: 20px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 40px;
	margin-right: auto;
}

.tabelle {
	color:#666666;
	line-height:normal;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
	
.sidebar2 {
	float: left;
	width: 170px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FBBB04;
}
ul.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F9B902;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	color: #FFF;
	background-color: #FF9900;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	color: #FFF;
	background-color: #FF6600;
	font-style: normal;
	font-weight: bold;
}
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
}
.smallText {
	color: #666666;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	


.footer {
	position: relative;
	clear: both;
	background-color: #FF9900;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}


.fltrt {
	float: right;
	margin-left: 8px;
	padding-right: 20px;
}
.fltrt-padding {
	float: right;
	margin-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.fltlft {
	float: left;
	margin-right: 8px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bildschatten {
	padding: 4px 7px 17px 7px;
	background-image: url(../image/bildschatten.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

 .bildschattenleft {
	padding: 4px 7px 17px 7px;
	background-image: url(../image/schatten_mit_transparent_418px.png);
	background-repeat: no-repeat;
	background-position: left bottom;
 }
 
 .fett {
	font-weight: bold;
 }
