body {
	background-color: #eeeeee;
	font-family: Verdana, Arial, Helveta, sans-serif;
	font-size: 8pt;
	color: #000044;
	margin: 0px;
}

#gesamt {
	padding: 0px;
	margin: 10px;
	height: 100%;
	width: 750px;
	background-image: url("../images/rand_rechts.JPG");
	background-repeat: repeat-y;
	background-position: top right;
	border: 1px solid #ffffff;
}

#seite {
	padding: 0px;
	margin: 0px;
	background-image: url("../images/rand_links.JPG");
	background-repeat: repeat-y;
	background-position: top left;
	border: 0px solid #000044;
}

#kopf {
	text-align: left;
	border-top: 0px solid #000044;
	border-bottom: 0px solid #ffffff;
	border-left: 50px solid #000044;
	background: #ffffff
		/*url(http://www.stenkamp.net/new/images/Stenkamp_Logo.jpg) no-repeat left*/
		;
	padding: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	height: 120px;
}

#banner {
	border-left: 320px solid #ffffff;
	border-right: 50px solid #ffffff;
}

#navigation {
	background-color: #ffffff;
	padding: 5px;
	margin-top: 5px;
	margin-left: 12px;
	margin-right: 12px;
	text-align: left;
	height: 2em;
}

#menue {
	text-align: center;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	position: absolute;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
                opacity: 0.8;
                -moz-opacity: 0.8;*/
	width: 720px;
}

#menue li { /* Hauptmenüpunkte */
	display: block;
	width: 120px;
	border-left: 0px solid #000044;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

#menue li ul { /* Formatierung der Untermenüpunkte */
	font-weight: normal;
	display: none;
	/* background-color: #cccccc; */ /* width: 141px; */
	/* position: relative; top: 0px; left 0px; */
}

#menue li ul li {
	border-top: 1px solid #000044;
	border-left: 0px;
	border-right: 0px solid #000044;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #000044;
}

#menue li:hover {
	border-bottom: 1px solid #000044;
	border-top: 1px solid #000044;
	background: #dddddd;
	font-weight: bold;
}

#menue li:hover a { /* Hovern der Hauptmenüpunkte */
	color: #000044;
	display: block;
	padding: 0px;
	margin: 0px;
	padding-bottom: 0px;
	font-style: normal;
	text-decoration: none;
}

#menue li:hover ul { /* Hovern des Untermenü-blocks */
	background: #dddddd;
	display: block;
	z-index: 6000;
	padding: 0px;
	margin: 0px;
}

#menue li:hover ul li:hover {
	font-weight: bold;
	border-bottom: 0px solid #000044;
	/* border-top: 0px solid #000044; */
	z-index: 6000;
	background: #aaaaaa;
}

#menue a {
	font-style: normal;
}

#main_body {
	clear: both;
	background-color: #ffffff;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	border: 0px solid #000044;
}

#inhalt {
	height: 100%;
	padding: 20px 50px 20px 20px;
	margin: 0px;
	border-left: 50px solid #000044;
}

h1 {
	padding-left: 5px;
	margin-bottom: 25px;
	color: #000044;
	text-align: left;
	font-size: 12pt;
	border-left: 5px solid #000044;
	border-bottom: 1px solid #000044;
}

h3 {
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	background: #cccccc;
}

#inhalt img {
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #aaaaaa;
	padding: 4px;
	background-image: url("../images/image_background.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#inhalt span {
	font-weight: bold;
	font-size: larger;
}

#formular th {
	background: #cccccc;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

.auflistung {
	padding: 20px;
	border-bottom: 1px dashed #cccccc;
	height: 100%;
	clear: both;
}

#sidebar {
	background-color: #ffffff;
}

#fuss {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	height: 1.5em;
	text-align: right;
	font-style: smaller;
	color: #cccccc;
	background: #000044;
}

#fuss a:link {
	color: #cccccc;
}

#fuss a:active {
	color: #cccccc;
}

#fuss a:visited {
	color: #cccccc;
}

a {
	color: #000044;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: square;
}
