﻿body {
	font: 90% "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 50px 0 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #f6f6f6;
	background-image:url(../img/bg-browser.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
img{border:0;}
p{margin:0;}
a{color:#333333;}
a:hover{color:#999999;}

.txt-height{
	height:286px;
	}

ul{
	margin:10px 0 5px 10px;
	padding:0;
	list-style:none;
}
li{
	margin:0;
	padding:0 0 0 30px;
	background:url(../img/icon-ok.png) no-repeat 0 5px;
}
h1{	
	font-size: 2.2em;
	color: #ffcd00;
	margin:0 0 5px 0;
	padding:0;
	}
h2{	
	font: 1.25em "Lucida Fax", Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top:0px;
	margin-right:15px;
	margin-bottom:25px;
	padding-bottom:0;
	border-bottom:1px dashed white;
	}
	/*
body#english h2{
	margin-top:20px;
	}*/
h3{	
	font: 1.25em "Lucida Fax", Arial, Helvetica, sans-serif;
	margin:0;
	height:116px;
	padding:0 280px 0 0;
	}
.map{ margin-left:5px;}

.oneColFixCtrHdr #mainContainer {
	width: 1077px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:40px;
	background-image:url(../img/shadow-main-top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #header img{margin:0 506px 0 55px; float:left;}
.oneColFixCtrHdr #header div{ font-size:0.9em; margin:0; float:left; width:235px; text-align:right; padding-top:10px;}
.oneColFixCtrHdr #header div a{ text-decoration:none;}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	height:588px;
}
.shadow-left{
	float:left;
	width:25px;
	height:588px;
	background-image:url(../img/shadow-main-left.jpg);
}
.shadow-right{
	float:left;
	width:25px;
	height:588px;
	background-image:url(../img/shadow-main-right.jpg);
}
.col-left{
	float:left;
	width:514px;
	height:588px;
}
.col-right{
	float:left;
	width:488px;
	height:573px;
	padding:15px 0 0 25px;
	background-image:url(../img/bg-yellow.jpg);
	line-height:200%;
}
.formColLeft{
	float:left;
	width:415px;
	padding:0 70px 0 0;
	}
.formColRight{
	float:left;
	width:500px;
	}
.closeButton{
	position:absolute;
	top:10px;
	left:986px;
	}
	
.mainContentInlay{
	position:relative;
	float:left;
	width:997px;
	height:558px;
	padding:30px 0 0 30px;
	background-image:url(../img/bg-white.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

.oneColFixCtrHdr #footer {
	padding: 0 0 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	height:40px;
	background-image:url(../img/shadow-main-bottom.jpg);
	background-position:top left;
	background-repeat:no-repeat;

}
.oneColFixCtrHdr #footer p {
	font-size:0.9em;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer img{
	margin:0 5px 0 0;
	}
	
	
/* forms */
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
input,
textarea,
select{
	font: 100% "Lucida Sans", Arial, Helvetica, sans-serif;
	vertical-align:middle;
	width:320px;
	height:22px;
	padding:3px 0 0 0;
	margin-bottom:4px;
	border:1px solid #cbcbcb;
}
.rad{
	float:left;
	border:0;
	width:24px;
	height:30px;
	margin:0 10px 0 0;
	}
.messagefield{
	height:110px;
	width:415px;
	}
.spezfield{
	margin:-4px 0 10px 34px;
	width:380px;
	}
label{
	float:left;
	width:175px;
	padding:6px 0 0 0;
	}
div.radLabel{
	width:350px;
	padding:6px 0 0 0;
	}
.btn{
	cursor:pointer;
	height:40px;
	width:236px;
	border:0;
	text-align:left;
	padding:0 0 0 13px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../img/btn-senden.gif) no-repeat 0 0;
	margin:0 0 0 262px;
	}
		