/*_________________________________*/
/*___SCREEN________________________*/
/*___webit!_Website________________*/
/*___zistel@webit.de_______________*/
/*___Mai_2007_-_08.07.2010_14:00___*/
/*_________________________________*/



@import url(content.css);


/*
- WRAPPER
- LOGO
- SKIPLINKS
- NAVIGATION
- CONTENT
*/

/*
hellgruen #A2BC4C
dunkelgruen #77B756
hellblau  #4BB2C8
dunkelblau #056778
*/

*+html {
	overflow: auto;
	}

body {
	background-color: #ECECEC;
	}
* html body {
	text-align: center;
	}

/*______________________________________________________________________________________WRAPPER___*/

#wrapper {
position: relative;
	padding: 8px 0;

	min-width: 58.415em;/* 759px */
	max-width: 63.615em;/* 827px */

	margin: 0 auto;
	}
* html #wrapper {
	text-align: left;
	width: 62.015em;
	}
*+html #wrapper {
	min-width: 57.115em;
	max-width: 62.015em;
	}

/*_________________________________________________________________________________________LOGO___*/

p#logo {
	position: absolute;
	top: 1.25em;/* 15px */
	right: 33px;
	z-index: 5;/* Safari */
	margin-top: 1.15em;/* 15px */
	}

p#logo a,
p#logo img {
	display: block;
	color: #006271;
	}

p#logo a {
	text-decoration: none;
	}

p#logo img {
	font-size: 155%;/* 20px */
	/* width: 6.94em; */
	}
	/* *+html p#logo img {
		width: 6.75em;
		} */

/*____________________________________________________________________________________SKIPLINKS___*/

ul#skiplinks {
	position: absolute;
	left: -3000px;
	z-index: 10;
	}
ul#skiplinks a:active,
ul#skiplinks a:focus {
	position: absolute;
	top: 7px;
	*top: 6px;
	left: 3014px;

	color: White;
	font-size: 85%;
	font-weight: bold;
	line-height: 23px;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	white-space: nowrap;
	background-color: #65AE24;
	}

/*___________________________________________________________________________________NAVIGATION___*/

#nav ul {
	padding: 6px 14px;
	background-color: White;
	}
#nav ul#first-nav {
	padding-top: 4.54em;/* 59px */
	padding-right: 160px;
	}
#nav ul#meta-nav {
	position: absolute;
	top: 8px;
	left: 4px;
	}

/* CLEARFIX */
#nav ul:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size: 0;
	clear: both; 
	visibility: hidden;
	}
* html #nav ul {
	display: inline-block;
	}
*+html #nav ul {
	overflow: hidden;
	}

#nav li,
#nav a {
	display: block;
	float: left;
	}

#nav a {
	color: #667987; /* 58585A */
	font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
	text-decoration: none;
	line-height: 23px;
	padding-right: 12px;
	padding-left: 12px;
	}
#nav strong {
	font-weight: normal;
	}
#nav strong a,
#nav a:hover,
#nav a:active,
#nav a:focus {
	color: #77B756;
	}

#nav ul#first-nav a {
	dfont-weight: bold;
	dtext-transform: uppercase;
	line-height: 25px;
	dletter-spacing: .05em;
	font-size: 1.2em;
	}
html*#nav ul#first-nav a {
	font-size: 95%;
	font-weight: normal;
	}
* html #nav ul#first-nav a {
	font-size: 100%;
	font-weight: bold;
	}
*+html #nav ul#first-nav a {
	font-size: 105%;
	font-weight: normal;
	}

#nav ul#meta-nav a {
	padding-right: 8px;
	padding-left: 8px;
	font-size: 85%;
	}

#nav h2 {
	position: absolute;
	left: -500em;
	}

/* Trenner */
#nav ul#first-nav {
	margin-bottom: 6px;
	}
#nav ul#second-nav,
#content {
	margin-top: 6px;
	}

/* Banner */
#nav img {
	display: block;
	width: 100%;
	}

/*______________________________________________________________________________________CONTENT___*/

#content {
	padding-bottom: 88px;
	/* background-color: White; */
	background: White url(../img/bas/bg.png) no-repeat right bottom;
	}