body {
	/* Schriften ohne Serifen */
	font-family: Helvetica, Arial, "Arial Black", "Comic Sans MS", "Trebuchet MS", Verdana, "Lucida Sans Unicode", "Lucida Grande", Impact, sans-serif;
	
	
	margin: 0px;
	
	color: #;
	font-size: 12px;
	
	background-color: #565656;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: px;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-size: 18px;
	color: #a9c023;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	padding-bottom: 5px;
}
/********************************** layout ***********************************/
#containerHeader {
	width: 960px;
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
}
#containerDummy {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#containerContent {
	width: 960px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #373737;
}
#containerAktuell {
	padding-left: 40px;
	padding-right: 25px;
	padding-top: 18px;
	float: right;
}
#content {
	width: 500px;
	padding-top: 30px;
	padding-right: 15px;
	float: right;
	color: #808080;
	font-weight: bold;
	font-size: 14px;
}
#containerFooter {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
/********************************** nav **************************************/
ul.nav {
	width: 200px;
	padding-top: 21px;
	padding-left: 21px;
}
li.nav {
	padding-bottom: 8px;
}
a.nav {
	display: block;
	width: 200px;
	height: 34px;
}
a.nav:hover, a.navSel {
	
}
a.nav1 {
	background: url('/images/nav_1.jpg') no-repeat;
}
a.nav1:hover, a.nav1Sel {
	background: url('/images/nav_1_sel.jpg') no-repeat;
}
a.nav2 {
	background: url('/images/nav_2.jpg') no-repeat;
}
a.nav2:hover, a.nav2Sel {
	background: url('/images/nav_2_sel.jpg') no-repeat;
}
a.nav3 {
	background: url('/images/nav_3.jpg') no-repeat;
}
a.nav3:hover, a.nav3Sel {
	background: url('/images/nav_3_sel.jpg') no-repeat;
}
a.nav4 {
	background: url('/images/nav_4.jpg') no-repeat;
}
a.nav4:hover, a.nav4Sel {
	background: url('/images/nav_4_sel.jpg') no-repeat;
}
a.nav5 {
	background: url('/images/nav_5.jpg') no-repeat;
}
a.nav5:hover, a.nav5Sel {
	background: url('/images/nav_5_sel.jpg') no-repeat;
}
a.nav6 {
	background: url('/images/nav_6.jpg') no-repeat;
}
a.nav6:hover, a.nav6Sel {
	background: url('/images/nav_6_sel.jpg') no-repeat;
}
a.nav7 {
	background: url('/images/nav_7.jpg') no-repeat;
}
a.nav7:hover, a.nav7Sel {
	background: url('/images/nav_7_sel.jpg') no-repeat;
}
/********************************** subnav ***********************************/
ul.subnav {
	
}
li.subnav {

}
a.subnav {
	
}
a.subnav:hover, a.subnavSel {

}
/********************************** content **********************************/
a.text {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
a.text:hover {
	color: #808080;
}
a.kontakt {
	 text-decoration: none;
	 color: #FFFFFF;
	 font-size: 14px;
	 font-weight: bold;
}
a.kontakt:hover {
	color: #808080;
}
/********************************* powered by ********************************/
#poweredBy {
	padding-top: 20px;
	padding-bottom: 4px;
	font-size: 9px;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #7A6252;;
}
a.poweredby {
	text-decoration : none;
	color: #C19A6F;
}
div.search {
	font-size: 10px;
	height: 10px;
	overflow: hidden;
	visibility: hidden;
}