/* hier die länge des menüs festlegen */


/*menue oben */

#menuoben {
	background-color:#0000FF;
	color:#FFFFFF;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
#menuoben a:link{ color: white;font-family: verdana; font-size: 10pt; text-decoration:none;width:100px; height:20px;}
#menuoben a:visited{
	background-color:#0000FF;
	color:#FFFFFF;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 10pt;
	background-position: center;
	width:100; height:20;
	
}

#menuoben a:active{
	background-color:#FFFFFF;
	color:#0000FF;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size: 10pt;
	border-left:solid 1px white;
	
	
}

#menuoben a:hover {
	background-color:#0099FF;
	color:#FFFFFF;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:10pt;
	border-left:solid 1px white;
	
	font-weight: bold;
}


/* allgemeine links im text */

a:link{
	text-decoration:underline;
	font-weight: normal;
}

a:visited{
	text-decoration:underline;
	color: #FF0000;
}

a:active{
	text-decoration:underline;
	font-family: "comic Sans MS", sans-serif, arial;
	font-weight: normal;
}

a:hover{
	color: #0033FF;
	text-decoration:underline;
}

#navoben {
	background-color: #0000FF;
	border-top: 2px none #66CCFF;
	border-right: 2px none #66CCFF;
	border-bottom: 2px none #66CCFF;
	border-left: 2px none #66CCFF;
}
#head{background-color: #0000FF;border: 2px none #66CCFF;}
#inhalt {
	font-size: 12pt;
	color: #0000CC;
	border: 2px none #66ccff;
	line-height: 1.5pc;
	font-family: "comic Sans MS", sans-serif, arial;
	padding-left: 15px;
	padding-right:4px;
	text-align: justify;
}
#outtable { width:780; border:0; }
#nav1{background-color: #0000FF;border: 2px none #66CCFF; height:230; width:100%}
.titel {
	font-size: 24px;
}
.hochgestelt {
	vertical-align: superexposant;
	font-size:10pt;
	text-decoration: none;
}
.p14Blau {
	font-size: 16;
	color: #0000CC;
}
