body {
	/* Schriften ohne Serifen */
	font-family: Arial, Verdana, sans-serif;
	
	margin: 0px;
	
	color: #333333;
	font-size: 12px;
	
	background-color: #FFFFFF;
}
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: 20px;
	color: #EA5A00;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	font-size: 20px;
	color: #333333;
}
h3 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 6px;
	font-size: 14px;
	color: #EA5A00;
}

.orangekubeg {
	color: #EA5A00;
}
/********************************** layout ***********************************/
#containerHeader {
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/bg_header.jpg") no-repeat 587px;
}
#logo {
	float: left;
	margin-top: 28px;
	margin-left: 413px;
}
#containerBgNav {
	background-color: #EA5A00;
}
#containerBgBody {
	background: url("/images/bg_body.jpg") repeat-x;
	
}
#containerBody {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background: url("/images/bg_body.jpg") repeat-x;
}
#containerBodyLeft {
	width: 220px;
	padding-right: 20px;
	padding-top: 44px;
	text-align: center;
}
#containerBodyCenter {
	width: 478px;
	padding-left: 2px;
	padding-right: 20px;
	padding-top: 46px;
	line-height: 140%;
}
#containerBodyRight {
	width: 210px;
	padding-left: 10px;
	height: 129px;
	padding-top: 30px;
	background: url("/images/bg_body_right.jpg") repeat-x;
}
/********************************** topnav ***********************************/
ul.topNav {
	float: left;
	color: #999999;
}
li.topNav {
	float: left;
	font-size: 13px;
	color: #999999;
	padding-top: 73px;
}
a.topNav {
	color: #999999;
	text-decoration: none;
}
a.topNav:hover, a.topNavSel {
	color: #AA0000;
}
/********************************** nav **************************************/
ul.nav {
	width: 960px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
li.nav {
	float: left;
	width: 240px;
	height: 180px;
}
img.nav {
	float: left;
	width: 20px;
	height: 80px;
}

a.nav {
	float: left;
	display: block;
	height: 72px;
	padding-top: 8px;
	width: 210px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	background: url("/images/bg_nav.jpg") repeat-x;
}
a.nav:hover, a.navSel {
	background: none;
	background-color: #AA0000;
}
img.navFoto {
	float: left;
	width: 240px;
	height: 100px;
}
/*
div.navDummyTop {
	height: 80px;
	border-left: 20px solid #A70000;
	background: url("/images/bg_nav.jpg") repeat-x;
}
div.navDummyBottom {
	float: left;
	width: 210px;
	height: 92px;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
}
*/
div.navDummyBottom {
	float: left;
	width: 210px;
	height: 172px;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 10px;
}
/********************************** subnav ***********************************/
ul.subnav {
	
}
li.subnav {

}
a.subnav {
	
}
a.subnav:hover, a.subnavSel {

}
/********************************** content **********************************/
div.title0 {
	background: url("/images/title0.jpg") no-repeat;
	padding-left: 22px;
	padding-bottom: 26px;
}
div.title1 {
	background: url("/images/title1.jpg") no-repeat;
	padding-left: 22px;
	padding-bottom: 26px;
}
div.title2 {
	background: url("/images/title2.jpg") no-repeat;
	padding-left: 22px;
	padding-bottom: 26px;
}
div.title3 {
	background: url("/images/title3.jpg") no-repeat;
	padding-left: 22px;
	padding-bottom: 26px;
}
a.text{
	color: #000000;
}
a.text:hover {
	color: #AA0000;
}
a.textOrange {
	color: #EA5A00;
}
a.textOrange:hover {
	color: #AA0000;
}
li.text {
	padding-bottom: 4px;
	margin-left: 42px;
	list-style-type: circle;
}
tr.aboutus {
	height: 40px;
}
/********************************* powered by ********************************/
#poweredBy {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
}
.orange {
	color: #FF9900;
}
.semikolon {
	color: #000000;;
}
.gray {
	color: #807F84;
}
a.poweredby {
	text-decoration : none;
	color: #A1A1A4;
}
