/* Tags-Formatierungen */
body {
	font-family: "times new roman",times,serif;
	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-size: 14px;
}
input{
	font-size: 14px;
}

/* Hauptcontainer */
#Container {
	text-align: left;
	margin: 0px auto;
	border: solid 0px;
	border-color: #000;
	width: 900px;
	position: relative;
}
#Banner {
	display: none;
}
#Middle{
	width: 900px;
}

/* Navigation */
#Navigation {
	display: none;
}
#SubNavigation{
	display: none;
}

/* Seiteninhalt */
#Contentcontainer{
	float: left;
	border: 0px dashed #000;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0px;
}
#Content{
	padding: 5px 15px 30px 15px;
}

/* Footer */
#Footer {
	display: none;
}
#Footerleft {
	display: none;
}
#Footerright{
	display: none;
}

/* Cleaner */
.cleaner {
	clear:both;
}
.clear {
	overflow: hidden;
	clear: left;
	height: 1px;
	margin: -1px 0px 0px 0px;
	font-size: 1px;
}
