body  {
    color: black; 
	background-color: #df9300;	/* Hintergrundfarbe von ganzer Seite 	*/	
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
}

div#Page {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	padding: 0;
	top: 0px;
	right: 0px;
    /*  background: #ffffe0 url(hintergrund.gif) repeat-y; */
    /* border: 2px ridge silver; */
}
div#Titel {
	heigt: 79 px;
	margin: 0em;
	padding: 0;
	border: 0px none;
	color: #990000;
 }


/******************************************/
/* Style Navigation 	        		  */
  

 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	
}




.navcontainer {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	background-color: #df9300;		/* Farbe soll die gleiche sein wie der Page hintergrund */
}
.navcontainer ul {		/* Sylesheet verschachtelt. Style fuer ein Listenelement innnerhalb von .navcontainer */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
.navcontainer a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #df9300;
	display: block;
	margin: 0px;
	padding: 3px;
	width: 100px;
	border: 1px solid #FFFFFF;
	text-align: center;
}
.navcontainer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.navcontainer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
	background-color: #FF0099;
}
.navcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	background-color: #ffcc66;
}




/******************************************/
/* Style Seite							  */

div#Content {
   margin-left: 110px;
   padding: 0 1em;
   /* border: 1px dashed green; */
  }
div#Content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0033;
}
div#Content h2 {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 18x;
	color: #BF0000;
}

div#Content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #BF0000;
	text-transform: uppercase;
	letter-spacing: 0.7em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-style: normal;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}

div#Content p {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
}
.newsTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	height: auto;
	width: auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 5px none;
	border-left: 0px none;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 3px;

}
.newsContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	top: 163px;
	color: #000000;
	text-align: left;
	padding-bottom: 5px;
	
}
.footer {
	clear: left;
	font-size: 10px;
	margin: 20px 50px 0;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #000000;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	width: auto;
	font-family: "Courier New", Courier, mono;
	letter-spacing: 0.2em;
	color: #000000;
}
input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;

}
select {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFF99;
}
option {

	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFF99;
	color: #FF0000;
}

