/* mittleres Hintergrundbild bleibt oben */	
* {
    margin: 0;
    padding: 0;
}
body {
    padding-bottom: 25px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #CDCDCD url(../gfx/body_bg.gif) left top repeat-x;
}
/* Fliesstext */	
#container {
	margin: auto;
    text-align: left;
	border-top: none;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
    background: #fff url(../gfx/container_bg.gif) left bottom repeat-x;
    width: 766px;
}
#header {
	position: relative;
	margin: 0 auto;
	background: #fff url(../gfx/header_bg.gif) center top no-repeat;
	width: 770px;
	height: 105px;
	background-image: url(../gfx/header_bg.gif);
}
/* Positionierung */
#logo {
	margin: 0 auto;
    position: relative;
    top: 23px;
    left: -265px;
}	
/*oberer abstand menu*/
#left {
	float: left;
	margin: 0px 0px 8px 0px;
	width: 156px;
}
/*menu*/
#nav {
	margin-left: 20px;
	line-height: 30px;
	width: 200px;
	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
}
#navinner {
}
/* menupunkte*/
#navinner a {
	padding-left: 28px;
	display: block;
	text-decoration: none;
    color: #7F7F7F;
	border-bottom: 1px solid #D0D0D0;
}
#navinner a:active, a:focus {
	text-decoration: underline;
    color: #00A500;
}
/* rollover */
#navinner a:hover {
	text-decoration: none;
	color: #00A500; 
}	
/*Unter Menupunkte*/
.navsub {
	text-decoration: none;
	margin-left: 25px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.5pt;
}
#navsub a:hover {
	text-decoration: none;
    color: #00A500;
}
#navsub a:active, a:focus {
	text-decoration: underline;
    color: #00A500;
}
/*Abstand Untermenu zu Hauptmenu*/
.navsubtop {
	margin-top: 10px;
}
/*  normaler Fließtext   */
#content {
	margin: 0px 0px 0px 241px;
	padding: 36px 55px 20px 20px;
	border-left: 1px solid #D0D0D0;
	text-align: left;
}
/* schmaler Fließtext Startseite  */
#contstart {
	margin: 0 auto;
    position: relative; 
	margin-left: 241px;
    padding: 36px 205px 20px 20px;
  	border-left: 1px solid #D0D0D0; 
	}
/*  rechte News-Spalte   */
#columnright {
	position:absolute;
/*  wichtig für Opera:   */
	margin: 0 auto;
	
	margin-left: 328px;
	width: 180px;
	padding: 16px 0px 10px;
	
   border-top: 1px solid #E1E1E1; 
   border-left: 1px solid #E1E1E1;  
   border-bottom: 1px solid #E1E1E1; 
   border-right: 1px solid #E1E1E1; 
   
	background-color: #fff;
	background-image: url(../gfx/news_bg_420.gif);
	background-repeat: repeat-x;
	background-position: left top;
	right:8px;
	top: 20px;
	overflow: hidden;
/* funktioniert nicht bei IE:
	left:6px;  */

/*  min-height: 95%;
	float: right;
	bottom: 0px;
	min-height: 95%;  
	clip:   rect(-10px auto 580px auto); */
}
/*  News-Spalte Schrift  */
#innerspace {
	padding-left: 10px;
	padding-right: 5px;
	color: #007120;
/*  Höhe News-Spalte:   */
	height: 420px; 	
}
/* Überschrift für Newsleiste */
h3 {
	margin: 0px 0px 10px 10px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: #00A500;
    border-bottom: 1px solid #00A500; 
    width: 150px;
}
#newstop {
	font-size: 70%;
    padding-bottom: 8px;
	line-height: 19px;
	font-weight: bold;
}
#news{
	font-size: 70%;
    padding-bottom: 8px;
	line-height: 18px;
	letter-spacing: 0.5pt;
}
#news a {
    text-decoration: underline;
    color: #007120;
}
#news a:hover {
    text-decoration: underline;
		color: #00A500;
}
/*  Fußzeile   */
#footer {
    position: relative;
	clear: both;  
}
#copyright {
    position: absolute;
    top: 5px;
    font-size: 80%;
	line-height: 19px;
	font-weight: bold;
    color: #007120;
    text-align: right;
    width: 770px;
}

