﻿
/* ========= PZM Ledig ============ */

/* === Allegemeine Definitionen === */

* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	background: #EFF0F5;
	margin: 0px auto 0px;
	text-align: center;
}

/* === Container-Definitionen === */

#site {
	width: 792px;
	height: auto;
	margin: 10px auto 0px;
	text-align: left;
}

#head {
	width: 792px;
	height: auto;
	background: url(bilder/schatten_rechts.jpg) repeat-y right top;
	float: left;
}

#kopfzeile {
	width: 780px;
	height: auto;
	min-height: 26px;
	background: #AEB5CF;
	float: left;
	border-bottom: 3px solid #FFF;
	text-align: right;
}

#grafik {
	width: 780px;
	height: 198px;
	float: left;
}

#content {
	width: 792px;
	height: auto;
	color: #28457F;
	background: white url(bilder/navibild.jpg) no-repeat left bottom; 
	margin: 0px 0px 0px 0px;
	/* margin: -3px 0px 0px 0px; */
	float: left;
}

#navigation {
	width: 206px;
	height: auto;
	background: transparent;
	float: left;
}

#maincontent {
	width: 490px;
	/* IE width: 586px; */
	height: auto;
	min-height: 300px;
	/* IE height: 350px; */
	background: url(bilder/schatten_rechts.jpg) repeat-y right top;
	padding: 30px 50px 20px 45px;
	float: left;
	border-left: dashed 1px #BFC6D8;
}

/* === Schatten === */

#schatten_ecke_obenrechts {
	width: 12px;
	height: 10px;
	background: url(bilder/schatten_ecke_oben_rechts.jpg) no-repeat;
	float: left;
}

#schatten_gesamt_unten {
	width: 792px;
	height: 12px;
	margin: 0px 0px 10px 0px;
	float: left;
}

#schatten_ecke_untenlinks {
	width: 11px;
	height: 12px;
	background: url(bilder/schatten_ecke_unten_links.jpg) no-repeat;
	float: left;
}

#schatten_unten {
	width: 769px;
	height: 12px;
	background: url(bilder/schatten_unten.jpg) left top repeat-x;
	float: left;
}

#schatten_ecke_untenrechts {
	width: 12px;
	height: 12px;
	background: url(bilder/schatten_ecke_unten_rechts.jpg) no-repeat;
	float: left;
}

/* === Head-Bereich === */

#kopfzeile .headertext {
	float: left;
}

#kopfzeile .text {
	color: #FFF;
	margin: 7px 30px 0px 0px;
	font-size: 0.6em;
	letter-spacing: -0.2px;
}

#kopfzeile a {
	text-decoration: none;
	color: #326FC8;
}

#kopfzeile a:hover {
	color: #CA261D;
}

/* === Navigation === */

#navigation li {
	width: 100%;
	list-style-type: none;
	border-bottom: solid 1px #BEC7D8;
	overflow: hidden;
}

#navigation a {
	width: 100%;
	color: #326FC8;
	padding: 10px 0px 8px 20px;
	text-decoration: none;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
}

#navigation a:hover, #navigation .active {
	color: #CA261D;
}

/* === Inhalt === */

#maincontent h2 {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
}

#maincontent h3 {
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	font-size: 0.8em;
}

#maincontent p {
	padding: 0px 0px 8px 0px;
	line-height: 1.5em;
	font-size: 0.8em;
}

#maincontent .aufzaehlungMitLinie {
	width: 18.5em;
	min-height: 2em;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 10px 35px;
	font-size: 0.8em;
	background: url(bilder/wuerfel_klein.gif) no-repeat;
	border-bottom: 1px dashed #28457F;
}

#maincontent .aufzaehlung {
	width: 18.5em;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 10px 35px;
	font-size: 0.8em;
	background: url(bilder/wuerfel_klein.gif) no-repeat;
}

#maincontent a {
	color: #326FC8;
	text-decoration: none;
}

#maincontent a:hover {
	color: #CA261D;
}

#maincontent td {
	color: #28457F;
	line-height: 1.5em;
	font-size: 0.8em;
}

#maincontent .kleineSchrift {
	font-size: 0.7em;
}

#maincontent img {
	border-color: #28457F;
	margin: 4px 4px 4px 0px;
}

#maincontent .about-us-img {
	margin: 0px;
	text-align:center;
	width:105px;
	padding-left:0px;
	vertical-align:top;
}

#maincontent .about-us-text {
	font-size:1em;
	padding-right:6px;
}

#maincontent .einzelbild {
	margin: 0px 15px 10.6em 15px;
}

#maincontent .blocksatz {
	text-align: justify;
}

#maincontent .bilderfeld {
	width: 266px;
	border: 0px; /* 1px solid #28457F;*/
	text-align: center; 
	color: #28457F;
	margin: 0px 0px 0px 0px;
}

/* === Formular === */

.button {
	width: 6em;
	background: #EFF0F5;
	margin: 5px 2px 10px 0px;
}

.button_en {
	width: 4em;
	background: #EFF0F5;
	margin: 5px 2px 10px 0px;
}

.textarea, input{
	color: #28457F;
	font-size: 1em;
	border: 1px solid #28457F;
}

.radio {
	border: 0px;
}