body {
	background-color: rgb(38,36,38);
	color: white;
	padding:0;
	margin:0;
}
body, div, p, h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#abfahrt {display:none;}
#my_textual_div {overflow:visible;width: 493px;}
#drucknmail{display:none}

div, p {
	text-align: left;
}
h1 {
	font-size: 17px;
	color: rgb(223, 223, 224);
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
}
h2 {
	font-weight: bold;
	margin:0;padding:0;
}
h3 {
	padding:0;
	margin:0;
	margin-top:5px;
	font-weight:bold;
	font-size:12px;
}
#wrapper {
	margin-top:20px;
	margin-left:20px;
	width:870px;
}
#content {
	background-color: rgb(95,93,98);
}
#left {
	float:left;display:none;
	/* padding-left:40px; */ /*Abstand für Menue, Kontakt und Logo*/
	width:260px;
	height:700px;
	min-height:700px;
	background-color: rgb(80,77,82);
	padding-bottom:20px;
	
	background-image: url("/_framework/images/logo.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#left li {
	font-size: 15px;
}
#left_content {
  	/* Debug: background-color:red; */
}
#small_nav {
	text-align: left;
	height:100px;
	min-height: 100px;
	padding-top:7px;
	padding-left: 30px;
	/* color:red; */
}
#small_nav a {
	padding-left:10px;
}
#small_nav_content {
	width:100%;
}
#small_nav .item {
	font-size: 14px;
	float:left;
	width:49%; /* 2Items=49%, 3Items=32% */
}
#nav {
	background-color: rgb(70,67,72);
	padding:0;
	padding-left:30px; /*Abstand für Menue, Kontakt und Logo*/
	padding-bottom:60px;
	padding-top: 5px;
}
#nav ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding:0px;
	margin:0px;
}
#nav li {
	/* background-color:red; */
	padding:0;
	margin:0;
	padding-top:7px;
	padding-bottom:7px;
}
#nav li a {
	padding-left:10px;
}
#nav li.spacer {
	margin-bottom: 20px;
}
#nav ul ul { /* Second Level menu */
	padding-top:10px;
	padding-left: 26px;
}
/* Variante 1:
#nav ul li.active {
	list-style-type: disc;
	list-style-image: url(/_framework/images/bullet.gif);
}
*/
/* Variante 2: */
#nav ul li a.active, #nav ul li a:hover, #small_nav a:hover, #small_nav a.active {
	background-image: url(/_framework/images/bullet.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;
}

#bottomleft {
/*
	border : solid 1px #FF0;
	margin: auto auto auto auto;
*/
}
#right {
	margin-left:5px;
	margin-top:7px;
	float:left;
	width:600px;
	max-width: 800px;
	min-height:350px;
}
#header {
	padding:0;
	margin:0;
}
#maincontent {
	padding:0;
	margin:0;
	padding-left:7px;
	padding-top:10px;
	width:80%;
}
a, a:link, a:visited, a:hover {
	color: rgb(223,223,224);
	text-decoration: none;
}
a:hover {
	color:white;
}
a.active, a.active:visited {
	color:white;
}
#maincontent a:link, #maincontent a:visited, #maincontent a:hover {
	text-decoration: underline;
}
/*Newsitem style*/
.newsitem {
	margin:0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tabelle5050{	
 width:100%;
}

.tabelle5050 td, .Tabelle5050 tr{	
 width:50%;
}

