/* ALLGEMEINE ANGABEN */

body {
font-family: Arial, Helvetica, sans-serif;
background: #23281D url(../i/bg.jpg) 0 -45px repeat-y;
font-size: 14px;
color: #fff;
margin: 0px;
}

div {
margin: 0px;
padding: 0px;
}

a {
text-decoration: none;
color: #F5EE1E;
}

a:hover, a:focus {
text-decoration: underline;
color: #F3D322;
}


h1 {
font-size: 30px;
margin: 0 0 2px 0;
padding: 0px;
text-shadow: 1px 1px 0px #000;
}

h2 {
font-size: 22px;
margin: 0 0 2px 0;
padding: 0px;
text-shadow: 1px 1px 0px #000;
}

h3 {
font-size: 16px;
margin: 0 0 2px 0;
padding: 0px;
text-shadow: 1px 1px 0px #000;
}

h4 {
margin: 0 0 2px 0;
padding: 0px;
line-height: 1.6;
}

p {
margin: 0px;
padding: 0 0 10px 0;
line-height: 1.6;
}

p.nopadding {
padding: 0px;
}

.clear {
font-size: 1px; 
height: 1px;
} 

ul {
list-style: disc;
padding: 0 0 15px 15px;
margin: 0px;
line-height: 1.6;
}

li {
padding: 0px;
margin: 0px;
} 

ol {
line-height: 1.6;
margin: 0px;
padding: 20px;
}

.right {
float: right;
}

.left {
float: left;
}

/* ########## RAHMEN (Header, Content, Bottom) ############ */


div#header {
height: 150px;
margin: 40px 0 0 0;
background: url(../i/contentbg.png);
}

div#content {
position: relative;
width: 990px;
padding: 25px 0 25px 85px;
}

div#bottom {
position: fixed;
bottom: 0px;
float: left;
width: 100%;
bottom: 0px;
background: #000 url(../i/bg_bottom.jpg) repeat-x;
height: 60px;
margin:0;
}

.logo_bottom {
position: relative;
top: -30px;
margin:auto;}


div#bottom a {
font-size: 11px;
color: #fff;
}

#metanavi {
position: absolute;
top: 5px;
text-align: right;
width: 990px;
}

#metanavi a {
font-size: 11px;
color: #fff;
}

/* ########## NAVI ############ */

#logo {
	position: absolute;
	top: 10px;
	left: 80px;
	background: url(../i/logo.png) no-repeat;
}

#navi {
	height: 105px;
	width: 480px;
	padding: 35px 0 0 320px;
}

ul#topnav {
	list-style: none;	
	clear: both;
	float: left;
	width: 650px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 0 10px 0 10px; 
	float: left; 
	text-decoration: none; 
	color: #fff;
	text-transform: uppercase;
	clear: both;
	height: 40px;
	line-height: 20px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing:-2px;
	line-height: 1.2;
}

ul#topnav a {	
	color: #F5EE1E;
}

ul#topnav li.active span {	
	color: #F5EE1E;
}

ul#topnav span {
	display: none;
}




/* ############ TABS ################ */

div.tab_leiste {
position: relative;
z-index: 100;
top: 3px;
padding: 0 5px 0 0;
}

ul.tab_box  {
margin: 0;
list-style: none;
}

.tab_box li {
float: left;
} 

.tab_box a {
color: #fff;
background: #333333;
font-weight: bold;
padding: 2px 5px 2px 5px;
margin: 3px 3px 0 0;
text-decoration: none;
display: block;
float: left;
-moz-border-radius: 5px 5px 0 0; 
-webkit-border-radius: 5px 5px 0 0; 
text-shadow: 1px 1px 0px #000;
}

.tab_box a:hover {
background: #414837;
}

.tab_box a.active, .tab_box a.active:hover {
background: url(../i/contentbg.png);
color: #fff;
}







/* ################################ WEBX0 Icon ###################################### */
.divbox {float:left;height:480px;padding:10px;background-color:#eaeaea;width:300px;}

.link_infoboxWebx {
	position:relative;
	cursor:help;
	float:left;
}

.link_infoboxWebx:hover .infoboxWebx {
	display:block;
}

.infoboxWebx {
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
/*	background:none repeat scroll 0 0 white;
	border:1px solid #CCCCCC;*/
	background: none;
	color:#333333;
	display:none;
	height:auto;
	left:0px;  /*Teil nach links schieben falls logo im footer rechts ist*/
	padding:5px 10px;
	position:absolute;
	bottom:18px;
	width:1000px;
	z-index:10000;
}

.infoboxWebx ul {
	padding-left: 20px;
	list-style-type: disc;
}

.infoboxWebx ul li {
	margin-bottom: 5px;
}

div#bottom .divbox a {
	color: #D97E04;
	font-size: 12px;
	padding:0;
}
