body {
	background:url(images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#333;
}
			/* "Hauptcontainer für Seite" */			
#container {
	width:770px;
	margin:10px auto 10px auto;
	background:#fff;
}

			/* Header Hintergrund */
#header {
	height:100px;
	background:url(images/header_bg.jpg) top left repeat-x #a0da2b;
	border-bottom:5px solid #66932E;
}

			/* Rand über Header */
#header h1 {	
	color:#000;
	font-size:170%;
	text-align:center;
	margin:0;
	padding:40px 10px 10px 10px;
}

			/* Main menu (tabs) */
#tabs {
  height:30px;
  background:#66932E; 
  margin:-5px 0px 10px 0px; 
  padding:5px 50px 2px 0px;
  font-size: 9pt; 
}

#tabs ul {
  margin:0px 10px; 
  padding:0; 
  list-style:none;
}
 
#tabs ul li {
  margin:0 0 0 0; 
  padding:0; 
  float:left;
}
 
#tabs ul li a {
  display:block; 
  position:relative; 
  padding:8px 0px;
  border:0; 
  color:#FFF;  
  text-decoration:none; 
  cursor:pointer;
}
    
/* Main menu (tabs - hover) */
#tabs ul li a:hover {
  color:#FF9000;
  background:#66932E;
  padding:8px 0px 7px 0px;
}
    
/* Main menu (tabs - active) */
#tabs ul li#active a {
  background:#FFF; 
  padding:9px 0px;
  color:#FF9000;
} 

#tabs ul li#active a span.tab-r {
  position:absolute; top:0px; right: -1px; width:8px; height:8px; 
  background:url("./images/tab_active_r.gif") 0 0 no-repeat;
}   

#tabs ul li#active a span.tab-l {
  position:absolute; top:0px; left: 0px; width:8px; height:8px; 
  background:url("./images/tab_active_l.gif") 0 0 no-repeat;}
    

.noscreen {display:none;}

#content {
	width:70%;
	padding:10px 30px 10px 0px;
	float:right;
}

.tabtext {
	padding: 0px 12px 0px 12px;
}

#content h1, h2, h3, h4 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h2 {
	color:#060;
	font-size:190%;
	border-bottom:1px solid #ccc;
}

#content h3 {
	color:#333;
	font-size:120%;
}

			/* Platzhalter für ImageBox */
#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border:1px solid #ccc;
}

			/* Platzhalter für Logo */
.logobox {
	width:160px;
	height:80px;
	border:10px solid #fff;
	background:#fff;
	margin:0px;
	float:left;
	display:inline;
}

			/* Platzhalter für Bilder */
.imgbox {
	width:428px;
	height:224px;
	border:1px solid #66932E;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

			/* Formatierung Sidebar */
#sidebar {
	width:170px;
	padding:10px 0px 0px 10px;
	float:left;
	margin:5px 0px 0px 0px;
	font-size:90%;
}

			/* Platzierung Sidebar */
#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 
			/* Rand um Sidebar */
#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}
			/* Format und Hintergrund der Sidebar */
#sidebar ul li a {
	display:block;
	padding:3px;
	width:162px;
	background:url(images/li-off.jpg) top left no-repeat #f2f7e9;
	color:#060;
	text-indent:25px;
	text-decoration:none;
}
			/* Animation des Inhaltes der Sidebar unter dem Mauszeiger*/
#sidebar ul li a:hover {
	background:url(images/li-on.jpg) top left no-repeat #f2f7e9;
}

      /* Aktive Sidebar */
#sidebar ul li#active_s a {
  color:#FF9000;
}


.widget {
	height:70px;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:100%;
}
	
.widget_gross {
	height:auto;
	border:1px solid #ccc;
	background:#f5f5f5;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:100%;
}	
			/* Format Fußzeile */
#footer {
	height:15px;
	clear:both;
	background:#66932E;
	padding:10px;
	color:#fff;
	font-size:85%;
  font-weight:bold;
	text-align:center;
}

a {
	color:#060;
}
			/* Hintergrundfarbe des Links unter dem Mauszeiger */
a:hover {
	background:#fff;
}

ul.Liste_E1 {
	font-weight:normal;
}

li.Liste_E2 {
	font-weight:normal;
}

#tab_rahmen {
  border-width:1px;
  border-style:solid;
  border-color:#060;
  padding:0.5em;
}