@charset "utf-8";
/* CSS Document */

/* BODY */
body {
	height:5ex;
	background:url(../site_images/bg.png) repeat;	
	margin-top:2ex;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/* link to mainpage */
#go_to_start {
	text-decoration:underline;
	color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}

/* der container im hintegrund */
#container {
	background:url(../site_images/bartop.png) repeat; /*Streifen */
	float:left;
	width:100%;
	height:15ex;
}

/* Bereich oberhalb des Headers */
#headerTop {
	width:800px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	height: 5ex;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;	
	border-left:solid 1px #D4BFFF;
	border-right:solid 1px #D4BFFF;
	border-top:solid 1px #D4BFFF;		
}

#headerTop #info {
	font-size:12px;
	padding-left:3ex;
	padding-right:25px;
	float:left;
	font-weight:bold;
}

#headerTop #welcome {
	font-size:12px;
	padding-left:10px;
}


#header_pic {
	width:800px;
	/*background:url(../styles/site_images/header_pic.png);*/
	margin-right:auto;
	margin-left:auto;
	height: 15ex;	
}

#mainContent {
	width:800px;
	/*background-color:#FF5FAA;*/
	background:url(../site_images/maincontent_bg.png) repeat;
	margin-right:auto;
	margin-left:auto;
	height:55ex;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;	
	border:solid 1px #D4BFFF;
}

#menubar {
	background-color:transparent;
	height:10%;
	width:auto;
	margin-left:5%;
	margin-right:5%;
	padding-left:3%;	
	padding-right:3%;			
	-mox-border-radius-bottomright:5px;
	-mox-border-radius-bottomleft:5px;	
}

#informationBox1 {
	height:10%;
	border-left:solid 1px black;
	border-top:solid 1px black;	
	border-right:solid 1px grey;
	border-bottom:solid 1px grey;	
	width:auto;
	margin-top:2px;
	margin-left:2%;
	margin-right:2%;	
	padding:3px;
	font-size:12px;
}

#contentBox1 {
	background-color:transparent;
	width:auto;
	max-width:800px;
	height:65%;
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;	
	margin-bottom:20%;
}



img {
	border:0px;
}

#footer {
	background:#553F55 repeat-x;
	margin-top:65ex; /* noch anpassen wenn Größe der gesamten Seite bekannt ist */
	height:5ex;
	padding-top:100px;
	padding-left:30%;
	color:#FFFFFF;
}

#footer span{
	font-size:10px;
	color:#FFFFFF;	
}

#footer span a{
	text-decoration:underline;
	color:#FFFFFF;
	font-size:10px;
}



/* Menü */
a:link, a:visited { 
	color: #000; 
	text-decoration: none;
	font-size: 10pt;
	width:150px;
	/*letter-spacing:2px;*/
	font:Arial, Helvetica, sans-serif;
	font-size:14px;		
	font-weight:bold;
}

a:focus, a:hover, a:active	{
	color: #000;
	background: yellow;
	}

/* Hiermit werden die Einstellungen durchgef&uuml;hrt */
div#menue a span {
	display: none;
	width:auto;
	height:auto;
}

div#menue a:hover span {
	display: block;
	position:absolute;
	/*	
	top: 180px;
	left:10px;
	*/
	width: auto;
	max-width:600px;
	height:20px;
	padding: 0px; 
	padding-top:1%;
	color: #4D1F22; 
	background-color:transparent;
	font:Arial, Helvetica, sans-serif;
	font: 8pt arial, sans-serif text-align: center;
	float:left;
}


