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

/* Version für FireFox 2+, IE7+, Opera 9+, etc. Für IE6 gibt es ein angepasstes CSS-File. */

*
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container_main
{
	position: absolute;
	height: 420px;
	width: 800px;
	margin: -210px 0px 0px -400px;
	top: 50%;
	left: 50%;
	border: 1px;
	border-color: #b11a16;
	border-style: solid;
	background-image: url(../_images/hintergrund.gif);
	background-repeat: no-repeat;
}

#container_logo
{
	width: 234px;
	height: 52px;
	background-image: url(../_images/logo.gif);
	background-repeat: no-repeat;
	margin-left: 35px;
	margin-top: 30px;
	float: left;
}

#menue
{
	margin-top: 110px;
	margin-left: 109px;
	float: inherit;
	color: #585858;
}

#container_text_links
{
	width: 690px;
	margin-left: 109px;
	margin-top: -25px;
	color: #585858;
	float: left;
	/*border: 1px solid blue;*/
	overflow: auto;
	max-height: 229px;
}

#container_text_links p
{
	margin-bottom: 10px;
	max-width: 610px;
}

#container_text_rechts
{
	width: 210px;
	margin-left: 40px;
	margin-top: -79px;
	color: #b11a16;
	float: left;
}

#container_bild_rechts
{
	margin-top: 20px;
	float: right;
	background-image: url(../_images/fueller2.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 195px;
}

a
{
	color: #b11a16;
	text-decoration: none;
}

a:hover, .aktiv
{
	border-bottom: 1px dotted #b11a16;
}

#container_text_links ul
{
	list-style-type: disc;
}
#container_text_links li
{
	margin-left: 40px;
}