﻿#alles {
	width:900px;
	margin:10px auto;
	text-align:left;
	border:1px solid #999999;
}

#ContentPlus { 				/* Abgrenzung Navigation-Content */
	background-image:url(/media/bg_site.gif);
	background-repeat: repeat-y;
}

#NavigationsZeile {  		/*  Navigationszeile */
	margin:0px 0px 10px;
	width:900px;
	clear:both;
	overflow:hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFCC00;
	height: 20px;
}

#Top { 						/*  Kopfzeile mit RB-Logo */
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 200px;
	background-image: url(/media/rblogo.gif);
	background-repeat: no-repeat;
	background-position: 200px 15px;
}

#NavigationsZeile ul { 
	margin:0px; 
	width:100%; 
	height:16px; 
	padding-left:184px; 
	border-top:1px solid #FF0000; 
	border-bottom:1px solid #FF0000; 
	background-color: #FFCC00; 
	vertical-align:middle; 
	list-style-type:none; 
}

#NavigationsZeile ul li {
	 border-left:1pt solid #FFFFFF; 
	 padding:0px 10px; 
	 float:left; 
	 line-height:14px; 
}

#NavigationsZeile ul li a:link, 
#NavigationsZeile ul li a:visited, 
#NavigationsZeile ul li a:active { 
	font-size:9px; 
	font-weight:bold; 
	color:#666666; 
	text-decoration:none;
}

#NavigationsZeile ul li a:hover {
	color:#FFFFFF;
	text-decoration:none; 
}

#NavigationColTop {
	width:175px;
	padding:5px;
	float:left;
	overflow:hidden;
	clear:right;
	font-weight: bold;
	border: none;
	color:#FF0000;
	height: 50px;
	background-color:#FFCC00;
}

#NavigationCol  			/* Navigationsspalte links */ 
{
	width:165px;
	font-size:14px;
	margin:0px;
	line-height: 14px;
	float:left;
	overflow:hidden;
	clear:right;
	font-weight: bold;
	border: none;
}

#NavigationCol li			/* Navigationsspalte links */ 
{
	list-style-type: none;
	margin: 5px 0 5px -35px;
	padding:5px;
	border: 1px solid #FF9900;
	background-color: #FFCC00;
}

#NavigationCol a {
	text-decoration:none;
	color:#000000;
}

.rahmen_NAV {
	border: 1px solid #FF9900;
	background-color:#FFCC00;
}

#Content {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 200px;
	margin-right: 20px;
}

#Specials {
	width:150px;
	float:left;
	overflow:hidden;
	clear:right;
	margin: 10px;
	padding: 5px;
	text-align: center;
}

#Content_Start {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 210px;
	margin-right: 20px;
}

#Footer {					 /* Fusszeile */
	margin:0px;
	width:900px;
	clear:both;
	overflow:hidden;
	padding-top: 10px;
}

#Footer ul { 
	margin:0px; 
	width:100%; 
	height:16px; 
	padding-left:185px; 
	border-top:1px solid #666666; 
	border-bottom:1px solid #666666; 
	background-color: #FFCC00; 
	vertical-align:middle; 
	list-style-type:none; 
}

#Footer ul li { 
	border-left:1pt solid #FFFFFF; 
	padding:0px 10px; 
	float:left; 
	line-height:14px; 
}

#Footer ul li a:link, 
#Footer ul li a:visited, 
#Footer ul li a:active { 
	font-size:9px; 
	font-weight:bold; 
	color:#666666; 
	text-decoration:none;
}

#Footer ul li a:hover {
	color:#FFFFFF; 
	text-decoration:none; 
}
 
#Disclaimer {
	font-size: .85em;
	color: #999999;
	padding: 10px;
}

#Disclaimer a {
	text-decoration:none;
	color:#999999;
}

body {
 	font: .75em verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding:0;
	font-style: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 3px;
}

h2+p {
	margin-top: 0;
}

h3, h3 a {
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;
	color:#000000;
}

h4 {
	font-weight: bold;
	margin-bottom: 0;
}

.tabelle {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
	z-index: auto;
}

.zwischentitel_italic {
	font-style: italic;
	font-weight: bold;
}

.zwischentitel {
	font-weight: bold;
	margin-bottom: 1px;
}

.titel_tabelle {					/* Tabellenkopf, gelb mit rotem Rahmen oben + unten */
	font-size: 15px;
	font-weight: bold;
	background-color: #FFCC00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF0000;
	border-bottom-color: #FF0000;
}

.neu {
	color: #FF0000;
}

.rahmen_komplett {
	border: 1px solid #FF0000;
}

  
.wichtig {						/* Auszeichnung für wichtige Ausdrücke */
	font-weight: bold;
}

.bild_beschreibung {			/* Bildlegende */
	font-size: 9px;
	color: #999999;
	letter-spacing: 1px;
}

#rechts h4 {
	font-size: 1.1em;
	line-height: 1.8em;
	border-bottom: 1px dashed #c9c7bc;
	margin: 0;
	padding-left:50px;
	font-weight: bold;
	background-image:url(/bilder/news_titel.gif);
	background-repeat:no-repeat;
}

#rechts a:link,
#rechts a:active,
#rechts a:hover,
#rechts a:visited {
	background-image:url(bilder/link.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right: 20px;
	text-decoration: none;
	color: 	#000000;
}

#rechts .news_datum {
	background-image:url(/bilder/pfeil.gif);
	background-repeat:no-repeat;
	padding-left: 8px;
	font-weight: bold;
	background-position: 0px 4px;
}

.special_titel {
	font-size: 1.1em;
	line-height: 1.8em;
	border-bottom: 1px dashed #c9c7bc;
	margin: 0;
	font-weight: bold;
	text-align:left;
}

