/*---------------Style-Sheet---------------*/

/*---------------Tag-Def.---------------*/
body {
	background-color:#808080;
	font-size:1em;
	margin:0;
	padding:0;
}

a:link {
	font-size:1em;
	color:#18165F;
	text-decoration:none;
}
a:active{
	font-size:1em;
	color:#18165F;
	text-decoration:none;
}
a:visited{
	font-size:1em;
	text-decoration:none;
	color:#18165F;
}
a:hover{
	font-size:1em;
	text-decoration:underline;
	color:#18165F;
}
/*---------------Ende Tag-Def---------------*/

/*---------------Classes---------------*/

.unsichtbar {
	display:none;
}

/*---------------Ende Classes---------------*/

/*---------------IDs---------------*/
#oben {	
	width:760px;
	height:100px;
	background-color:#CCC;
	background-image:url(../bilder/collage-oben.jpg);
	background-repeat:no-repeat;
	padding-left:0.5em;
	margin-top:0.2em;
}

#textoben {
	position:absolute;
	top:1.8em;
	left:46%;
	width:400px;
	color:#0000CC;
	font-family:"Comic Sans MS";
	font-size:1.8em;
	font-weight:bold;
}

#menue {
	font-family:"Comic Sans MS";
	font-size:0.8em;
	font-style:normal;
}

#menue-hg {
	background-image:url(../bilder/hg-menue.jpg);
}

#unten {
	background-color:#CCC;
	width:786px;
	height:30px;
	font-family:"Comic Sans MS";
	font-size:12px;
}

/*---------------Ende IDs---------------*/
