body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	padding:10px;
	background-color: rgb(144,143,135);
	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: rgb(120,60,40);
	line-height: 20px;
}

a:link {
	color: rgb(120,60,40);
	text-decoration: none;
}

a:visited {
	color: rgb(120,60,40);
	text-decoration: none;
}

a:hover {
	color: rgb(120,60,40);
	text-decoration: underline;
}

a:active {
	color: rgb(120,60,40);
	text-decoration: underline;
}

.counter {
	position:absolute;
	left: -200px;
	top: -200px;
	width: 100px;
	height: 100px;
}

.MainContainer {
	width:550px;
	margin:0px auto;
}

.ContentContainer {
	width:520px;
	margin:0px auto;
	float: left;
	background-color: rgb(255,252,245);
}

.oben {
	width: 550px;
	height: 30px;
	margin: 0px auto;
	background-image: url(../media/oben.gif);
}

.links {
	width:15px;
	background-image: url(../media/links.gif);
	float: left;
}

.rechts {
	width:15px;
	float: right;
	background-image: url(../media/rechts.gif);
}

.unten {
	width:550px;
	height: 30px;
	margin: 0px auto;
	background-image: url(../media/unten.gif);
}

.container {
	width:420px;
	margin:0px auto;
	text-align:left;
}

.impressum {
	width:420px;
	height: 10px;
	margin:0px auto;
	padding-top: 5px;
	border-top: 1px dotted rgb(112,112,105);
	text-align:left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.AbstandUnten {
	width: 550px;
	margin: 0px auto;
	height: 60px;
}

.headline {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: rgb(0,190,230);
	line-height: 24px;
}

.kursiv {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 14px;
}

.fett {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.linie {
	width: 100%;
	border-top: 1px dotted rgb(112,112,105);
}

