/* Fix fuer PNG Transparenz im IE6 */
* html div#logo a img { behavior: url("../media/include/iepngfix.htc") }
* html div.de div#logo a img { behavior: url("media/include/iepngfix.htc") }

html, body { height: 100%; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	line-height: 1.4em;
	color: #010101;
	background-color: #cfdfe2;
	background-image: url(../images/template/kachel.gif);
	background-position: 0px -2px;
	margin: 0px 0px 0px 0px;
}

* { font-size: 1.0em; }

img { border: 0; }

p {
	margin: 0px 0px 16px 0px;
	padding: 0px 0px 0px 0px;
}

a { color: #000; }
a:hover, a:active { text-decoration: none; }

div.div.spacer, div.clear { clear: both; }
div.spacer { height: 20px; }

h1 {
	font-size: 1.1em;
	color: #ab203e;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 1.1em;
	color: #ab203e;
	margin: 35px 0px 20px 0px;
}

h4 {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
}

.firstHeader { margin-top: 0px; }


/* =======
Box-Layout
======= */

div#rahmen {
	position: relative;
	min-width: 1070px;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	background: url(../images/template/bg-inhalt.gif) repeat-y 538px 0px;
}
* html div#rahmen { width: 1070px; }

div#inhalt-links {
	position: relative;
	float: left;
	width: 638px;
	margin: 0px 0px 0px -895px;
}

div#inhalt-mitte {
	position: relative;
	float: left;
	width: 302px;
	background-color: #fff;
	padding: 0px 30px 20px 25px;
	margin: 0px 0px 0px 538px;
}
* html div#inhalt-mitte { margin: 0px 0px 0px 269px; }

div#inhalt-rand {
	position: relative;
	float: left;
	width: 175px;
}

div#inhalt-datenschutz {
	width: 600px;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 10px;
        clear: both;
}

div#bilder {
	height: 358px;
	clear: both;
}

div#bilder p { padding: 1px 0px 0px 0px; }

div#logo {
	margin: 10px 0px 50px 75px;
}

div#logo a { outline: none; }


/* =======
Startseite
======= */

div#rahmen.home { background: none; }

div#rahmen.home div#logo { margin: 10px 0px 70px 0px; }

div#rahmen.home div#inhalt-mitte {
	width: 237px;
	height: 605px;
	line-height: 1.5em;
	padding: 0px 20px 20px 100px;
	background: url(../images/template/home-kaesten.gif) 1px 265px no-repeat;
}


/* =======
Navigation
======= */

div#navigation ul {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
}

div#navigation ul li {
	float: left;
	list-style-type: none;	
}

div#navigation ul li a {
	display: block;
	width: 88px;
	height: 18px;
	text-align: center;
	text-decoration: none;
	padding: 68px 0px 0px 0px;
	margin: 0px 0px 0px 1px;
}

/*div#navigation ul li#impressum-en a {
	height: 35px;	
	padding-top: 51px;
}*/

div#navigation ul li#sprache {
	width: 178px;
	height: 76px;
}

div#navigation ul li a:hover, div#navigation ul li a.aktiv {
	color: #fff;
	background-color: #ab203e;
}


/* =======
Text Rand
======= */

div#inhalt-rand ul {
	margin: 10px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

div#inhalt-rand ul li {
	color: #fff;
	list-style-type: none;
	margin: 0px 0px 13px 0px;
	padding: 0px 0px 0px 0px;
}

div#inhalt-rand ul li.abstand { margin-bottom: 81px; }


/* ============
Kontaktformular
============ */

form {
	position: relative;
	margin: 0px -20px 20px 0px;
	padding: 0px 0px 0px 0px;
}

form p { margin: 0px 0px 8px 0px; }

form label {
	float: left;
	width: 75px;
	clear: left;
}

input.textfeld, textarea {
	width: 222px;
	font-family: Arial;
	font-size: 1.1em;
	border: 1px solid #A5ACB2;
	padding: 2px 0px 2px 2px;
}

input.textfeld-error, textarea.textfeld-error {
	background-color: #CFDFE2;
	border: 1px solid #AB203E;
}

p.fehlermeldung {
	color: #AB203E;
}

input#senden {
	width: 10.0em;
	margin: 10px 0px 0px 75px;
}

