html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: white;
}


/* ******************************************** */
/* Hauptcontainer für alles                     */
/* ******************************************** */
#main {
	width: 100%;
	height: 100%;
	background-color: white;
}
/* ******************************************** */


/* ******************************************** */
/* Container für das Logo                       */
/* ******************************************** */
#logo {
	width: 641px;
	height: 75px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#logo img{
	border: 0;
	margin: 0;
	padding: 0;
}
/* ******************************************** */


/* ******************************************** */
/* Container für die Container in der Mitte     */
/* ******************************************** */
#mitte {
	/* width: 641px; */
	width: 673px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: transparent;
}
/* ******************************************** */


/* ******************************************** */
/* Container für das vertikale Menu             */
/* ******************************************** */
#menu_vertikal {
	float: left;
	background-color: transparent;
}
#menu_vertikal a {
	color: #0768b2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	width: 120px;
	background-color: transparent;
	border-top: 1px solid #99917d;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #99917d;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#menu_vertikal a:hover {
	color: #ffffff;
	background-color: #0768b2;
	border-top: 1px solid #e4d9c0;
	border-right: 1px solid #837c6b;
	border-bottom: 1px solid #837c6b;
	border-left: 1px solid #e4d9c0;
}
#menu_vertikal a:active {
	color: #ffffff;
	background-color: #0768b2;
	border-top: 1px solid #99917d;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #99917d;
}
#menu_vertikal .submenu {
	font-size: 11px;
	text-indent: 10px;
}
#menu_vertikal .submenu_2 {
	width: 97px;
	font-size: 10px;
	padding-left: 18px;
}
#menu_vertikal .aktuell {
	color: #ffffff;
	background-color: #0768b2;
}
#menu_vertikal hr {
	color: #f2e2b1;
}
.menu-img {
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
	padding: 0;
}
/* ******************************************** */


/* ******************************************** */
/* Container für die Inhalte                    */
/* ******************************************** */
#content {
	color: #666666;
	float: left;
	/* width: 468px; */
	width: 500px;
	background-color: white;
	margin-left: 23px;
	/* margin-right: 24px; */
	padding: 10px;
}
#content img {
	border: 0;
	margin: 0;
	padding: 0;
}
#content a {
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
.ab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0768b2;
}
.bw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #008080;
	text-decoration: none;
}
.ds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #e44d03;
}
.hs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0768b2;
}
.bild_rechts {
	float: right;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 0px;
}
#bild_rechts {
	float: right;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-right: 0px;
}
#banner {
	float: right;
}
#content input {
	width: 346px;
}
#content textarea {
	width: 346px;
}
#content select {
	width: 350px;
}
/* ******************************************** */


