body	{
	padding:0;
	border:0;
	margin:0px 0px 30px 0px;
	background-color:#DEDEDE;
	font:12px arial;
	}

#darkgreybox	{
	background-color:#585858;
	width:100%;
	height:420px;
	margin:180px 0px 0px 0px;
	}

#main	{
	width:785px; /* Wert um 15 px erhoeht */
	min-height:570px;
	margin:-500px auto 0px auto;
	}

#logo	{
	width:141px;
	height:55px;
	padding-left:15px;
	}

#navcontainer	{
	background:url(../images/css/background_nav.jpg) right repeat-y;
	background-color:white;
	float:left;
	width:250px;  /* Wert um 15 px erhoeht */
	height:420px;
	margin-top:25px; /* IE = 22px */
	font-size:11px;
	}

#background_nav_bus	{
	background:url(../images/css/background_nav_bus.jpg) bottom no-repeat;
	float:left;
	width:250px; /* Wert um 15 px erhoeht */
	height:420px;
	}

#navmenue	{
	list-style-type:none;
	margin:18px 0px 0px -40px;
	}

#navmenue li a	{
	text-decoration:none;
	}

#navmenue li a:hover	{
	color:blue;
	}

.left	{
	text-align:right;
	padding:3px 163px 3px 0px;
	background:url(../images/css/plus.gif) 91px no-repeat; /* Wert um 5 px verringert */ /* IE +40px */
}

.center	{
	padding:7px 0px 7px 126px; /* 4. Wert um 16 px erhoeht */ /* IE +40px */
	background:url(../images/css/plus.gif) 114px no-repeat; /* Wert um 16 px erhoeht */ /* IE +40px */
	}

.right	{
	margin:0px 0px 1px 140px; /* 4. Wert um 10 px erhoeht */ /* IE +40px */
	padding:3px 0px 3px 5px;
	background:url(../images/css/background_nav_submenue.jpg) right repeat-y;
	}

.inactive {
	color:black;
	}

.active {
	font-weight:bold;
	color:blue;
	}

#content_background_center	{
	background:url(../images/css/background_center.jpg) repeat;
	float:right;
	width:540px;
	min-height:570px; /* im IE "min-" loeschen, da dieser height als min-height interpretiert */
	margin:-60px 0px 0px -5px;
	}

#content_background_top	{
	background:url(../images/css/background_top.jpg) top no-repeat;
	float:right;
	width:540px;
	min-height:570px; /* im IE "min-" loeschen, da dieser height als min-height interpretiert */
	margin:0px 0px 0px -5px;
	}

#content	{
	background:url(../images/css/background_bottom.jpg) bottom no-repeat;
	float:right;
	width:540px;
	min-height:570px; /* im IE "min-" loeschen, da dieser height als min-height interpretiert */
	margin:0px 0px 0px -5px;
	}

#bilder	{
	margin-top:18px;
	text-align:center;
	}

#ueberschrift	{
	font-weight:bold;
	color:blue;
	margin:35px 30px 18px 80px;
	padding:5px 0px 10px 0px;
	background:url(../images/css/background_headline.jpg) right no-repeat;
	}

#text	{
	margin:0px 35px 30px 80px;
	}

#text a:link	{
	font-weight:bold;
	text-decoration:none;
	color:#1B56FF;
	}
#text a:visited	{
	font-weight:bold;
	text-decoration:none;
	color:#8D6BC5;
	}
#text a:hover	{
	border-bottom:1px dotted #1B56FF;
	}
