/* ++++++++ CSS Styling ++++++++++++++*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg-mainbody3.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	font-family: Verdana, Trebuchet MS;
	font-size: 12px;
	color: #666;
	background-color:#f6ebd9;
}

a {
	text-decoration: none;
	color: #e1001a;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial;
	margin: 0px;
	color: #e1001a;
}

h1 {
	font-size: 14px;
	margin-bottom: 25px;
	letter-spacing:0.01em;
}

h2 {
	font-size: 12px;
	margin-bottom: 2px;
	color:#333;
	font-style:italic;
}

p,
td, th,
li, 
input, 
select, 
option {  
	line-height: 18px;
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 18px;
}

.subline {
	font-weight: bold;
	color: #6d7e81;
}

ul {
	color: #7e9191;
}

ul li {
	line-height:15px;
}


/* Layout Content ... */

.mainbody {
	width: 960px;
	position:relative;
	left: 50%;
	margin-left: -480px;
	
}

.logo {
	margin-top: 40px;
	margin-bottom: 20px;
}

.main-content {
	margin-left: 45px;
	width: 852px;
}

.datum {
	position:absolute;
	right:62px;
	text-align:right;
}



.footer {
	width:100%;
	height: 20px;
	/*background-image:url(../img/bg-mainbody.gif);
	background-repeat: repeat-y;*/
}

/* Position des Begin des Containers .p1 .p2 ... */
.p1, .p2 { 	
	position: relative;
	left: 0px;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
	z-index: 20000;
}

.p1 {
	margin-left: 0px;
	/*background-color: yellow;*/
	clear:left;

}

.p2 {
	font-size:1px;
}

.p2 img { 
	width: 378px;
	height: 517px;
}

/* Weite und Hšhe der Container (anzahl der Spalten) */
.w1 { width: 454px;}
.w2 { width: 378px;}

.h1 { height: 242px; }
.h2 { height: 518px; margin-bottom: 30px;}


.textfield {
	width: 424px;
	height:517px;
}


/* Bildergallerie ... */
.img-gallerie {
	width: 424px;
	padding: 0px;
	margin: 0px;
	margin-top: 25px;
	font-size: 1px;
}

.img-gallerie img {
	width: 65px;
	height: 170px;
}

.img-gallerie ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	line-height: 15px;
}

.img-gallerie li{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-left:6px;
}

.img-gallerie li.first{
	margin-left:0px;
}

.img-navi {
	font-size:11px;
}

.img-navi a{
	color: #999;
}
.img-navi a:hover{
	color: #e1001a;
	text-decoration:none;
}

.img-navi a.selected{
	color: #e1001a;
	font-weight:normal;
}

/*  Allg. Formulare  ------------------------------------ */


.formular-bg {
	color: #7e9191;
	margin-bottom: 4px;
}


.formular-feld,
.formular-feld-breit {
	padding-top: 4px;
	margin-bottom: 4px;
}

.formular-bg .label {
	float: left;
	width: 160px;
	font-size: 12px;
	color: #333;
}

.formular-feld input,
.formular-feld textarea,
select.dropdown  {
	width: 210px;
	height: 22px;
	padding-left: 2px;
	font-weight: normal;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-family: Verdana;
	overflow:auto
}

.formular-feld textarea {
	height: 100px;
	
}

.formular-feld input.plz {
	width: 52px;
}

.formular-feld input.ort {
	width: 164px;
}

.formular-feld input.senden {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	padding-bottom: 2px;
	width: 214px;
}

.formular-feld input.senden a:hover{
	background-color: #eee;
}

.formular-bg input.checker {
	height: 15px;
	width: 15px;
}

#map {
	width:378px;
	height:517px;
	font-size:11px;
}

#map-ol {
	width:14px;
	height:13px;
	background-image:url(../img/ecke-ol.gif);
	position:absolute;
	top:168px;
	left:519px;
	z-index:100000;
}

#map-ur {
	width:18px;
	height:12px;
	background-image:url(../img/ecke-ur.gif);
	position:absolute;
	top:674px;
	left:880px;
	z-index:100001;
}



