/* Rollerkeller */

/*Wichtige Farben
Hintergrund Titel: #EF1C23
Hintergrund sonst: #BDBEC6
*/

/* DIVS */
#Gesamt
{
	width: 780px;
	margin:0px auto;
	padding: 0;
	text-align:left;
	background-color:#bdbec6;
	border:1px solid #000000;
}

#Titel
{
	padding: 0px;
	background-color: #EF1C23;
	border-bottom: 1px solid #000;
}
img.Titel
{
	margin-left:0px;
	border:none;
}
p.Titel
{
	color: White;
}



#Navi
{
	width: 200px;
	float: left;
	background-color: #bdbec6;
}
.menucontainer
{
	width:168px;
	margin:15px;
	border:1px solid #000;
	background-color:#7b7d8e;
}
.menutitle
{
	margin:2px;
	font-weight:bold;
	color: #EF1C23;
	text-align:left;
}

#Inhalt
{
	width:533px;
	float:right;
	border:1px solid #efeff7;
	background-color:White;
	padding:15px 15px 15px 15px;
	margin: 15px 15px 15px 0px;
}

.Inhalt_Text
{
	float: left;
	width: 330px;
	border: none;
	background-color: White;
}

.Inhalt_Bilder
{
	float:right;
	width: 185px;
	border: none;
	text-align: right;
	background-color: White;
}

a.menu
{
  display:block;
  padding:3px;
  border-top:1px solid #000;
  background-color:#737994;
  text-align:left;
  color:#eeeeee;
  text-decoration:none;
}
a.menu:link, a.menu:visited
{
  color:#eeeeee;
  background-color:#737994;
  text-decoration:none;
  font-weight:bold;
}
a.menu:active, a.menu:hover
{
  color:#737994; 
  font-weight:bold;
  background-color:#eeeeee;
}