body, html
{
	font-size: 11.5pt;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #DDE;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #333;
	text-decoration:underline;
}

a:visited
{
	color:#555;
}

a:hover
{
	color:#222;
}

.rahmen
{
	height: auto;
	width: 39em;
	margin: 0px auto 0px auto;
	padding: 0;
	border: 1px solid #AAA;
	border-top: none;
	background: #fff;
	overflow: visible;
	
	background-color:#EEE;
}

#headline
{
	position: relative;
	background-color: #B88C5B;
	background-image:url(woodbar.jpg);
	z-index: 10;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	border-bottom: 1px solid #555;
	border-top: 1px solid #CCC;
}

a.headlink
{
	display: block;
	padding: 0px;
	margin: 0px;
	color: #fff;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	font-size: 1.2em;
	text-decoration: none;
	font-weight:bold;
}

.menueleiste
{
	position: relative;
	float: left;
	width: 15em;
	background-color: #eee;
	margin-top: -3.2em;
	margin-bottom: -1px;
	display: block;
	border-right: 1px solid #aaa;
	margin-right: -1px;
}

.menueleiste > div:first-child
{
	margin-top: 3.2em;
}

.menueleiste > div:last-child
{
	border-bottom: 1px solid #AAA;
}

.menueleiste h1
{
	display: block;
	
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0.6em 1em 2.1em 1em;
	color: black;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #AAA;
}

.menueleiste h2
{
	line-height: 0.7;
	font-size: 9pt;
	font-weight: normal;
	color: #999;
	margin: -2.0em 1em 0.8em 1.1em;
	padding: 0px;
}

div.menuepunkt
{
	background: #ddd;
	overflow: hidden;
	border-bottom: 1px solid #aaa;
}

div.menuepunkt:hover
{
	background: #d0d0d0;
}

div.menuepunkt:first-child:hover
{
	background: #ddd;
}

div.menuepunkt_active
{
	background: #d4d4d4;
	overflow: hidden;
	border-bottom: 1px solid #AAA;
}

.menueleiste h2 + div
{
	overflow: auto;
}

div.unterpunkte_hidden
{
	display: none;
	max-height: 22em;
	font-size: 9pt;
	overflow: auto;
	border-bottom: 1px solid #AAA;
}



div.unterpunkte
{
	max-height: 22em;
	font-size: 9pt;
	overflow: auto;
}

a.list:link,
a.list:active,
a.list:hover,
a.list:visited
{
	display: block;
	color: #000;
	
	font-size: 9pt;
	font-weight: bold;
	
	background-color: white;
	border-bottom: 1px solid #DDD;
	margin: 0px;
	padding: 0.4em 1em;
	text-decoration: none;
}

span.little_info
{
	font-size: 9pt;
	font-weight: normal;
}

a.list:hover
{
	background-color: #EEE;
	border-left: .5em solid #06C;
	padding-left: .5em;
	color: #000;
}

a.list_active:link,
a.list_active:active,
a.list_active:visited,
a.list_active:hover
{
	display: block;
	
	font-size: 9pt;
	font-weight: bold;
	
	background: #0066CC;
	border-bottom: 1px solid #DDD;
	margin: 0px;
	padding: 0.4em 1em;
	
	color: #fff;
	text-decoration: none;
}

.eintrag
{
	background: #fff;
	color: #333;
	
	margin: 0px;
	margin-left: 15em;
	padding: 0.5em 1em 0.5em 1em;
	overflow: visible;
	line-height: 1.3;
	display: block;
	border-left: 1px solid #aaa;
}

.eintrag img
{
	margin:0px;
	padding: .5em;
	border: 1px solid #DDD;
}

.eintrag h1
{
	font-family: Georgia, Times, "Times New Roman", serif;
	margin-top:0px;
	margin-bottom:1em;
	line-height:1.3em;
	color:#333;
	
	font-size:130%;
	font-weight:normal;
}

.eintrag p
{		
	color: #333;
	font-size: 1em;
}

.eintrag p i
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.eintrag a:link,
.eintrag a:active,
.eintrag a:visited,
.eintrag a:hover
{
	text-decoration: none;
	color: #06C;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.eintrag p a:hover
{
	text-decoration: underline;
}

table
{
	padding: 0px;
	margin: 10px 0px;
	font-size:13px;
	border: none;
	width: 100%;
	border-collapse: collapse;
	table-layout:auto;
}

.eintrag h1+table
{
	margin-top: 45px;
}

table tr th
{
	font-size:14px;
	text-align: left;
	
	margin:0px;
	padding: .5em .3em;
	color: #06C;
	border-bottom: 2px solid #06C;
}

table tr td
{
	color: #333;
	line-height: 18px;
	margin: 0px;
	border-bottom: #AAA 1px solid;
	vertical-align: top;
	padding: .6em .3em .5em .3em;
}

sup
{
	line-height: 0px;
}

a.load:link,
a.load:active,
a.load:visited,
a.load:hover
{
	font-family:Helvetica, Arial, sans-serif;
	font-style: normal;
	display: block;
	padding: 15px 0px 15px 55px;
	margin: 0;
	line-height:1.2;
	min-height: 20px;
}

a.load:hover
{
	text-decoration: underline;
}

div.pleaseupdate
{
	position: relative;
	padding:10px;
	border: 1px solid #DDD;
	color: #999;
	text-decoration: none;
	font-family:Helvetica, Arial, sans-serif;
	font-style: normal;
	z-index: 12;
}

div.searchresult
{
	position: relative;
	padding:10px;
	padding-left: 1em;
	margin-left: -1em;
	margin-right: -1em;
	color: #999;
	text-decoration: none;
	font-family:Helvetica, Arial, sans-serif;
	font-style: normal;
	z-index: 12;
	border-top: 1px solid #ddd;
}

div.notfirst
{
	
}

.pleaseupdate span:first-child, .searchresult span:first-child
{
	font-style: italic;
	color: #06C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:hover .pleaseupdate span:first-child, a:hover .searchresult span:first-child
{
	text-decoration: underline;
}

a.wiki:link,
a.wiki:hover,
a.wiki:visited,
a.wiki:active
{
	color: #333;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	display: block;	
	margin: 2em 0px 0px 0px;
	
	font-style: italic;
	text-decoration: none;
}

a.wiki:before
{
	content: " Wikipedia: ";
	color: #06C;
	font-style: italic;
}

#resize
{
	width: 35em;
	clear: left;
}

.sprachschalte
{
	margin: -1em -1.5em 1em -1.7em;
	padding: .4em .5em .2em.7em;
	background-color: #EEE;
}

.sprachschalte,
.sprachschalte > a:active,
.sprachschalte > a:hover,
.sprachschalte > a:visited,
.sprachschalte > a:link
{
	color: #06C;
	font-size: 10px;
	line-height: 12px;
	font-family:Helvetica, Arial, sans-serif;
	text-align: right;
	text-decoration: none;
	font-style: normal;
}

.sprachschalte > a:hover
{
	text-decoration: underline;
}

input.searchfield
{
	background: #fff url(glass.png) 3px 2px no-repeat;
	-webkit-border-radius: .9em;
	-moz-border-radius: 10px;
	padding-left: 17px;
	width: 90%;
	height: 1.9em;
	margin: 1em;
	margin-bottom: -.5em;
}