@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
* html, body {height:100%;}

body {
	font: 13px Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert.*/
	color: #333333;
}

a, a:visited, a:active {
	text-decoration:none;
	color: #333333;
}

#container {
	position:relative;
	width: 1004px;
	background-color:#FFF;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	padding:16px 0;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
}

#content {
	padding: 0 6px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div-Box. */
	min-height:700px;
}

#content a {
	font-weight:bold;
}

#content a:hover {
	text-decoration:underline;
}

#logo {
	position:absolute;
	top:12px;
	left:80px;
}

#imprint {
	position:absolute;
	top:14px;
	left:803px;
	font-size:11px;
}

#imprint a {
	font-weight:normal;
}

#imprint a:hover {
	text-decoration: underline;
}

#language {
	position:absolute;
	top:12px;
	left:949px;
	width:52px;
}

#language img {
	border:none;
	padding:2px;
}

#navigation {
	position:absolute;
	top:95px;
	left:0px;
	background-image:url(../images/bg_nav_top.gif);
	background-repeat:no-repeat;
	width: 1004px;
	display:block;
}

#headimage {
	position:absolute;
	top:116px;
	left:0px;
	width: 1004px;
	padding-top:4px;
	background-color:#FFF;
}

#teaser {
	position:absolute;
	top:283px;
	left:0px;
	width: 1004px;
	padding-top:4px;
	background-color:#FFF;
}

.middle {
	margin:0 4px;
}

#search {
	position:absolute;
	top:95px;
	left:672px;
	width: 334px;
}

#search input {
	color:#CCC;
	font-size:11px;
}

.grey {
	background-color:#ececec;
}

#sitemap_table a {
	font-weight:normal;
}

.green h1, .green strong, #sitemap_table a.green {
	color:#4e8704;
}

.red h1, .red strong, #sitemap_table a.red {
	color:#b61a00;
}

.blue h1, .blue strong, #sitemap_table a.blue {
	color:#00539e;
}

p.grey {
	background-color:#ececec;
	margin:4px 0;
	padding:5px 37px;
}

form.grey {
	background-color:#ececec;
	margin:4px 0;
	padding:5px 37px;
}

#sidebar {
	position:absolute;
	top:371px;
	left:0px;	
	width:332px;
	padding-bottom:10px;
}

#sidebar ul {list-style-type:none; padding-bottom:20px;}
#sidebar li {display:block; width:259px;}
#sidebar li a {display:block; color:#000; text-decoration:none; overflow:hidden;}
* html #sidebar a:link, * html #sidebar a:visited {height:79px; he\ight:0;}

#text {
	position:absolute;
	top:366px;
	left:336px;
	width:588px;
	padding:15px 40px;
	padding-bottom:50px;
	background-color:#FFF;
	line-height:20px;
}

#text ul {
	background-color:#ececec;
	padding:15px 0;
}

#text li {
	margin:0 50px;
}

p {
	padding:10px 0;
}

img {
	border:none;
}

h1 {
	font-size:24px;
	font-weight:normal;
	padding:15px 0;
}

h2 {
	font-size:20px;
	font-weight:normal;
	padding:10px 0;
}

h4 {
	padding-left:10px;
	padding-top:10px;
	line-height:22px;
}

hr {
	height:1px;
	border:0;
	border-top:1px dotted #000000;
}

#contaktform .textfield {
	width:220px;
	border:none;
	background-color:#e8e8e8;
	padding:2px;	
}

#contaktform .textarea {
	width:450px;
	border:none;
	background-color:#e8e8e8;
	padding:2px;	
}

#searchform .textfield {
	width:150px;
	border:none;
	background-color:#e8e8e8;
	padding:2px;	
}

.highlight {
	background-color: #7fc1ea;
}

.small {
	font-size:10px;
}

#footer {
	visibility:hidden;
	padding:0;
}
