body 
{
	background-image: url(../../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #134C67;
	text-align: center;
}

#rootContainer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
}

#topNavContainer
{
	background-image: url(../../img/top.png);
	background-repeat: no-repeat;
	height: 104px;
	width: 900px;
}
/*-- topNavigation --*/
#topNavigation {
	width: 100%;
}
#topNavigation ul {
	list-style: none;
	margin-left: 325px;
	padding-top: 64px;
	border: none;
}
#topNavigation li {
	margin: 0;
	vertical-align:middle;
	width: auto;
	display: inline;
}
#topNavigation li a , #topNavigation li a:visited {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
}

#topNavigation li a:hover 
{
	color: #FFFFFF;
	background-color: #FFBA00;
	border-top-width: 60px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFBA00;
	border-bottom-color: #FFBA00;
}
#topNavigation #current
{
	color: #FFFFFF;
	background-color: #FFBA00;
	border-top-width: 60px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFBA00;
	border-bottom-color: #FFBA00;
}

#topPicsContainer
{
	width: 900px;
	height: 200px;
	background-color: #ffffff;
}
#slideShow
{
	width: 880 px;
	height: 200 px;
	margin-left: 10px;
}

#contentContainer
{
	width: 900px;
	height: 500px;
	background-color: #ffffff;
	padding-top: 10px;
}
/*-- topNavigation --*/
#contentSubNavigation
{	
	width: 200px;
	position: absolute;
	top: 327px;
	left: 10px;
}
#contentSubNavigation ul {
	list-style: none;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	border: none;
}		
#contentSubNavigation li {
	margin: 0;
	vertical-align:middle;
	width: auto;
}
#contentSubNavigation li a , #contentSubNavigation li a:visited {
	display: block;
	padding: 0px 0px 0px 20px;
	margin-bottom: 1px;
	text-decoration: none;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-top-style: none;
	background-color: #FFBA00;
}

#contentSubNavigation li a:hover {
	background-color: #FFFFFF;
	color: #000000;
}

#contentSubNavigation #currentSub {
	background: #ffffff;
	color: #666666;
	font-weight: bold;
}

#contentSubNavigation table
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#contentTitel h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFBA00;
	margin-left: 220px;
}
#contentText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 220px;
	padding-bottom: 10px;
	width: 660px;
}
#contentText table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#contentText a, #contentText a:visited
{
	color: #CC6600;
	text-decoration: none;
	background-position: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC6600;
}
#contentText a:hover
{
	color: #0066FF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}
#footerContainer
{
	background-image: url(../../img/footer.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 30px;
	text-align: center;
}
#footerText
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	padding-top: 10px;
}
img
{
	border: 0;
}

#footerText a, #footerText a:visited
{
	color: #CC6600;
	text-decoration: none;
}
#footerText a:hover
{
	color: #CC6600;
	border-bottom: solid 1px #090;
	text-decoration: none;
}

/*
	Classes
*/
.titel2 
{
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	font-style: normal;
	background-color: #ffba00;
	text-indent: 20px;
}
.titel1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFBA00;
	font-weight: bolder;
}