/* @group basis */
html {
background-image:url(basisdesign/bg.gif); 
background-color: #006ea8; 
background-repeat: repeat-x; 
}

/* Scrollbalken ausschalten (Geht im IE nicht)*/
html { overflow: -moz-scrollbars-vertical; }
html[xmlns^="http"] { overflow-y: scroll; }

/* Workaround Scrollbalken fuer IE*/
* html {
height: 101%;
}


body {
font: 76%/1.6 "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; color: #12222a; 

}




/* 

Start - Startseite nicht eingeloggt 

*/
/* Titel */
h1 {
	color: #006ea8;
	font-size: 2.3em;
	font-weight: 300;
	line-height: 1em;
	margin-top: 80px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 #CCCCCC;
}


h2 {
color: #006ea8;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 5px;
	margin-top: 15px; 
}


/* Hauptbild */
img {
	border: 0;
	margin-top: 40px;
	

}



/*
Der Content2: Startseite nicht eingeloggt: einspaltiges Design
*/


#content2 {
display: block;
	margin-top: 17px;
	background-color: white;
	border: 1px solid #b9b8a8;
	margin-left: 16px;
	padding-bottom: 30px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 900px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: center;
height: 600px;
text-decoration: none;
cursor: pointer;
}

#content2 ul {
margin-left: 25px;
}

#beschreibung {
display: block;
padding-top: 180px; text-align: left; color: black;
}

#mainwrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background: left 50%;
}

#logo {
	text-indent: -2000px;
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 200%;
	line-height: 75px;
	background: url(basisdesign/logo.gif) no-repeat;
	
	width: 185px;
	height: 75px;
	cursor: pointer;
}

#wrapper {
	background-color: #eaeae1;
	width: 960px;
	float: left;
	padding-bottom: 16px;
}

#footer {
	float: right;
	width: 500px;
	height: 30px;
	text-align: right;
	font-size: 0.8em;
	padding-top: 10px;
	color: white;
}
#footer a {
color: white;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}

#users_online {
	float: left;
	width: 200px;
	height: 30px;
	font-size: 0.7em;
	line-height: 30px;
	color: #12222a;

}

/* @end */

/* @group Metanavigation */


#metanavigation {
	left: 0px;
	width: 700px;
	height: 75px;
	font-size: 115%;
}

#navigation ul {
	height: 75px;
	list-style: none;
	line-height: 40px;
	display: inline;
	
}

#metanavigation ul li {
list-style: none;
	float: left;
	height: 40px;

	margin-right: 0px;
	color: #12222a;
	line-height: 40px;
	text-align: center;
	top: 35px;
	position: relative;
}


#metanavigation ul li.breit {
	width: 140px;
}

#metanavigation ul li.schmal {
	width: 70px;
}


#metanavigation ul li a {
background: white url(basisdesign/bghead_sprachen.gif) no-repeat 0 0;
text-decoration: none;
display: block;
background-repeat: no-repeat;
}

#metanavigation ul li a.inaktiv {
	
	color: #fff;
}

#metanavigation ul li a:hover {
color: white;
}


#metanavigation ul li a.aktiv {
	background-position: 0 -40px;
	
	color: #12222a;
	
}



