/* !!! Es muss beachtet werden, dass alle DIVs im screen.css auf clear: both gesetzt sind !!!! */

* {
	font-family: 'Lucida Sans Unicode',"Lucida Grande", Verdana, sans-serif;
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body{	
	font-size: 62.5%;
	letter-spacing: .1em;
	background: url(../img/layout/bg-landi.jpg) center top repeat-x #ded7c8;
	color: #666;
}

h1{
	font-size: 170%;
	font-weight: normal;
	color: #009036;
}

h2{
	font-size: 220%;
	line-height: 1.5;
	font-weight: normal;
	text-transform: uppercase;
	color: #009036;
	margin: .7em 0 .6em 0;
	clear: left;
}

h3{
	font-size: 140%;
	font-weight: normal;
	text-transform: uppercase;
	color: #009036;
	margin: .7em 0 .6em 0;
}
h4{
	font-size: 110%;
	font-weight: normal;
	color: #009036;
	margin: 0 0 1em 0;
}

ul {
	list-style: none;
}

a{
	color: #009036;
	text-decoration: none;
}
a:hover {
	color: #2a5665;
}
a:focus {
	outline: none; /* im FireFox keine gepunktete Linie um Links!! */
}

img, fieldset{
	border: none;
}
p{
	margin:0 0 1em 0;
}
input {
	font-size: 110%;
	color: #666;
}
textarea {
	overflow: auto;
	font-size: 110%;
	color: #666;
}

hr {
	 height: 0;
	 display: block;
	 clear: both;
	 visibility: hidden;
}

/* Header */
div#header{
	position: relative;
	width: 950px;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/layout/bg-servicenavi.gif) repeat-x #fff;
}

div#header a#header_gohome{
	background: #fff;
	width: 200px;
	height: 190px;
	float: left;
}
div#header a#header_gohome img {
	margin: 42px 0 0 42px;
}
div#header h1 span, div#header h1 em{
	display: none;
}
div#header img.emotion {
	float: right;
}

/* Sprachwechsel */ 
ul#sprachwechsel, div#sprachwechsel-bg {
	color: #fff;
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/layout/bg-sprachnavi.png) no-repeat;
}
ul#sprachwechsel li{
	float: right;
	line-height: 3em;
}
ul#sprachwechsel li a{
	position: relative;
	z-index: 100;
	color: #fff;	
	text-transform: uppercase;
	padding: 0 1em;
}
ul#sprachwechsel li a.last {
	border-left: 1px solid #fff;
}

/* Servicenavi */
ul#servicenavi {
	float: right;
	display: inline;
	margin: 0 2px 0 0;
}
ul#servicenavi li {
	float: left;
}
ul#servicenavi li a {
	color: #fff;
	text-transform: uppercase;
	line-height: 2em;
	padding: .2em 8px;
}
ul#servicenavi li a:hover {
	background: #347537;
}
ul#servicenavi li a.active {
	color: #FFED0C;
}

/* Content */
div#content{
	width: 950px;
	margin: 0 auto;
	background: url(../img/layout/bg-content.gif) repeat-y right #fff;
}
div#content.nosidebar{
	background: #fff;
}

/* Navigation */
div#navi{
	background: url(../img/layout/bg-navi.jpg) left top no-repeat #337436;
	width: 200px;
	padding: .8em 0;
	float: left;
	font-size: 120%;
}

div#navi ul{
	width: 200px;
	float: left;
}

div#navi ul li{
	float: left;
	width: 100%;
	display: inline;
}

div#navi ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	line-height: 2.4em;
	padding: 0 0 0 1.7em;
	display: block;
}
/*
div#navi ul li a:hover{
	background: #85ac86;
}*/
div#navi ul li a:hover, div#navi ul li a.active, div#navi ul li a.mouseover {
	color: #ffed0c;
}

div#navi ul li ul{
	padding: .6em 0;
	background: url(../img/layout/bg-subnavi.jpg) left top no-repeat #85ac86;
}

div#navi ul li ul li a{
	letter-spacing: normal;
	text-transform: none;
	color: #174e1a;
	line-height: 1.9em;
	padding: 0 0 0 2.55em;
}

div#navi ul li ul li a:hover {
	text-decoration: underline;
	color: #174e1a;
}
div#navi ul li ul li a.mouseover,div#navi ul li ul li a.active{
	color: #009036;
}
div#navi ul li ul li.active{
	background: url(../img/layout/bg-sub-subnavi.jpg) left top no-repeat #b6cdb6;
}
div#navi ul li ul li ul{
	padding: 0 0 .3em 0;
	background: none;
}

div#navi ul li ul li ul li a{
	line-height: 1.75em;
	padding: 0 0 0 3.40em;
}

/**/

/* Breadcrumbs */
div#content ul#breadcrumbs{
	color: #93bea3;
	float: left;
	width: 530px;
	height: 15px;
	padding: 10px 0 0 20px;
	background: url(../img/layout/bg-breadcrumbs.gif) no-repeat;
}
div#content.nosidebar ul#breadcrumbs {
	width: 730px;
}

ul#breadcrumbs li {	
	float: left;
}

ul#breadcrumbs li span {
	padding: 0 .7em;
}

ul#breadcrumbs li a{
	color: #93bea3;
}

ul#breadcrumbs a:hover{
	color: #009036;
}

/* Inhalt */
div#content div#inhalt{
	width: 510px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: left;
	padding: 0 20px;
	font-size: 110%;
	position: relative;
}
div#content.nosidebar div#inhalt{
	width: 710px;
}

div#inhalt div{
	float: none;
	clear: both;
}
div#inhalt h2 {
	font-size: 200%;
}

/* keypoints */

div#inhalt ul#keypoints {
	position: absolute;
	top: -20px;
	right: 0;
	overflow: hidden;
}
div#inhalt ul#keypoints h3 {
	display: inline;
	color: #ededed;
	font-size: 286%;
	font-style: italic;
	text-transform: none;
	padding: 0 20px 0 0;
}

/* Sidebar */
div#sidebar {
	font-size: 110%;
	color: #666;
	letter-spacing: normal;
	margin: -25px 0 0 0;
	padding: 0 10px;
	width: 180px;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: left;
	background: url(../img/layout/bg-sidebar.jpg) no-repeat #dce5ea;
}
* html div#sidebar {
	overflow-x: hidden;
}
div#sidebar div {
	float: left;
	width: 100%;
	clear: both;
	margin: 2em 0 .5em 0;
}
div#sidebar h3 {
	color: #666;
	font-size: 145%;
	text-transform: none;
	margin: 0 0 .5em 0;
}
div#sidebar h4 {
	color: #666;
}
div#sidebar a {	
	color: #2a5665;
}
div#sidebar img {
	margin: 1em 0;
} 

/* Footer */
div#footer{
	background: url(../img/layout/bg-footer.jpg) no-repeat;
	color: #fff;
	height: 30px;
	padding: 0 10px 0 20px;
	margin: 2em 0 0 0;
	clear: both;
	text-align: right;
}
div#footer em {
	font-size: 180%;
	line-height: 1.6em;
	/*font-size: 140%;
	line-height: 2em;
	font-style: normal;*/
}
div#footer ul {
	float: left;	
}
div#footer ul li {
	float: left;
}
div#footer ul li a{
	color: #fff;
	line-height: 3em;
	padding: 0 1em 0 0;
}