@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin: 0px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
}
#container {
	text-align: left;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 0px;
	margin-bottom: 12px;
}
#inhalt {
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(image/inhalt.jpg);
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
}
#logo {
	width: auto;
	padding-bottom: 0px;
	height: 135px;
	background-image: url(../image/logo.jpg);
	background-repeat: no-repeat;
}
#linkespalte {
	float: left;
	width: 360px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rechtespalte {
	float: right;
	width: 160px;
}
#mittelspalte {
	float: left;
	width: 240px;
}
#unter_navleiste {
	width: auto;
	padding-bottom: 0px;
	height: 40px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#abgrenzung {
	float: left;
	width: 15px;
	background-image: url(../image/Kopie%20von%20unternavleiste.jpg);
	background-repeat: no-repeat;
}
#navstrich {
	background-image: url(../image/unternavleiste.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 15px;
}

