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

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

html {
	background-color:#86182d;
}

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 {

}

div#kopf img#themenbild {
	display:none
}

div#kopf img#tuev {
display:none;
}

div#kopf a#logo {
}

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

ul#menue {
	display:none;
}


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

p#wrapbild {
	display:none;
}

p#wrapbild img {
	
}

/* Für Scroll balken im Content */
div#wrap{
}	

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

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

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


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;
}

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

div#inhalt ul li {
	
}

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

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

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