/* ===body, grundlegende festlegungen fuer die seite=== */
body{
	font-family:'Trebuchet MS', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0em 0em 0em 0em;
	}

/* === Textgross=== */
.textgross{
	text-align:center;
	font-size:2em;
	color:#FF0000;
	font-style:italic;
	font-weight:bolder;
	}
/* ===Unsichtbar=== */
.unsichtbar{
	display:none;
	}

/* ===Startseite=== */
#roundabout{
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	width:12em;
	font-weight:bold;
	font-size:1.5em;
	}

#roundabout div{
	width:4.1em;
	height:4.1em;
	float:left;
	padding-left:1em;
	padding-top:1em;
	margin: 0.1em;
	border: 1px solid #9D9D9D;
	}



.StarttextKlein{
	font-size:0.5em;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

/* === Die Spielerei mit dem Text am Anfang :)=== */
#roundabout a{
	text-decoration:none;
	color:#000000;
	}
#roundabout a:hover{
	text-decoration:none;
	background:transparent;
	}
#roundabout a .StarttextKlein{
	display: none;
	text-decoration:none;
	}
#roundabout a:hover .StarttextKlein{
	display:inline;
	text-decoration:none;
	}



/* ===menueleiste oben=== */
#topmenue{
	font-size:0.7em;
	height: 31px;
	padding: 0.2em 0 0 0.5em;
	background-color:#CCCCCC;
	border: 1px solid #9D9D9D;
	}
#topmenue div{
	width:130px;
	height:1.8em;
	float:left;
	padding-left:0.3em;
	padding-top:0.3em;
	margin: 0.2em;
	border: 1px solid #9D9D9D;
	text-align: center;
	}

#topmenue a{
	text-decoration:none;
	color:#000000;
	}

#topmenue a:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	}
.topmenueText{
	float:left;
	font-size:2em;
	color:#FF0000;
	margin-top:0.1em;
	font-weight:bold;
	font-style:italic;
	}
.topmenueText a{
	text-decoration:none;
	color:#FF0000;
	}

.menueActive{
	font-weight:bold;
	cursor:text;
	}

#content{
	margin: 2px 0px 0px 0px;
	width:100%;
	}



/* ===Temporäre Einstellungen=== */



.intro{
	font-size:0.8em;
	color:#333333;
	margin: 0 0 0 0;}
	
hr{ /* die linie */
	border:1px;
	width:15em;
	color:#999999;
	border-style:dashed;
	margin-right:100%;}

h1{ /*willkommen*/
	margin-bottom: 0em;}

h2 { /* die news */
	margin-top: 0em;
	text-transform:lowercase;
	color:#666666;}

h3{ /*die news überschrift*/
	margin-bottom: 0.1em;}


#news{ /* div um die einzelnen news*/
	padding-left: 1em;}



.datum{
	color:#CCCCCC;
	font-size:0.7em;}
	
.datum a:link{
	color:#CCCCCC;}
	
.datum a:hover{
	color:#000000;}
	
.datum a:visited {
	color:#666666;}

.news{
	font-size: 0.9em;
}


#he1{	/*gruen*/
	background-color:#B5F2C7;
}

#he2{ 	/*blau*/
	background-color:#A2E2FF;
}

#he3{	/*keine*/
	background-color:#CCCCCC;
}

#he4{ 	/*rosa*/
	background-color:#F5E3FF;
}

#he5{ 	/*gelb*/
	background-color:#FFFF99;
}

#he6{ 	/*weiß*/
	background-color:#FFFFFF;
}


	
.Text10px{
	font-size:10px;
	font-weight:normal;
}
.Text8px{
	font-size:10px;
	font-weight:normal;
}


.Block{
	text-align: justify;
}
.Links{
	text-align: left;
}
.Rechts{
	text-align: right;
}
.Mitte{
	text-align:center;
}


 
.welnkhidd {
	text-decoration:none; 
	color:#CCCCCC;
}
.welnkhidd a{color:#CCCCCC;}
.welnkhidd a:visited{color:#CCCCCC;}
