body {
    background-color: #F1F1F1;
    margin: 0; padding: 1em 0;
    text-align: center;	  /* Zentrierung im Internet Explorer */
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	color: #FFFFFF;
}

.head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	color: #FFFFFF;
}


.schrift2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:200;
	color: #000000;
}

span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:600;
	color: #FFFFFF;
}

h1 {
    font-size: 14pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	margin: 0; padding: 0.3em;
	width: 570px;	
	background-color: #000033;
    border-bottom: 1px solid silver;
}

h2 {
    font-size: 12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-weight:bold;
}

a:link {
	text-decoration: none;
	color:#000033;
}

a:visited {
	text-decoration: none;
	color: #000033;
}

a:hover {
	text-decoration: none;
	color: #33CCFF;
}

.bild {
border:2px;
border-style:solid;
border-color:#000033; }	

div#Site {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;   /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0px;
    background: #669999;
	border: 2px ridge #000033;
	border-bottom: 1px solid #000033;
}

html>body div#Seite {
    border-color: #99CCFF;  /* Farbangleichung an den Internet Explorer  */
}

div#Navigation {
    width: 240px;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
	float:left;
	margin-right: 10px;
	padding-top: 10px;
	overflow:auto
}
 
div#Inhalt {
    width: 590px;
	float:left;
	margin-top: 10px;
	margin-right: 10px;
}

div#right {
    width: 130px;
	height: 600px;
    float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
}

p#Fusszeile {
    clear: both;
	height: 20px;
    font-size: 12pt;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #000033;
    border-top: 3px solid white;
 }

#Navigation {
	display: block;
	width: 190px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color: #000000;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
	font-size: 90%;
} 

#Navigation a, #Navigation a:link {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #660000;
	background-repeat:repeat-y;
	width: 180px;
	padding: 5px;
}

#Navigation a:visited {
	color: #FFFFFF;
	background-color: #000033;
}

#Navigation a:link {
	color: #FFFFFF;
	background-color: #000033;
}


#Navigation a:hover, #menue  a:focus {
	color: #FFFFFF;
	background-color: #33CCFF;
}

#Navigation a:active {
	color: #FFFFFF;
	background-color: #33CCFF;
}
