html {
	height:100%;
	text-align: center;
	font-size: 100.01%;
	background-color: #dcdcde;
	background-repeat: repeat-y;
	background-position: center;
}
body {
	text-align: center;
	margin: 0px;
	height:100%;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	
}


.Admin
{
	font-size: 0.9em;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial;
	background-color: #999999;
}

.Admin A.Admin:visited
{
    COLOR: #000000
}


.rechts	/* Positionierung auf der rechten Seite */
{
	float: right;
	padding-left: 10px; /* für Mozilla*/
	margin-left: 10px; /* für IE*/

}
.links	/* Positionierung auf der linken Seite */
{
	float: left;
	padding-right: 10px;
	margin-right: 10px; /* für IE*/
}
.keinFluss	/* Aufhebung der rechten und linken Positionierung */
{
	clear: both;
}


#container {
	height: 300px;
	width: 777px;
	text-align: left;
	padding: 0px;
	color: #333333;
	background-color: #ffffff;
	margin: auto;
}


#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #656565;
	width: 727px;/* für Firefox */
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 40px;
	float: left; 
	background-color: #ffffff;
	
}

/* Häck */
* html div#content {	/*  feste Angabe für IE */
	width: 775px;/*neu*/
}

#Sp_links
{
	border: solid 0px blue;
	float:left;
	width: 285px;
	margin: 5px 8px 10px 10px;
	padding: 0px 10px 10px 10px;
}

#Sp_rechts
{
	border: solid 0px navy;
	float: left;
	width: 355px; /* für Firefox */
	margin: 5px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}
/* Häck */
* html div#SP_rechts {	/*  feste Angabe für IE */
	width: 395px;/*neu*/
}


#content p {
	line-height: 17px;
	padding-top: 0px;
	padding-bottom: 15px;
	margin-top: 0px;
}
#content h1 {
	font-weight: normal;
	font-size: 18px;
	color: #3d3c3f;
	margin: 0px;
	line-height: 100%;
	padding-bottom: 20px;
	text-transform: uppercase;
	
}
#content h2 {

	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	line-height: 100%;
	padding-bottom: 0px;
	padding-top: 30px;
}
#content h3 {
	font-weight: bold;
	font-size: 100%;
	color: #c50a1d;
	margin: 0px;
	line-height: 100%;
	padding-bottom: 20px;
}
#content h4 {
	font-weight: normal;
	font-size: 100%;
	color: #c50a1d;
	margin: 0px;
	line-height: 17px;
	padding-bottom: 0px; /* geändert am 19.05.2009, vorher 20px*/
}

#content h5 {
	font-weight: normal;
	font-size: 90%;
	color: #c50a1d;
	margin: 0px;
	line-height: 17px;
	padding-bottom: 0px;
}

.Bildunter { 
	font-weight: normal;
	font-size: 10px;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
	color: #3d3c3f;
}

/* Häck */
* html div#content .Bildunter {	/*  feste Angabe für IE */
	margin: -30px 0px 0px -10px;
	padding: -35px 0px 0px 0px;
}

img
{
	margin: 0px 0px 0px -10px;
	border: 0px;
}

/* Bereich Fusszeile */
#Fusszeile 
{
	width: 777px;
	height: 19px;

	line-height: 1.6em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	line-height: 1.6em;
	padding-left: 0px; /* vorher 10px*/
	clear: both;
	text-transform: uppercase;
	border-top: solid 6px #dcdcde;
	background-color: #ffffff;
	
}	

	

#Fusszeile p {
	font-size: 0.7em;
	line-height: 1.6em;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#Fusszeile a {
	color: #333333;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Fusszeile a:link {
	text-decoration: none;
}
#Fusszeile a:visited {
	text-decoration: none;
}
#Fusszeile a:hover {
	text-decoration: underline;
}
#Fusszeile a:active {
	text-decoration: underline;
}

/*SiteMap*/
#content .SRahmen
{	border: solid 0px red;
	margin: opx 10px 10px 10px;
	padding-left: 30px;
	
}

.SRahmen ul, li
{
	font-family: Verdana;
	font-size: 1.0em;
	line-height: 20px;
}

.SRahmen ul ul
{
	font-size: 1.0em;
}

* html .SRahmen ul ul {	/*  Häck: feste Angabe, die nur für den IE greift */
	font-size: 1.1em;
}

/* */
table
{
	font-family: Verdana;
	font-size: 1.0em;
	}
