html, body { height: 100%; }

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	color: #002d62;
	line-height: 1.5em;
	background-color: #7ea8c7;
	background-image: url(../template/bg-schatten.gif);	
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px 0px 0px 0px;
}

body.home {
	background-image: url(../template/bg-schatten-home.gif);
	background-repeat: no-repeat;
	background-position: center -22px;
}

* { font-size: 1.0em; }

img { border: 0; }

p {
	margin: 0px 0px 14px 0px;
	padding: 0px 0px 0px 0px;
}

object, embed {
	margin: 0;
	padding: 0;
}

a { color: #8c1613; }
a:hover, a:active { text-decoration: none; }

strong { color: #8c1613; }

.izb td {
  background-color:white;
  margin:0px;
}

div.spacer {
	height: 1px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #002d62;
	clear: both;
}

* html div.spacer { height: 6px; }
*+ html div.spacer { height: 6px; }

div.spacer-blank {
	height: 30px;
	clear: both;
}

h1 {
	margin: 0px 0px 15px 0px;
	clear: both;
}

h2 {
	color: #8c1613;
	font-weight: normal;
	margin: 5px 0px 15px 0px;
	clear: both;	
}

h2 span {
	border-left: 1px solid #d5edfa;
	border-right: 1px solid #d5edfa;
	padding: 0px 7px 0px 7px;
}

ul {
	line-height: 1.6em;
	margin: 0px 0px 25px 15px;
	padding: 0px 0px 0px 15px;
	color: #d3ebf7;
}

ul li { padding: 0px 0px 0px 10px; }

ul li span { color: #002d62; }


/* =======
Box-Layout
======= */

div#rahmen {
	position: relative;
	width: 950px;
	min-height: 100%;
	height: auto !important; /* moderne Browser */
	height: 100%; /* IE */
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../template/bg-inhalt.gif);
	background-repeat: repeat-y;
	background-position: 10px 0px;
}

div#rahmen-home {
	position: relative;
	width: 950px;
	height: 625px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	background-image: url(../template/startseite.jpg);
	background-repeat: no-repeat;
	background-position: 10px 162px;	
}

div#header {
	height: 125px;
	margin: 0px 10px 0px 10px;
	background-color: #fff;
}

p.nav-top {
	height: 11px;
	border-bottom: 1px solid #002d62;
}

p.nav-top a {
	position: absolute;
	display: block;
	margin-top: 3px;
	padding-right: 7px;
	font-size: 0.9em;
	color: #002d62;
	text-decoration: none;
	background-color: #fff;
	
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

a.home {
	margin-left: 25px;
	padding-left: 20px;
	background-image: url(../template/picto-home.gif);
}	

a.de {
	margin-left: 85px;
	padding-left: 16px;
	background-image: url(../template/picto-sprache.gif);
}
body.home a.de { margin-left: 30px; }

a.en {
	margin-left: 150px;
	padding-left: 16px;
	background-image: url(../template/picto-sprache.gif);
}
body.home a.en { margin-left: 95px; }

img.logo {
	position: absolute;
	top: 22px;
	right: 30px;
}

img.schriftzug { margin: 46px 0px 0px 38px; }

div#nav-main {
	height: 29px;
	margin: 0px 10px 0px 10px;
	background-color: #003d86;
	background-image:url(../template/bg-nav-main.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #a3ceec;
}

div#nav-sub {
	height: 29px;
	margin: 0px 10px 0px 10px;
	background-color: #8c1613;
	background-image: url(../template/bg-nav-sub.gif);
	background-repeat: repeat-x;
}

div#rahmen-home div#nav-sub {
	height: 7px;
	background-image: none;
}

div#content-left {
	float: left;
	width: 376px;
	font-size: 0.9em;
	margin: 0px 0px 0px 10px;
	padding: 25px 0px 20px 37px;
	background-color: #d3ebf7;
	clear: left;
}

* html div#content-left { margin-left: 5px; }

div#content-right {
	float: left;
	font-size: 0.9em;
	width: 472px;
	padding: 25px 20px 0px 25px;
	/*width: 452px;
	padding: 25px 40px 0px 25px;*/
	margin: 0px 10px 0px 0px;
	background-color: #f5fafd;
}

* html div#content-right { margin-right: 5px; }

div#footer {
	position: absolute;
	width: 950px;
	bottom: 0px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

body.home div#footer {
	bottom: 40px;
	background-color: transparent;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
}

* html body.home div#footer { bottom: 20px; }


/* =======
Navigation
======= */

div#nav-main ul, div#nav-sub ul {
	height: 29px;
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 1px;
	background-position: left;
}

div#nav-main ul li, div#nav-sub ul li {
	float: left;
	list-style-type: none;
	padding: 0px 1px 0px 0px;
	background-position: right;
}

div#nav-main ul, div#nav-main ul li {
	background-image: url(../template/bg-nav-main-linie.gif);
	background-repeat: no-repeat;
}

div#nav-sub ul, div#nav-sub ul li {
	background-image: url(../template/bg-nav-sub-linie.gif);
	background-repeat: no-repeat;
}

div#nav-main ul li a, div#nav-sub ul li a {
	float: left;
	display: block;
	font-size: 0.9em;
	height: 29px;
	line-height: 29px;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	color: #fff;
}

div#nav-main ul li a:hover, div#nav-main ul li a.aktiv {
	background-image:url(../template/bg-nav-main-a.gif);
	background-repeat: repeat-x;
}

div#nav-sub ul li a.aktiv { text-decoration: underline; }


/* ========
Startseite
======== */

div#news-inhalt {
	position: relative;
	width: 380px;
        height: 220px;
        height: 220px;
	margin: 0px 50px 0px 25px;
	color: #000;
}

div#news-schatten {
	position: absolute;
	width: 455px;
	height: 240px;
	padding-top: 20px;
	margin: 81px 0px 0px 456px;
	background-image: url(../template/bg-news.jpg);
	background-repeat: no-repeat;
	overflow: auto;
}

ul#bilder-home {
	position: absolute;
	width: 400px;
	margin: 81px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

ul#bilder-home li {
	float: left;
	list-style-type: none;
	padding: 0px 14px 12px 0px;
}

ul#bilder-home li img { border: 1px solid #002d62; }



/* ============
Inhaltselemente
============ */

dl.bilder-links, dl.bilder-rechts {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

dl.bilder-links p { clear: both; }

dl.bilder-links img, dl.bilder-rechts img { border: 1px solid #002d62; }

dl.bilder-links img { margin: 0px 0px 15px 0px; }
dl.bilder-rechts img { margin: 0px 16px 15px 0px; }

.umfluss-links { float: left; }
.umfluss-rechts { float: right; }

img.abstand-rechts { margin-right: 16px !important; }

dl.bilder-links span {
	display: block;
	float: left;
}

dl.bilder-links span img {
	margin: 0px 12px 0px 0px;
	border: none;
}

dl.bilder-rechts dt { clear: both; }
dl.bilder-rechts dt div { margin: -2px 0px 40px 160px; }

dl.bilder-rechts dt div strong { font-weight: normal; }

img.kein-rahmen { border: none !important; }

a.button, a.button-route {
	display: block;
	width: 175px; 
	height: 22px;
	line-height: 22px;	
	background-repeat: repeat-x;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

a.button { background-image:url(../template/bg-download.gif); }
a.button-route { background-image:url(../template/bg-route.gif); }

dt a.button { margin-bottom: 15px; }

/* >>> PBE 21.04.2010 */
a.wbutton, a.wbutton-route {
	display: block;
	width: 225px;
	height: 22px;
	line-height: 22px;
	background-repeat: repeat-x;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}

a.wbutton { background-image:url(../template/bg-download.gif); }
a.wbutton-route { background-image:url(../template/bg-route.gif); }

dt a.wbutton { margin-bottom: 15px; }

/* <<<< PBE 21.04.2010 */

/* Galerie */
ul.galerie {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

ul.galerie li {
	float: left;
	list-style-type: none;
	padding: 0px 15px 19px 0px;
}

ul.galerie img { border: 1px solid #002d62; }

/* Referenzen */
ul.referenzen {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

ul.referenzen li {
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0px 18px 0px 0px;
	vertical-align: bottom;
}



/* ============
Kontaktformular
============ */

form {
	margin: 0px 0px 14px 0px;
	padding: 15px 0px 0px 0px;
}

form p {
	clear: left;
	margin: 0px 0px 7px 0px;
}

* html form p { margin-bottom: 6px; }
*+ html form p { margin-bottom: 6px; }

form label {
	float: left;
	width: 95px;
}

textarea {
	width: 340px;
	height: 120px;
	padding: 2px;
	font-family: Arial;
	font-size: 1em;
}

input.textfeld {
	width: 340px;	
	padding: 2px 2px 3px 2px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
}

* html input.textfeld, * html textarea { width: 320px; }

/* Breite */
#Strasse { width: 238px; }
* html #Strasse { width: 217px; }
#Haus-Nr { width: 35px; }
#PLZ { width: 55px; }
#Ort { width: 250px; }
* html #Ort { width: 228px; }

form.form-en #Strasse { width: 220px; }
* html form.form-en #Strasse { width: 199px; }

/* Rahmen */
input.textfeld, textarea {
	font-size: 1.2em;
	border-top: 1px solid #9ea0a0;	 
	border-right: 1px solid #f4f7f7;
	border-bottom: 1px solid #f4f7f7;
	border-left:  1px solid #9ea0a0;
}

input#senden, input#loeschen {
	width: 162px;
	height: 22px;
	border: none;
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
}

input#loeschen { margin: 15px 17px 0px 95px; }
* html input#loeschen { margin-right: 5px; }

input#senden { background-image: url('../template/button-senden.gif'); }
input#loeschen { background-image: url('../template/button-loeschen.gif'); }

p.hinweis { margin: 20px 0px 0px 95px; }



