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;
	padding: 0px;
	
	font-size: 12px;
	
	background: #124362 url('/images/ornament_footer.jpg') repeat-x left bottom fixed;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
/********************************** layout ***********************************/
#containerHeader {
	height: 100px;
	background: url('/images/bg_header.jpg') repeat-x;
}
#containerNav {
	height: 120px;
	background-color: #FFFFFF;
}
a.logo {
	position: relative;
	top: -33px;
	margin-left: 60px;
	z-index: 100;
}
img.intro {
	position: relative;
	top: -84px;
	left: 10px;
}
div.slide {
	position: absolute;
	top: 160px;
	left: 36px;
}
/********************************** nav ***********************************/
ul.nav {
	position: relative;
	top: -32px;
	padding-left: 15px;
	float: left;
}
li.nav {
	float: left;
}
a.nav {
	display: block;
	height: 68px;
	width: 120px;
	padding-left: 20px;
	padding-top: 15px;
	float: left;
	
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
a.nav:hover, a.navSel {

}
a.nav1 {
	background: url('/images/topnav_1_sel.jpg') no-repeat;
}
a.nav1Sel {
}
a.nav1Sel, a.nav1:hover {
	color: #194a6a;
}
a.nav2 {
	background: url('/images/topnav_2_sel.jpg') no-repeat;
}
a.nav2Sel, a.nav2:hover {
	color: #194a6a;
}
a.nav3Sel, a.nav3:hover {
	color: #194a6a;
}
a.nav4Sel, a.nav4:hover {
	color: #194a6a;
}
a.nav5Sel, a.nav5:hover {
	color: #194a6a;
}
/********************************* 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;
}
