/* !!! Es muss beachtet werden, dass alle DIVs im screen.css auf clear: both gesetzt sind !!!! */

* {
	padding: 0;
	margin: 0;
}
body{
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #D4E6F7;
	line-height: 1.6;
	/*letter-spacing: 0.02em;*/
}

h1{
	font-size: 170%;
	font-weight: normal;
	line-height: 1.4;
	color: #196ab3;
	margin: .8em 0 .8em 0;
}

h2{
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #946D46;
	margin: 0 0 1em 0;
}

h3{
	font-size: 120%;
	color: #946D46;
	margin: 2em 0 1em 0;
}

h4 {
	font-size: 120%;
	color: #000;
	line-height: 1.2;
	font-weight: normal;
	margin: 15px 0 0 0;
}
a{
	color: #444;
	text-decoration: underline;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}
ul {
	list-style: none;
}
img, fieldset{
	border: none;
}
p{
	margin: 0 0 1em 0;
}
input {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
textarea {
	overflow: auto;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
hr {
	 height: 0;
	 display: block;
	 clear: both;
	 visibility: hidden;
}

/* optionaler Sprachwechsel */
ul#header_sprachwechsel{
	width: 950px;
	margin: 0 auto 0 auto;
	text-align: right;
	position: relative;
}
ul#header_sprachwechsel li{
	float: right;
	list-style: none;	
	margin: 0 0 0 2em;
	position: relative;
	top: 28px;
}
ul#header_sprachwechsel li a{
	color: #fff;
}

/* Header */
div#header{
	background-color: #dfe2e6 !important;
	background-position: center 94px !important;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

body#startseite div#header{
	background-color: #dfe2e6 !important;
	background-position: center 94px !important;
	height: 377px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
div.headermiddle{
	width: 940px;
	margin: 0 auto;
}
div#header h2 {
	width: 385px;
	display:inline;
}
div#header h2 a {
	background: url(../img/layout/bg-logo.png) left 0 no-repeat; 
	margin: 0;
	display: block;
	position: absolute;
	height: 120px;
	width: 381px;
	right: 0;
}

div#header h2 span, div#header h2 em {
	display: none;
}


body#startseite div#header h3 {
	color: white;
	font-size: 340%;
	font-weight: normal;
	left: 50%;
	margin: 0 0 0 -470px;
	padding: 0;
	position: absolute;
	text-align: right;
	top: 130px;
	width: 940px;
	display: block;
	}

div#header h3 {
	display: none;
}
/* Content */
div#wrapper{
	background: #FFF;
	float: left;
	padding-bottom: 40px;
	width: 100%;
}

div.content{
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 940px;
	height: 100%;
}
div.bgcontent {
	
	float: left;
	margin-top: 18px;
	width: 940px;
}
/* Navigation */

/* Inhalt */
body#startseite div#inhalt{
	width: 940px;
}

div#inhalt{
	float: left;
	font-size: 120%;
	line-height: 1.4;
	padding: 0;
	width: auto;
}
div#inhalt ul {
	list-style: none;
	overflow: auto;
	padding:0 0 0 1.1em;
}
div#inhalt ul li {
	background: none;
}

div.seitenleiste_kontakt, div.Spalten div.Spalte {
	overflow: visible !important;
}
ul#subnavi, body#startseite ul#breadcrumbs, ul#breadcrumbs, div.subnavi, div#navi, div.navtop, div#seitenleiste, div#footer, div.fontsize, div#inhalt_sidebar {
	display: none;
}
div#inhalt table {
	border: 1px solid black;
	margin: 10px 0;
}
div#inhalt table td {
	border: 1px solid black;
}
form ul li input {
	height: auto !important;
}
