/* ====================================================================
   DEFAULT SHEETS
===================================================================== */
a{
	outline: none
}
a img{
	border:none;
}
.floatLeft{
	float:left;
}
.clear{
	clear:both;
	margin:0px; padding:0px;
	height:0px; line-height:0px;
	font-size:0px;
}
*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#404040;
	padding:0px;
	margin:0px;
}
body {
	margin: 0px;
	background:#404040;
}
h1{
	font-size:18px;
	font-weight:normal;
	color:#35709e;
	margin-bottom:35px;
}

/* ====================================================================
  PAGE AUFBAU
===================================================================== */
div#page{
	width:779px;
	margin:0px auto 0 auto;
	border:10px solid white;
	border-top:none;
	background:#ffffff url(../images/hg-page.jpg) left 150px no-repeat;
	min-height:630px;
  	height:auto !important;
  	height:630px;
}
div#page div#header{
	height:63px;
	padding:86px 0 0 51px;
}
div#page div#header div#logo{
	width:235px;
	height:47px;
}
div#page div#header div#navigation{
	margin:22px 0 0 34px;
	height:46px;
}
div#page div#header div#navigation div{
	border-right:1px solid #dcdcdc;
	height:38px;
	line-height:38px;
	padding:0 8px 0 8px;
}
div.navactive{
	height:24px;
	line-height:24px;
	padding:0 8px 0 8px;
	background:#35709e;
	color:#ffffff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
}
.navinactive{
	visibility:hidden;
}
div#page div#header div#navigation a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#8c7373;
	display:block;
}
div.contentHeader{
	width:717px;
	height:24px;
	background:transparent url(../images/content-top.png) left top no-repeat;
	margin-left:45px;
}
div.contentInhalt{
	width:717px;
	background:transparent url(../images/content-body.png) left top repeat-y;
	margin-left:45px;"
}
div.contentFooter{
	width:717px;
	height:19px;
	background:transparent url(../images/content-footer.png) left top no-repeat;
	margin-left:45px;
}
div.footer{
	margin:0 0 50px 48px;
	color:#ffffff;
}
div.footer a{
	color:#ffffff;
	text-decoration:none;
}
div.footer a:hover,
div.footer a.active{
	text-decoration:underline;
}
/* ====================================================================
  Formulare
===================================================================== */
input#src_map{    
    width:223px;
    height:18px;
    border:1px solid #25325a;
}
input.input{
	width:282px;
	margin:0;
	height:22px;
	border:1px solid #737473;
	padding:0 0 0 3px;	
}
textarea.textarea{
	width:285px;
	height:152px;
	margin:0;
	border:1px solid #737473;
	padding:0;	
}
.validation-advice {
    width:280px;
	padding:3px;
	margin-top:5px;
	color: #ffffff;
	background-color:#c41924;
	font-weight: normal;
}
