﻿html, body {
	height:100%;
}
body {
	font-family:Arial;
	text-align:left;
	color: #000;
    	background:#E2E2E2 url('bg.bmp');
    	margin: 0;
	padding: 0;
	background-repeat:repeat-y;
   	background-position:center;
    
}

#browserMinHeight {
	width:0px;
	height:100%;
	float:left; 
	margin-top:-110px;
	margin-left:0;
	margin-right:0;
	margin-bottom:-35px;
}

#container {
	width: 840px;
	height: 100%;
	margin: 0 auto 0 auto;
  	text-align: left;
    
}

#banner {
	height: 110px;
	background: url('rsgbanner.jpg') no-repeat;
}

#inhalt {
	width: 714px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
	margin: 0;
	float: left;
	background:white;
}

#navi {
	width: 107px;
	float: left;
	padding-top:12px;
	padding-left:3px;
	padding-right:0;
	padding-bottom:0;
	margin: 0;
	background-color: #97c542;
}

#fusszeile {
    clear: both;
    height: 35px;
    width:840px;
    background-color: #D1D1D1;
    padding: 0;
    overflow: auto;
	margin-top: 0px;
	font-size: 9pt;
}

#banner img {
	float: left;
}

#navi ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#navi li {
	display: block;
	border:0;
	height:20px;
}

#navi a {
	text-decoration: none;
	color: #232323;
	display: block;
	padding-left: 2px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f9f9f9;
	font-size: 9pt;
}
#navi a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #232323;
	border-bottom: 1px solid #f9f9f9;
	background-color: #b3d574;
}
.standardzent {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
}


.standard {
	font-size: 10pt;
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 0px;
		
}

.standardbolt {
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight:bold;
	
}


.seitentitel {
	font-size: 20pt;
	font-weight: bold;
	font-style: oblique;
	font-variant: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.standardueber {
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.zwischenueber {
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navilinks {
	font-size: 10pt;
	font-weight: bolder;
	padding: 0px;
	margin-top: 0px; margin-bottom:1px;
}

.banner1 {
	font-size: 22pt;
	font-weight: 900;
}

a {
	color: #567223;
}
a:visited {
	color: #6F6F6F;
}

.fusszeile {
	text-align: center;
	font-size: 8pt;
	margin: 2px;
}

.bildlinks {
	border-color: #567223;
	border-width:1px;
	border-style:solid;
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
}

.bildrechts {
	border-color: #567223;
	border-width:1px;
	border-style:solid;
	margin-left: 7px;
	margin-bottom: 7px;
	float:right;
}

.bildtabelle {
	border-color: #567223;
	border-width:1px;
	border-style:solid;


}

.bildzentriert {
	border-color: #567223;
	border-width:1px;
	border-style:solid;
	margin-left:auto; 
	margin-right:auto;

}


.bildohnerahmen {
	border-style: none;
	border-width: 0px;
}
