/* Tags-Formatierungen */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #666;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
h1 {
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #D47B3F;
	margin: 0px 0px 0px 0px;
}
h2 {
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #D47B3F;
}
h3 {
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333;
}
p {
	font-size: 14px;
	font-style: normal;
	line-height: 15px;
	color: #000;
}
a {
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/* Hauptcontainer */
#Container {
	text-align: left;
	margin: 0px auto;
	border: solid 1px;
	border-color: #000;
	width: 900px;
	position: relative;
	background-color: #00cccc;
}
#Banner {
	background-image: url(../images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 900px;
	height: 310px;
}
#Middle{
	width: 900px;
}

/* Navigation */
#Navigation {
	width: 220px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
	font-size: 14pt;
	font-weight: normal;
	line-height: 20pt;
	color: #000;
}
#Navigation li {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #000;
}
#Navigation ul {
	margin: 5px 10px 20px 20px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	border: 0px solid #000;
}
#Navigation a:link {
	color: #000;
	text-decoration: none;
}
#Navigation a:visited {
	color: #000;
	text-decoration: none;
}
#Navigation a:hover {
	color: #c00;
	text-decoration: none;	
}
#Navigation a.current {
	color: #FFF;
}
#Navigation a.current:visited {
	color:#FFF;
}

#Navigation a.current:hover {
	color: #FFF;
}

#Navigation a.Current {
	color: #FFF;
}

#Navigation a.Current:visited {
	color:#FFF;
}

#Navigation a.Current:hover {
	color: #c00;
}

#SubNavigation{
	font-size: 10pt;
	font-weight: normal;
	line-height: 11pt;
	color: #000;
}
#SubNavigation li {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #000;
}
#SubNavigation ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px 0px 0px 0px;
}
#SubNavigation a.submenuselected {
	font-weight: bold;
}

#SubNavigation a.submenuselected:visited {
	font-weight: bold;
}
#SubNavigation a.submenuselected:hover {
	color: #c00;
	font-weight: bold;
}

/* Seiteninhalt */
#Contentcontainer{
	float: right;
	width: 680px;
	border: 0px dashed #000;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0px;
	background-color: #f9ff59;
}
#Content{
	padding: 5px 15px 30px 15px;
}

/* Footer */
#Footer{
	float: right;
	width: 900px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f9ff59;
	border: 0px dashed #000;
}
#Footerleft {
	width: 220px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	border: 0px dashed #000;
	background-color: #00cccc;
}
#Footerlefttop {
	height: 70px;
	border: 0px dashed #000;
}
#Footerleftbottom {
	height: 20px;
	border: 0px dashed #000;
}
#Footerright {
	width: 680px;
	height: 90px;
	padding: 0px;
	margin: 0px;
	float: right;
	font-size: 8pt;
	font-style: normal;
	color: #000000;
	border: 0px solid #f00;
}
#Footerrightcontent {
	border-top: 1px dashed #000;
	padding: 0px;
	margin: 0px 15px 0px 15px;
}


.cleaner {
	clear:both;
}
.clear {
	overflow: hidden;
	clear: left;
	height: 1px;
	margin: -1px 0px 0px 0px;
	font-size: 1px;
}
