/*==============================
	 CSS Document
	 Seite: trudimonia.de
	 Autor: Christoph Winter
	 Mail: griswolds(at)web.de
	 Datum: 20.10.2008
 ===============================*/
* {
	margin: 0;
	padding: 0;
}
.bildMitte {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-right-style: double;
	border-bottom-style: double;
	border-right-color: #000;
	border-bottom-color: #000;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	background-color: #402500;
}
#suchmaschiene {
	position: absolute;
	top: -1000px;
}

#koerper {
	width: 900px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
}

#koerper #kopf {
	height: 205px;
	padding: 5px;
	background-color: #DDDDDD;
	background-image: url(kopf.jpg);
	position: relative;
	background-repeat: no-repeat;
	width: 890px;
}
    
#koerper #kopf #kopf_menu {
	text-align: right;
	position: absolute;
	right: 30px;
	top: 2px;
}

#koerper #kopf #kopf_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.7em;
}

#koerper #kopf #kopf_menu a:hover {
	color: #999999;
}

#koerper #kopf #kopf_menu a:visited {
	color: #00FF00;
}

#koerper #menu {
	height: 20px;
	background-image: url(menu.jpg);
	padding-left: 7%;
	padding-top: 5px;
	background-repeat: no-repeat;
}

#koerper #rumpf {
	font-size: 0.73em;
	background-image: url(rumpf.jpg);
	background-repeat: no-repeat;
	height: 374px;
	background-position: left top;
	position: relative;
}
#koerper #rumpf #text_rumpf {
	overflow: auto;
	height: 354px;
	width: 835px;
	position: absolute;
	left: 35px;
	right: 30px;
	top: 10px;
	bottom: 10px;
}

#koerper #rumpf #lexi {
	color: #999999;
	text-decoration: underline;
	cursor: help;
}

#koerper #rumpf a {
	color: #FFFFFF;
}

#koerper #rumpf a:hover {
}

#koerper #rumpf a:visited {
	color: #00FF00;
}
#koerper #rumpf h1 {
	font-size: 1.7em;
	line-height: normal;
}
#koerper #rumpf h2 {
	font-size: 1.5em;
	line-height: normal;
}
#koerper #rumpf h3 {
	font-size: 1.2em;
	line-height: normal;
}



#koerper #fuss {
	text-align: center;
	font-size: 0.74em;
	color: #FFFFFF;
	height: 76px;
	background-image: url(fuss.jpg);
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}
#map_canvas {
	color: #000;
}
