/* Alle kritischen Werte instanziieren */
* {
  margin: 0;
  padding: 0;
}

html { height: 100%; margin-bottom: 1px;}

body{
	background-color: #876943;
	text-align: left;
	font-family: sans-serif;
	font-size: small;
	font-style: normal;
}

/* Groesser oder kleiner darf die Seite nicht werden */

#page_margins {
  min-width: 636px; 
  max-width: 75em; 
  margin:auto;
  border:2px #3F5E86 solid;
}

/*(en)CenteringlayoutinoldIE-versions*/
/*(de)ZentrierungdesLayoutsinaltenIE-versionen*/
body{text-align:center}
#page_margins{text-align:left}

#broeselnavigat{
	float:left;
	color: Gray;
	border: thin none Teal;
	background-color: transparent;
	font-size: small;
}

a {
	color: Blue;
	text-decoration: none;
}

a:link {
	color: Blue;
}

a:visited {
	color: Blue;
}


a:hover {
	color: maroon;
	text-decoration: none;
}

.aktiv {
	text-decoration: underline;
}

a:focus {
	color: Red;
}

p {
	font: normal small/130% sans-serif;
	margin-left: 3em;
	padding-bottom: 1em;
}

h1 {
	font: 1.5em/120% sans-serif;
	margin: 1em;
	margin: 1em;
	color: #00008B;
}

h2 {
	font: normal normal 1.3em/120% sans-serif;
	margin: 1em;
	color: #00008B;
}

h3 {
	font: normal normal 1.1em/120% sans-serif;
	margin: 1em;
	color: #00008B;
}

li {
	margin-left: 4em;
}

.content {
	background-color: #FFF9C0;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-top: 20px;
}

.suchform{
	float: right;
}

.suchformmember{
	
}

td.hauptmenuezeile{
	background-color: #8FBC8F;
	padding-left: 10px;
	padding-top: 3px;
	border-bottom: thin solid #3F5E86;
}

#hauptmenublock{
	height: 100%;
	float: left;
	}


a.hauptmenue {
	color: Green;
	text-decoration: none;
}

a.hauptmenuelink {
	color: Blue;
	text-decoration: none;
}

td.untermenue{
	background-color: #DEB887;
}

#vertmenu {
background-color:#EBE4A9;
width: 14em;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
display: block;
border-bottom: 1px solid #3F5E86;
padding: 5px 0px 2px 4px;
text-decoration: none;
width:14em;
}

#vertmenu ul li a:hover, #vertmenu ul li #focus {
background-color: #FFF9C0;
}

.toptable {
	background-color: #3F5E86;
}

#textcontent {
	padding-right: 5em;
	min-height: 40em;
	}
