
/* ---------------------------- */
/* Seitenelemente				*/
/* ---------------------------- */
body {
	background-color: olive;
	font-family: Verdana, Arial, Helveta, sans-serif;
	font-size: 0.75em;
	color: white;
	margin: 0px;
	background: olive url(../images/background_Top1.gif) repeat-x top;
}

#gesamt {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 800px;
	border: 0px solid #ffffff;
}

#seite {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	border-left: 0px solid gold;
	border-right: 0px solid gold;
	border-top: 0px solid gold;
	background: url(../images/menue_background.gif) repeat-y;
}

#kopf {
	width: 800px;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	height: 150px;
	background-color: darkolivegreen;
	border-bottom: 1px solid gold;
	/* background: #000033 url(images/menue_background.gif) repeat-x bottom; */
}

#kopfleiste {
	background-color: white;
	height: 0px;	
}

#lauftext {
	font-weight: bold;
	color: 000033;
	margin-top: 2px;
}

#banner {
	padding-bottom: 35px;
	padding-right: 5px;
}

#sidebar_fotos {
	border-collapse: collapse;
	text-align: center;
	margin: 0px;
}

#sidebar_fotos a img {
	margin: 5px;
}

#rand {
	float: left;
	left: 0px;
	top: 0px;
	width: 50px;
	background: #808080;
}

#wrapper {
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 599px;
	border-right: 1px solid gold;
}

/* ---------------------------- */
/* Menü und Navigation Elemente */
/* ---------------------------- */
#navigation {
	/*background-color: darkgoldenrod;*/
	float: left;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	font-size: 1.0em;
	width: 200px;
	height: 500px;
}

#menue {
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#menue li { /* Hauptmenüpunkte */
	display: block;
	width: 170px;
	margin: 8px 5px 8px 5px;
	padding: 2px 5px 2px 5px;
	background: darkolivegreen;
	list-style-type: none;
	border-left: 7px solid gold;
}

#menue li a {
	display: block;
}

#menue li ul {
	
}

#menue li:hover {
	border-left: 7px solid yellow;
}


#menue li ul li { /* Untermenüpunkte */
	width: 120px;
	border-bottom: 1px solid darkgoldenrod;
	border-left: 0px;
	margin: 10px;
	padding: 0px;
	text-align: left;
}

#menue li ul li a {
	display: block;
}


#menue li ul li:hover {
	border-left: 0px;
	border-bottom: 1px solid gold;
	color: white;
}

/* ---------------------------- */


#inhalt {
	padding: 0px;
	margin: 0px 20px 0px 20px;
}

h1 {
	border-bottom: 1px dashed white;
	vertical-align: right;
	font-size: 1.5em;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	border-left: 7px solid white;
	padding: 2px 0px 2px 5px;
	background-color: darkolivegreen;
}

h3 {
	font-weight: normal;
	font-size: 125%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 2px;
	border-bottom: 1px solid darkgoldenrod;
}

h4 {
	font-weight: bold;
	text-size: bigger;
}

.hengste {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid white;
	text-align: center;
}

.hengste td {
	border: 1px solid white;
}

#inhalt img {
	margin: 0px 20px 20px 20px;
	padding: 2px;
	background-color: gold;
}

#inhalt #Ohne
{
	background-color: olive;
	margin: 0px;
	padding: 0px;
}

#formular th {
	background: #cccccc;
	vertical-align: top;
	text-align: left;
	padding: 5px;
}

#formular th {
	background: #cccccc;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	color: #000033;
}

.auflistung {
	padding: 0px;
	margin: 20px 0px 30px 0px;
	/* border: 1px dotted gold;*/
	/* clear: both; */
	
}

#fuss {
	clear: both;
	height: 1.5em;
	text-align: center;
	font-size: smaller;
	width: 800px;
	background-color: darkolivegreen;
	border-bottom: 0px solid gold;
	border-top: 0px solid gold;
	padding-top: 2px;
}

a:link {
	color: white;
	text-decoration: none;
}

#menue a:link {
	color: gold;
}

a:active {
	color: white;
}

#menue a:active {
	color: gold;
}

a:visited {
	color: white;
	text-decoration: none;
}

#menue a:visited {
	color: gold;
}

a:hover {
	color: yellow;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

#label {
	background-color: #cccccc;
}
