/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for bad vigaun 

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: url(/static/img/back.gif) repeat-x #e8eef2;
}


div, h1, h2, h3, h4, form, input, select, textarea, ol, ul, li, object, embed {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;	
	color: #585858;		
}

h1 {
	color: #0082c7;
	font-weight: normal;
	font-size: 23px;
	line-height: 24px;
	padding: 0 0 18px 30px;
	overflow: hidden;		
}

h2 {
	color: #0082c7;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;			
}


h3 {
	color: #0082c7;
	font-size: 11px;
	font-weight: bold;	
	overflow: hidden;	
}

h4 {
	color: #585858;
	font-weight: bold;	
	overflow: hidden;		
}

p {
	padding: 5px 0 0 0;
	margin: 0;
}

object {
	display: block;
}

a:link {
	color: #0082c7;
	text-decoration: none;
}

a:visited {
	color: #0082c7;
	text-decoration: none;
}

a:hover {
	color: #009df0;
	text-decoration: none;
}

a:active {
	color: #009df0;
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}


/* general site containers
--------------------------------------------------------------------- */

#site {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}


/* top
--------------------------------------------------------------------- */

#meta_info {
	width: 805px;
	height: 120px;
	overflow: visible;
	background: url(/static/img/meta_info_back.png) no-repeat;
}

* html #meta_info {
	background: url(/static/img/meta_info_solidbg.gif) no-repeat;
}

#logo {
	float: left;
	padding: 0 0 0 35px;
}

#logo img {
	behavior: url(/static/js/iepngfix.htc);
}

#meta {
	height: 41px;
	width: 570px;
	float: left;
	padding: 20px 0 0 15px;
	overflow: visible;
}


/* language links */
#lang {
	float: left;
	padding: 2px 0 0 0;
	overflow: hidden;
}

#lang a {
	margin-right: 15px;
	/*color: #b8c4cb;*/
	float: left;
}

#lang a:hover {
	/*color: #0082c7;*/
}


/* extra links */
#meta_links {
	float: right;
	padding: 2px 0 0 0;
	overflow: hidden;
}

#meta_links a {
	padding-right: 15px;
	float: left;
}


/* search */
#mini_search {
	float: right;
	overflow: hidden;
}

#mini_search label {
	float: left;
	padding: 2px 5px 0 0;
	color: #939da2;
	display: block;
}

#query {
	float: left;
	width: 115px;
	padding: 2px 6px;
	border: 1px solid #ccd3d6;
}

#mini_search .submit {
	float: left;
}


/* meta contact */
#meta_contact {
	background: url(/static/img/meta_contact_back.png);
	padding: 20px 15px 20px 15px;
	height: 80px;
	width: 145px;
	color: #939da2;
}

#meta_contact h4 {
	color: #939da2;
}

* html #meta_contact {
	background: url(/static/img/meta_contact_solidbg.gif);
}


/* nav
--------------------------------------------------------------------- */

#main_nav {
	width: 585px;
	height: 39px;
	overflow: visible;	
	float: left;
}

#main_nav ul {
	width: 585px;
	height: 39px;
	overflow: visible;
	padding: 0;
}

#main_nav ul li {
	height: 24px;
	overflow: visible;
	float: left;
	position: relative;
	display: block;
	border-right: 1px solid #ccd3d6;
	padding: 5px 15px 10px 15px;
}


#main_nav ul li a {
	text-decoration: none;
	cursor: pointer;
}

#main_nav ul li em {
	display: block;
	padding: 0;
	font-style: normal;
	font-size: 17px;
	overflow: hidden;
}


/* Ebene 2 (Aufklappen darunter)*/
#main_nav ul li.sfhover ul {
	left:0;
}

#main_nav ul li ul {
	background: url(/static/img/subnav_bg.png) left top no-repeat;
	position: absolute;
	top: 39px;
	left: -9999em;
	overflow: hidden;
	width: 135px;
	height: auto;
	padding: 15px 0 !important;
	
}

* html #main_nav ul li ul {
	background: #fff;
}

#main_nav ul li ul li {
	overflow: hidden;
	width: 105px;
	height: auto;
	padding: 0 15px !important;
	margin: 4px 0 0 0;
	float: none;
}

#main_nav ul li ul li a {
	background: none;
	overflow: hidden;
	width: 105px;
	position: relative;
	padding: 0;
	margin: 0;
	color: #585858;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

#main_nav ul li.sfhover {
	color: #0082c7;
	padding: 10px 15px 5px 15px;

}

#main_nav ul li.sfhover ul li.sfhover a, #main_nav ul li.sfhover ul li.sfhover a:hover {
	color: #0082c7;
	cursor: pointer;
}


/* footer
--------------------------------------------------------------------- */

#footer {
	width: 880px;
	padding: 0 50px 15px 50px;
	clear: both;
	height: 45px;
	background: url(/static/img/footer_shadow.jpg) no-repeat;
}

.footer_left {
	float: left;
	padding: 24px 0 0 0;
	width: 725px;
	color: #64686c;
}

.footer_left a {
	margin-left: 15px;
}

.footer_left a:link {
	color: #64686c;
}

.footer_left a:visited {
	color: #64686c;
}

.footer_left a:hover {
	color: #0082c7;
}

.footer_left a:active {
	color: #0082c7;
}

.elements {
	float: right;
	padding: 15px 0 0 0;
	width: 155px;
	text-align: right;
}

#footer .elements a {
	background: url(/static/img/elements.gif) top right no-repeat;
	padding: 9px 30px 7px 0;
	display: block;
}

#footer .elements a:hover {
	background: url(/static/img/elements_hover.gif) top right no-repeat;
}