@charset "UTF-8";
/* CSS Document */

/****
* ALLGEMEINES 
*****/

html {
	background-color:#717878;
}

body {
	width:798px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:3%;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid white;	
}

a img {
	border:0 none;
}

/****
* KOPF 
*****/
div#kopf {
	height: 118px;
	position:relative;
	z-index: 100;
	background-color:white;
}

div#kopf img#themenbild {
	position:absolute;
	left:0px;
	top:0px;
}

div#kopf img#tuev {
	position:absolute;
	left:396px;
	bottom:-38px;
}

div#kopf a#logo {
	position:absolute;
	right:0px;
	bottom:4px;
}

/****
* MENUE 
*****/

ul#menue {
	display:block;
	height:25px;
	margin:0px;
	padding:0px;
	background-color:#717878;
}

ul#menue li {
	display:inline;
	padding:0px;
	margin: 0 0 0 22px;
	line-height: 25px;
}

ul#menue li.servicemenue {
	display:block;
	float:right;
	margin-right:22px;
	margin-left:0px;
}

ul#menue li a {
	color: white;
	text-decoration:none;
}

ul#menue li a:hover, 
ul#menue li a.aktiv {
	color: #891729;
	
}

/****
* INHALT
*****/

/* Bild rechts */
p#wrapbild {
	display:block;
	float:right;
	top:0px;
	right:0px;
	width:290px;
	height:420px;
	z-index:10;
	margin:0px;
	padding:0px;
	background-image:url(media/hg_inhalt.png);
	background-repeat:repeat-x;
	background-color: #b2b7b8;
	background-attachment:fixed;
}

p#wrapbild img {
	display:block;
	margin:0px;
	padding:0px;
}

/* Für Scroll balken im Content */
div#wrap{
	overflow:auto;
	height:420px;
	background-image:url(media/hg_inhalt.png);
	background-repeat:repeat-x;
	background-color: #b2b7b8;
	background-attachment:fixed;
	padding-left:22px;
	position:relative;
	z-index:1;
}	

div#inhalt {
	/* overflow:auto;
	/* width:460px; */
	/* width: 380px; */
	padding-right: 25px;
	color:#333333;
	position:relative;
	z-index:50;
}

/* Links */

div#inhalt a {
	color:#891729;
	text-decoration:none;
}

div#inhalt a:hover {
	text-decoration:underline;
}

/* Überschriften */

div#inhalt h1,
div#inhalt h2,
div#inhalt h3,
div#inhalt h4 { 
	color:#891729;
	font-weight:normal;
	text-transform:uppercase;
}

div#inhalt h1 {
	font-size:16px;
	margin-top:25px;
	margin-bottom:28px;
}

div#inhalt h4 {
	font-size:12px;
}

/* Ungeordnete Liste */

div#inhalt ul {
	list-style-image:url(media/quadrat.gif);
	margin:0px;
}

div#inhalt ul li {
	margin-bottom:4px;
	
}

/* Geordnete Liste */

div#inhalt ol {
	font-size:11px;
}

div#inhalt ol li {
	margin-bottom:5px;
}

/* Definitions Liste für Anschriften */

div#inhalt dl {
	display:block;
	margin:0px;
	padding:0px;
}

div#inhalt dl dt {
	display:block;
	float:left;
	width:100px;
	clear:left;
}

div#inhalt dl.kontakt dt {
	display:block;
	float:left;
	width:60px;
	clear:left;
}

div#inhalt dl dd {
	display:block;
	clear:right;
}
	