@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(bilder/background.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color: #646464;
	font-size: 13px;
	
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	overflow:hidden;
	position: relative;
}


h1, h2 {
	font-weight: normal;
}

#kopfbild { 
float: left;
position: relative;
top: 0;
left: 0px;
z-index:10;

}

#logo {
	/*float:left;*/
	position: relative;
	/*top: 50px;
	left: 421px;*/
	z-index: 11;
	width: 537px;
	/*margin-left: 421px;*/
	top: -218px;
	left: 421px;
}
	
#navi {
	position: relative;
	/*top: -170px;
	left: 559px;*/
	top: -179px;
	right: 17px;
	z-index:100;
	float:right;
}

#suchfeld {
	width:908px;
	height: 184px;
	background-image:url(bilder/bg-eingabe.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	z-index: 1 !important;
	padding: 45px 25px 0 25px;
	font-size: 16px;
	position:relative;
	/*clear:both;*/
	top: -182px;
	left: 0;
	float:left;
}

#content {
	margin-left: 4px;
	width: 625px;
	/*clear: both;*/
	float: left;
	margin-top: 20px;
	position:relative;
	left: 4px;
	top: -170px;
	
}

#sucheOrt {
	width: 300px;
	float: left;
	margin-top: 25px;
	margin-right: 10px;

}

#sucheUmkreis {
	width: 108px;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}

#sucheTaetigkeit {
	width: 375px;
	float: left;
	margin-top: 25px;
	margin-right: 10px;
}

#sucheButton {
	float: left;
	margin-top: 25px;
	width: 86px;
}

#rechts {
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 5px;
	position: relative;
	top: -170px;
}

#infospalte {
	background-color: #f5f5f5;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 5px 25px 5px 25px;
	
}

#socialmedia {
	
}

#fuss {
	font-size: 11px;
	clear: both;
	border-top: #adadad 1px solid;
	margin-left: 4px;
	width: 950px;
	position: relative;
	top: -150px;
}

#fuss #staedte {
	width: 625px;
	margin-top: 5px;
	float: left;
	
}

#fuss #hnavi {
	float: left;
	margin-top: 5px;
	width: 300px;
	margin-left: 25px;
	text-align: right;
}


/*---------------------------- Navigation ------------------
*/

#navi li {
	list-style:none;
	float: left;
	margin-right: 2px;
	max-width: 124px;
	height: 40px;
	text-align:center;
}

#navi li a {
	font-size: 14px;
	line-height: 16px;
	color: #646464;
	background-image:url(bilder/bg-button.gif);
	background-repeat:repeat-x;
	display:inline-block;
	text-decoration: none;
	height: 37px;
	padding-top: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: #bab9b9 1px solid;
	border-right: #bab9b9 1px solid;
	border-left: #bab9b9 1px solid;
	padding-left: 10px;
    padding-right: 10px;
	
}

#navi li a:hover, #navi li.active a {
	color: #ffffff;
	background-image:url(bilder/bg-button-ov.gif);
	
	
}

/*--------------------- Suchbereich ------------------*/

#suchfeld h1 {
	font-size: 36px;
	color: #397dd7;
}


/*------------------- Content Bereich -------------------*/

#content h1 {
	color: #397dd7;
	font-size: 26px;
	margin-bottom: 15px;
}

#content h2 {
	color: #397dd7;
	font-size: 18px;
	margin-bottom: 15px;
}

#content h3 {
	color: #397dd7;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

#content p {
	color: #646464;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 15px;
}

#content a:link, #content a:visited, #content a:active {
	color: #397dd7;
}

#content a:hover {
	color: #000000;
}

#content li {
	font-size: 13px;
	margin-left: 35px;
	line-height: 20px;
	margin-bottom: 10px;
}

#content hr {
	border: none;
	border-bottom: #397dd7 1px solid;
}

/*---------------- Suchfelder -------------------------*/

#suchfeld input, #suchfeld select {
	background-color: #ffffff;
	border: #adadad 1px solid;
	font-size: 16px;
	padding: 3px;
	color: #646464;
	display: block;
}

#suchfeld input {
	height: 27px;
}

#suchfeld select {
	height: 35px !important;
	
}

#suchfeld #ort {
	width: 292px;
	margin-top: 3px;

}

#suchfeld #umkreis {
	width: 108px;
	margin-top: 3px;
	
}

#suchfeld #taetigkeit {
	width: 375px;
	margin-top: 3px;

}

#suchfeld #suchen {
	width: 86px;
	height: 35px;
	color: #ffffff;
	display: block;
	text-align: center;
	background-image:url(bilder/bt-suche.gif);
	background-repeat:no-repeat;
	border: none !important;
	cursor:pointer;
	margin-top: 3px;
}

#suchfeld #suchen:hover {
	background-image:url(bilder/bt-suche-ov.gif);
}

#suchfeld strong {
	/*font-weight: normal;
	color: #697dd7;*/
}

/*---------------- Rechte Spalte -------------------*/

#infospalte h2 {
	text-align: center;
	border-bottom: #397dd7 2px solid;
	font-size: 22px;
	color: #397dd7;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
}

#infospalte p {
	color: #646464;
	font-size: 13px;
	/*line-height: 20px;*/
	margin-bottom: 15px;
}

#infospalte ol li {
	margin-bottom: 15px;
	margin-left: 20px;
}

#infospalte ul li {
	margin-bottom: 15px;
	/*margin-left: 20px;*/
	list-style: none;
	background-image:url(bilder/haken.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	
}

.boxAktuell {
	padding-bottom: 10px;
	border-bottom: #397dd7 1px dotted;
	margin-bottom: 10px;
}

.boxAktuell p {
	margin-bottom: 0 !important;
}

.boxImg {
	float: left;
}

#infospalte {
	font-size: 13px;
}

#infospalte a {
	color: #397dd7;
	text-decoration:none;
}

#infospalte a:hover {
	color: #000000;
}

#infospalte hr {
	border: none;
	border-bottom: #397dd7 1px dotted;
	margin:10px 0;
}

#infospalte input {
	background-color: #ffffff;
	border: #adadad 1px solid;
	font-size: 14px;
	padding: 2px;
	color: #646464;
	display: block;
	margin-bottom: 5px;
}

#infospalte input {
	/*height: 27px;*/
}

#infospalte input {
	width: 200px;
}

.button input {
	background-image: url("bilder/bg-button-ov.gif");
    background-repeat: repeat-x;
    border: 1px solid #397DD7;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    cursor: pointer;
    padding: 5px;
	width: 206px !important;
	padding: 5px !important;
	margin-top: 10px;
	
}

/*---------------------------- Fuss ---------------------*/

#fuss a:link, #fuss a:visited, #fuss a:active {
	text-decoration: none;
	color: #7c7c7c;
}

#fuss a:hover {
	color: #397dd7;
}


/*---------------------------------- WebloginPE ------------------------------
----------------------------------------------------------------------------*/

.tableColor {
	background-color: #EBF2FA;
	padding: 15px;
}

#wlpeForm input, #wlpeForm textarea, #wlpeUser input, #wlpeUser textarea {
	border: #CADBF5 1px solid;
	background-color: #ffffff;
	padding: 3px;
}

#wlpeForm table td, #wlpeUser table td {
	padding: 3px 10px;
}

#wlpeForm button, #wlpeUser button {
	background-image: url(bilder/bg-button-ov.gif);
	background-repeat: repeat-x;
	padding: 2px;
	color: #ffffff;
	border: 1px solid #397dd7;
    border-radius: 5px;
	cursor: pointer;
}

.buttonSend {
	width: 150px;
}

.wlpeInputMedium {
	width: 150px;
}
.wlpeInputSmall {
	width: 50px;
}
.wlpeInputLarge {
	width: 212px;
}


#wlpeForm button#wlpeReminderButton {
	background-image: none;
	border: none;
	color: #397dd7;
	background-color: transparent;
}
#wlpeForm button#wlpeReminderButton:hover {
	color: #000000;
}

#wlpeUserProfileInput, #wlpeActivateFieldset {
	padding: 10px;
}

#wlpeUserProfileButtons, .wlpeButtonFieldset {
	border: none;
}

.wlpeMessage {
	border: #C30 3px solid;
	padding: 10px;
	font-size: 14px;
	background-color: #fae9ec;
	
}
.wlpeMessage p {
	margin-bottom: 0 !important;
}
