/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for wagrain

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	background: #919191 url(/static/img/body_bg.gif) center top repeat-y;
	margin: 0;
	padding: 0;
}


div, h1, h2, h3, h4, p, 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;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

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 sitecontainers
--------------------------------------------------------------------- */
#background {
	background: url(/static/img/background_top.jpg) center top no-repeat;
	width: 100%;
	height: 635px;
	overflow: visible;
	
}


#sitecontainer {
	width: 100%;
	overflow: visible;
	margin-top: -635px;
}

#site {
	width: 910px;
	margin: 0 auto;
	position: relative;
}


/* header
--------------------------------------------------------------------- */

#header {
	width: 910px;
	overflow: hidden;
	position: relative;
	margin: 0 0 40px 0;
}

#header .mask {
	behavior: url(/static/js/iepngfix.htc);
	width: 910px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#header .logo {
	width: 270px;
	height: 135px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

#header .logo img {
	behavior: url(/static/js/iepngfix.htc);
}

/* language select */
#header #languages {
	width: 60px;
	height: 20px;
	padding: 11px 0 0 0;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}

#languages .actualselect {
	width: 36px;
	height: 20px;
	overflow: hidden;
	padding: 0 3px 0 5px;
	color: #990000;
	text-align: right;
	cursor: pointer;
	float: left;
}


#languages .selectbutton {
	background: url(/static/img/dropdown_selectbutton.gif) left top no-repeat;
	float: left;
	width: 16px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}


#languages .options {
	background: #000;
	width: 60px;
	overflow: hidden;
	padding: 10px 0;
	float: left;
}

#languages .options a {
	display: block;
	width: 36px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 2px 19px 2px 5px;
	text-decoration: none;
	color: #fff;
	text-align: right;
}


/* language select */
#header #weather {
	width: 135px;
	height: 65px;
	padding: 6px 0 0 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}

#weather .weatherinfo {
	width: 135px;
	height: 45px;
	overflow: hidden;
	padding: 0;
}

#weather .weatherinfo .icon {
	width: 50px;
	height: 45px;
	overflow: hidden;
	padding: 0;
	float: left;
}

#weather .weatherinfo .icon img {
	behavior: url(/static/js/iepngfix.htc);
}

#weather .weatherinfo .today_date {
	background: url(/static/img/weather_header_separator.gif) right 14px no-repeat;
	height: 14px;
	overflow: hidden;
	padding: 11px 10px 0 3px;
	color: #fff;
	float: left;
}
#weather .weatherinfo .today_temp {
	height: 14px;
	overflow: hidden;
	padding: 11px 0 0 8px;
	color: #fff;
	float: left;
}

#weather .w_link {
	width: 87px;
	height: 20px;
	overflow: hidden;
	padding: 0 0 0 48px;
}

#weather .w_link a {
	overflow: hidden;
	text-decoration: none;
}



/* main navigation
--------------------------------------------------------------------- */

#main_nav {
	width: 910px;
	height: 40px;
	overflow: visible;
	position: absolute;
	left: 0;
	z-index: 200;
}

/*#main_nav ul {
	width: 910px;
	height: 40px;
	overflow: visible;
	padding: 0;
}

#main_nav ul li {
	display: block;
	height: 40px;
	overflow: visible;
	padding: 0 22px;
	float: left;
}

#main_nav ul li a {
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	display: block;
}

#main_nav ul li.active a, #main_nav ul li a:hover {
	color: #b5dd0d;
}*/


#main_nav ul {
	width: 910px;
	height: 40px;
	list-style: none;
	overflow: visible;
}

#main_nav ul li {
	display: block;
	height: 40px;
	overflow: visible;
	padding: 0 22px;
	position: relative;
	float: left;
	z-index: 9999;
}


#main_nav ul li a {
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	display: block;
}

#main_nav ul li em {
	display: block;
	font-style: normal;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

#main_nav ul li.active em {
	color: #b5dd0d;
}


/* Ebene 2 (Aufklappen darunter)*/
#main_nav ul li.sfhover ul {
	left: 0;
}

#main_nav ul li ul {
	background: #0a0a0a;
	position: absolute;
	top: 40px;
	left: -9999em;
	overflow: hidden;
	width: 140px;
	height: auto;
	padding: 5px 0 10px 0;
}

#main_nav ul li ul li {
	background: #0a0a0a;
	overflow: hidden;
	width: 100px;
	height: auto;
	padding: 0 20px;
	margin: 0 0 4px 0;
}

#main_nav ul li.sfhover ul li a {
	display: block;
	background: none;
	overflow: hidden;
	width: 100px;
	position: relative;
	padding: 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


#main_nav ul li.sfhover ul li a:hover {
	cursor: pointer;
	color: #b5dd0d;
}


/* footer
--------------------------------------------------------------------- */

#footer {
	background: #000;
	width: 870px;
	height: 50px;
	overflow: hidden;
	padding: 10px 20px 20px 20px;
}

#footer .f_links {
	width: 230px;
	height: 14px;
	overflow: hidden;
	padding: 18px 0;
	float: left;
}

#footer .f_links a {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	float: left;
}

#footer .f_links span {
	display: block;
	background: url(/static/img/footer_separator.gif) left 2px no-repeat;
	width: 21px;
	height: 14px;
	overflow: hidden;
	float: left;

}

#footer .partner {
	width: 520px;
	height: 50px;
	overflow: hidden;
	float: left;
}

#footer .partner a {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
}


#footer .elements {
	width: 120px;
	height: 34px;
	overflow: hidden;
	padding: 7px 0;
	float: right;
}


#footer .elements a  {
	background: url(/static/img/elements.gif) right 3px no-repeat;
	width: 83px;
	height: 14px;
	padding: 11px 30px 7px 0;
	color: #999;
	text-decoration:none;
	text-transform: uppercase;
	overflow: hidden;
	display: block;
	float: right;
	
}

#footer .elements a:hover {
	background: url(/static/img/elements_hover.gif) right 3px no-repeat;
}

