@charset "utf-8";

/* Allgemeine Definitionen
----------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f0f1eb url(gfx/bg.jpg) repeat-y top center;
	color: #000;
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
img,
a img {
	border: 0;
}
hr {
	display: none;
}	
.floatleft {
	float: left;
	margin: 0 25px 10px 0;
}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.clear {
	clear: both;
	font-size: 1%;
	height: 1px;
	line-height: 1px;
}
.xs {
	font-size: .9em;
}

/* Links
----------------------------------------------- */
a,
a:visited {
	color: #005584;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #1c81b8;
	text-decoration: none;
}
#content a,
#content-xs a,
#content a:visited,
#content-xs a:visited {
	border-bottom: 1px dotted #1c81b8;
	color: #1c81b8;
	outline: none;
	text-decoration: none;
}
#content a:hover,
#content-xs a:hover {
	border-bottom: 1px solid #005584;
	color: #1c81b8;
	text-decoration: none;
}
#header a,
#header a:visited {
	color: #fff;
	outline: none;
	text-decoration: underline;
}
#header a:hover {
	color: #fff;
	text-decoration: none;
}
#footer a,
#footer a:visited {
	color: #ccc;
	outline: none;
	text-decoration: underline;
}
#footer a:hover {
	color: #ccc;
	text-decoration: none;
}
a.more,
a:visited.more {
	background: url(gfx/bg_more.gif) no-repeat 0 1px;
	color: #005584;
	margin-left: 15px;
	outline: none;
	padding-left: 18px;
	text-decoration: none;
}
a:hover.more {
	color: #1c81b8;
	text-decoration: underline;
}
#sidebar a.more,
#sidebar a:visited.more {
	margin-left: 18px;
}

/* Typo
----------------------------------------------- */
h1, h2, h3, h4 {
	color: #005584;
	font-weight: bold;
}
h1 {
	font-size: 1.2em;
	margin: 0 0 .67em 0;
}
h2, h3, h4 {
	font-size: 1.1em;
	margin: 1em 0 .5em 0;
}
p, address, blockquote {
	margin: 0 0 1em 0;
}
address {
	font-style: normal;
}
#content ul,
#content-xs ul {
	margin: .83em 0 1em 0;
	padding: 0;
}
#content ul li,
#content-xs ul li {
	background: url(gfx/li_dot.gif) no-repeat 9px 5px;
	padding: 0 0 2px 20px;
	list-style: none;
}

/* Layout
-----------------------------------------------*/ 
#wrapper {
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 954px;
}
#wrapper:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {display: inline-block;}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}
#wrapper {display: block;}
/* End hide from IE-mac */
#header {
	background: #005584 url(gfx/bg_header.jpg) no-repeat top right;
	color: #fff;
	float: left;
	height: 102px;
	margin: 0;
	padding: 0;
	width: 100%;
}
#logo {
	float: left;
	width: 50%;
}
#logo img {
	margin: 27px 0 0 27px;
}
#slogan {
	float: left;
	text-align: right;
	width: 50%;
}
#slogan img {
	margin: 67px 25px 0 0;
}
#container {
	background: #fff url(gfx/bg_container.gif) repeat-x 0 1px;
	float: left;
	margin: 0;
	padding: 30px 0 0 0;
	width: 100%;
}
#teaser {
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
	width: 100%;
}
#teaser img {
	border-top: 1px solid #005584;
	border-bottom: 1px solid #005584;
	padding: 2px 0;
}
#content,
#content-xs {
	display: inline; /*IE6*/
	float: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0 30px 0 0;
	text-align: justify;
	width: 690px;
	min-height: 400px;
	height: auto !important;  /*moderne Browser*/
	height: 400px;  /*IE*/
}
#content-xs {
	padding: 0;
	width: 485px;
}
#sidebar {
	display: inline; /*IE6*/
	float: left;
	font-size: 1.2em;
	margin-left: -3px; /*IE6*/
	line-height: 1.83em;
	padding: 0 20px 0 35px;
	text-align: left;
	width: 175px;
}
#footer {
	color: #ccc;
	float: left;
	font-size: 1.2em;
	height: 40px;
	margin: 0 0 0 -3px; /*IE6*/
	line-height: 40px;
	padding: 15px 0 0 0;
	width: 100%; 
}
#footer p {
	margin: 0;
	padding: 0 20px 0 235px;
}

/* Tabellen
-----------------------------------------------*/
.temperaturtabelle {
	border: solid #ccc;
	border-width: 1px 0 0 1px;
	clear: both;
	margin: 0 0 18px 0;
	text-align: left;
}
.temperaturtabelle td,
.temperaturtabelle th {
	background: #f4f4f4;
	border: solid #ccc;
	border-width: 0 1px 1px 0;
	padding: 2px 5px;
	vertical-align: top;
	width: 200px;
}
.temperaturtabelle th {
	background: #e9e9e9;
}


/* Navigationen
-----------------------------------------------*/
#navigation {
	display: inline; /*IE6*/
	float: left;
	font-size: 1.1em;
	margin: 0 20px;
	padding: 0;
	width: 194px;
}
ul#menu {
	border-top: 1px solid #dfe2ea;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 194px;
}
ul#menu li {
	border-bottom: 1px solid #dfe2ea;
	display: block;
}
ul#menu li a,
ul#menu li a:visited {
	color: #005584;
	display: block;
	padding: 9px 0;
	text-decoration: none;
	width: 194px;
}
ul#menu li a:hover {
	color: #1c81b8;
	text-decoration: none;
}
ul#menu li a.active,
ul#menu li a:visited.active {
	color: #0a364d;
	font-weight: bold;
}
/*2. Ebene*/
ul#menu ul {
	border: none;
	margin: 0;
	padding: 0 0 9px 0;
	text-transform: none;
}
ul#menu ul li {
	border-bottom: none;
	display: block;
}
ul#menu ul li a,
ul#menu ul li a:visited {
	color: #005584;
	display: block;
	padding: 3px 0 3px 8px;
	text-decoration: none;
	width: 186px;
}
ul#menu ul li a:hover {
	color: #1c81b8;
	text-decoration: none;
}
ul#menu ul li a.active,
ul#menu ul li a:visited.active {
	color: #005584;
	font-weight: bold;
}

/*Sprache*/
ul#language {
	margin: 20px 0;
	padding: 0;
}
ul#language li {
	display: inline;
	margin: 0;
	padding: 0 6px 0 0;
}

/* Formulare
----------------------------------------------- */
#kontaktform {
	float: left;
	margin-top: 15px;
	text-align: left;
}	
#kontaktform fieldset {
	border: 1px solid #dfe2ea;
	margin: 0;
	padding: 15px;
}
legend {
	border: 1px solid #dfe2ea;
	color: #999;
	font-weight: bold;
	padding: 1px 8px;
}
label {
	cursor: pointer;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 135px;
}
label.ckb {
	cursor: pointer;
	float: none;
	padding-left: 6px;
	padding-right: 0;
	text-align: left;
	width: auto;
}
input.standard {
	border: 1px solid #dfe2ea;
	font-family: inherit;
	font-size: 1em;
	padding: 2px 0;
	width: 260px;
}
input:hover.standard,
textarea:hover {
	border: 1px solid #005584;
}
input.i-ckb {
	padding: 0;
	margin-left: 145px;
}
textarea {
	border: 1px solid #dfe2ea;
	font-family: inherit;
	font-size: 1em;
	width: 420px;
}
.button {
	background: #005584;
	border: 1px solid #005584;
	color: #fff;
	cursor: pointer;
	margin-left: 145px;
	padding: 0 12px;
}
.button:hover {
	background: #1c81b8;
	border: 1px solid #005584;
	color: #fff;
}
#kontaktform .xs {
	margin-left: 145px;
}