html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height: 100.05%; /* Scrollbalken im FF erzwingen */
	background: #000000;
}
* {
	position:relative;
	margin:0;
	padding:0;
}
a {
	cursor:pointer;
	/* in einigen browsern gab es probleme mit den sensitiven Linkflächen, eventuell in diesen layouts nicht notwendig */
	z-index:1000;
}
img {
	border:0;
}
p{
	padding-bottom: 15px;
}

/**** typography ****************************************/
body { font: normal 0.8em/140% 'Lucida Grande', Geneva, Verdana, sans-serif; color: #e5e5e5; }
a:link, a:visited { text-decoration: none; color: #fc0;}
a:hover { text-decoration: underline; color: #e5e5e5;}
h1 { margin: 0 0 10px 0; padding: 5px 0 5px 0; font: normal 1.3em/140% 'Lucida Grande', Geneva, Verdana, sans-serif; color: #e5e5e5; border-bottom: 1px solid #e5e5e5; }
h2 { margin: 0 0 8px 0; padding: 0; font: normal 1.2em/140% 'Lucida Grande', Geneva, Verdana, sans-serif; }
h3 { margin: 0; padding: 0; font: bold 1em/140% 'Lucida Grande', Geneva, Verdana, sans-serif; color: #fc0; }

.error{
	color: #FF0000;
}
.break {
	clear:both;
}
.img_right {
	float: right;
	margin-left: 20px;
}
.img_left {
	float: left;
	margin-right: 20px;
}
.sponsor_item .text {
	margin-left: 170px;
	width: 320px;
}
.line{
	width: 100%;
	height: 1px;
	overflow:hidden;	
	background: #999999;
	margin: 15px 0px;
}
.input_txt{
	border: 1px solid #e5e5e5;	
	color: black;
	width: 350px;
	font: Arial, Helvetica, sans-serif;
}
.submit_button{
	border: 1px solid white;
	background: none;
	font-weight: bold;
	padding: 1px;
	color: #e5e5e5;
}

#wrap_all {
	margin:0 auto;
	width:950px;
}

#head {
	height:165px;
}
#head #logo{
	position: absolute;
	margin: -10px auto auto -257px;
}
#head_rechts
{
	float: right;
	margin: 10px 10px 0px 0px;
	
}

#head_rechts a {
	color: #717171;
	font-size: 10px;
	text-decoration: none;
}
#teaser{
	visibility: hidden;
	height: 1px;
	margin: 15px 0px 10px 0px;
}

#nav {
	height:35px;
	background: url('../img/bg_navgrey.png') repeat-x;
}
#nav ul {
	height:35px;
	list-style:none;
	float: left;
}
#nav li {
	list-style:none;
	float:left;
	height:35px;
	cursor:pointer;
}
/* Globales Suchfeld */
#nav #search {
	visibility: hidden;
	float:right;
	margin-right: 10px;
	margin-top: 2px;
}
#search select, #search INPUT { 
	color: #76797c; 
	font: 10px/14px 'Lucida Grande', Geneva, Verdana, sans-serif;
}
#search input.sbox { 
	height:11px; 
	width:130px; 
	border:0; 
	background:white url('../img/bg_searchfield.gif') repeat-x left top; 
	padding: 3px; 
}
#search select { 
	width:122px; 
	margin-top:5px; 
}
#search .srchimgs { 
	position:relative; 
	top:5px;
}

#content_gesamt{
	width: 950px;
	background: url(../img/bg_x-x-x.gif) repeat-y;
}
/* Boxen */
#box_rechts_breit, #box_links, #box_mitte, #box_rechts, #box_links_breit{ /* Hintergrund für alle Boxtypen*/
	background: url(../img/box_hg.jpg) repeat-x #313131;
}

#box_links{
	float: left;
	min-height: 350px;
	width: 205px;
	padding: 0px 0px;
	margin-right: 15px;
}

#box_links ul{
	list-style:none;
}

#box_links li{
	list-style:none;
	min-height:30px;
	width:185px;
	padding:0px 10px;
	font-weight:bold;
	line-height: 30px;
}
#box_links ul .active{
	background: url(../img/bg_blue.jpg);
}
#box_links .navbalken{
	width: 185px;
	display:block;
}
#box_links .navpunkt{
	float:left;
}

#box_links .pfeil{
	float:right;
	margin: 8px 0px;
}
#box_links li a{
	color: white;
	text-decoration:none;
}

#subnav{
	background: #898888;
	left: -10px;
	width: 205px;
}
#subnav ul{
	list-style:none;
}
#subnav li{
	list-style:none;
	min-height:20px;
	line-height: 20px;
	font-size: 11px;
	padding:0px 10px;
}
#box_links #subnav ul .active{
	background: url(../img/bg_subnav_active.jpg);
	height: 20px;
}

#box_links #subnav ul .active a{
	background: none;
}


#box_rechts_breit{
	float: right;
	min-height: 325px;
	width: 710px;
	padding: 10px;;
}
.box_header{
	top: -10px;
	left: -10px;
	height:30px;
	background: url(../img/bg_blue.jpg);
	padding: 0px 10px 0px 10px;
	font-weight:bold;
	line-height: 30px;
}
#box_rechts_breit .box_header{
	width: 710px;
}

#box_mitte{
	width: 490px;
	padding: 10px;
	min-height: 325px;
	float:left;	
}
#box_mitte .box_header{
	width: 490px;
}
#box_mitte ul { margin: 0 0 0 15px; padding: 0; }
#box_mitte li { margin: 0; padding: 0; }

#box_rechts{
	float: right;
	min-height: 325px;
	width: 185px;
	padding: 10px;
	margin-left: 15px;
}
#box_rechts .box_header{
	width: 185px;
}
#box_links_breit{
	float:left;
	min-height: 325px;
	width: 710px;
	padding: 10px;
}
#box_links_breit .box_header{
	width: 710px;
}
#db_content p{
	padding-bottom: 0px;
}
#db_content .profil_button{
	float:right;
}

#db_content #links{
	float:left;
	width: 290px;
}
#db_content #rechts{
	float:right;
	width: 165px;
}
#news_box{
}

#flashError { padding: 10px 0 10px 10px; width: 480px; background: red; }

/**** badge *********************************************/
#badge { position: absolute; margin: -225px 0 0 0px;}


/**** footer ********************************************/
#footer { margin: 15px 0 0 0; padding: 0 0 15px 0; font: normal 0.8em/140% 'Lucida Grande', Geneva, Verdana, sans-serif; color: #999; text-align: center; }
#footer a:link, #footer a:visited { text-decoration: none; color: #999; }
#footer a:hover { text-decoration: underline; color: #999; }
