/****************************************************************************************************************
*	Name: style.css
*	erstellt: 30.05.2006
*	Autor: SB, werbeagentur aufwind. gmbh
* Beschreibung:
* Default-Stylesheet mit den wesentlichen Element-Formatierungen
*
*	Allgemeine Farbwerte:
*	Textfarbe:		#52849D
*	Border:				#c0c9d2
*	Hintergrund:	#e8ebee
*
*	letzte Aenderungen:
*	Datum			von was
*	01.06.06	SB	Aktualisierung Imagetag
*
*
*****************************************************************************************************************/
/****************************************************************************************************************
* Allgemeine Angaben
****************************************************************************************************************/
/***** Redefinierung von HTML-Elementen *****/
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
ul, ol, li,
hr,
table, tbody, th, tr, td,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend {
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 100%;
	color: #5d5e60;

	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

html, body
{
	background: #fff;
	height: 100%;
}

body {
	/* Damit die Elemente im HTML-Editor richtig angezeigt werden*/
/*	font-size: 0.8em; */

	font-size: 12px;

}

ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style-type: square;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #c0c9d2;
	width: 100%;
	margin: 3px 0px;
}

/***** Formular-Elemente *****/
label,
input[type=button],
button {
	cursor: pointer;
}

input:focus,
textarea:focus {
	background: #ccdd83;
}
button {
	font-weight: bold;
	color: #FFF;
	background: #c0c9d2;
}
select{

}
/*7
#firmenverzeichnis select{
	border: 1px solid #52849D;
	color: #52849D;
	width: 350px;
}
#firmenverzeichnis input{
	border: 1px solid #fff;
	color: #fff;
	font-size: 11px;
	padding: 1px 5px 2px 5px;
	background-color: #52849D;
}
#firmenverzeichnis #text{
	font-size: 11px;
	border: 1px solid #52849D;
	color: #52849D;
	padding: 2px 5px 2px 5px;
	background-color: #fff;
}
.firmen_ausgabe{
	border: 1px solid #97B0C2;
	font-size: 12px;
	background-color: #F1F4E5;
	font-size: 11px;
}
.firmen_ausgabe .firm_title{
	padding: 3px;
	padding-left: 10px;
	background-color: #eee;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#gewerbe_suche .submitbutton{
	width: 300px;
}
input #text{
	background-color: #fff;
}
.firmen_info{
	padding: 5px;
	padding-left: 10px;
	width: 235px;
	float:left;
}
.firmen_bild{
	border: 1px solid #CCCCCC;
	background-color: #EEE;
	text-align: center;
	float: right;
	width: 250px;
	margin: 5px 10px 10px 0px;
	padding: 10px;
}
*/
/* Ende Formular-Elemente*/

/***** Ueberschriften *****/
h1 {
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #6c97c6;
}

h1 .main {
	color: #6c97c6;
	font-size: 15px;
	letter-spacing: 1px;
}

h1 .sub {
	color: #6c97c6;
	display: block;
	margin: 2px 0px 0px 0px;
	font-size: 12px;
}

h2 {
	margin: 10px 0px 5px 0px;
/*	font-size: 1.1em; */
}

h3 {
	font-size: 11px;
}

h4 {
/*	font-size: 1em; */
}

h5 {
/*	font-size: 0.9em; */
}

h6 {
/*	font-size: 0.9em; */
	font-weight: normal;
}
/* Ende Ueberschriften */

/***** Pseudo Klassen *****/
.float_left {
	float: left;
}

.float_right {
	float: right;
}

.nofloat{
	clear: both;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
}

.noborder{
	border: none;
}

.nopointer {
	cursor: default;
}
/***** Ende Allgemeine Angaben *********************************************************************************/

/****************************************************************************************************************
* Seite zentriert ausrichten
****************************************************************************************************************/
#center {
	width: 1002px;
	padding: 0px;
	margin: 20px auto 0px auto;
	position: relative;
	border: 1px solid #d1d2d3;
	background: #Edf3FA;
}
/***** Ende Seite zentriert ausrichten *************************************************************************/

/****************************************************************************************************************
* Top-Bereich
****************************************************************************************************************/
#top {
	/* BG = dynamisch direkt im Rahmen-Template */
	/*background: #8C3B4B;*/
	padding: 45px 0px 0px 0px;
	margin: 0px;
	height: 195px;
/*	border-bottom: 1px solid #52849D;	*/
	background: #6d94cb;
	position: relative;
}

.top_left {
	width: 740px;
	float: left;
}

.top_left_top {
	height: 70px;
	background: url('../../assets/common/bg_head_top.gif') no-repeat #fff;

}

.top_left_middle {
	height: 190px;
	padding: 0px 0px 10px 0px;
	background: #52849D no-repeat;
}

/***** Horizontale Navigation *****/

#naviH {
	color: #4D4D4D;
	padding: 0px 10px 0px 10px;
	background: url('../../assets/common/bg_navih.gif') repeat-x #407eb9;
}

#naviH .trenner{
	color: #4D4D4D;
	padding: 0px 3px 0px 3px;
	float: left;
}

#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a:active {
	display: block;
	color: #fff;
	font-size: 11px;
	padding: 8px 5px 8px 5px;
}

#naviH a:hover {
	color: #b0c6e2;
}

#naviH a.akt,
#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a:active.akt {
  color: #b0c6e2;
}

#naviH a:hover.akt {
	color: #edf3fa;
}



/* Ende Horizontale Navigation */



/***** Zus�tzlicher Seitentitel *****/
.additional_name
{
	display: none;
}

/***** Sprach-Auswahl *****/
.language {
  width: 120px;
/*	position: absolute; */
	top: 0px;
	left: 0px;

	margin: -45px 0px 25px 872px;
	padding: 5px 0px 5px 10px;
	background: #dbe8f5;
}

.language img {
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
}

.language a,
.language a:link,
.language a:visited,
.language a:hover,
.language a:active {
	color: #00407A;
	padding: 5px 4px 5px 4px;
	font-weight: bold;
}
/*
.italiano {
	margin: 0px 0px 0px 0px;
	text-align: right;
	display: none;
}

.italiano img {
	vertical-align: middle;
	margin: 0px 3px 0px 10px;
}

.italiano a,
.italiano a:link,
.italiano a:visited,
.italiano a:hover,
.italiano a:active {
	color: #c0c9d2;
}
*/

/***** Such-Feld *****/
.top_search {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: none;
}

.top_search input {
	background: #FFF;
	border: 1px solid #c0c9d2;
	padding: 1px;
	width: 100px;
}

.top_search button {
	background: none;
	border: none;
	padding : 0px 0px 2px 0px;
	vertical-align: middle;
}
/* Ende Such-Feld */

/***** Schrift-Style *****/
.top_wordsize {
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
/* Ende Schrift-Style */

.top_right {
	float: left;
	width: 262px;
	height: 165px;
	background: url('../../assets/common/bg_top_right.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
}

.top_right_info {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #52849D;
	height: 165px;
}

.top_right_info ul.orte {
  padding: 5px 10px 0px 0px;
  list-style: none;
  text-align: right;
}

.top_right_info ul.orte li {
  margin: 7px 0px 0px 0px;
}

.top_right_info ul.orte li a:link,
.top_right_info ul.orte li a:visited,
.top_right_info ul.orte li a:hover,
.top_right_info ul.orte li a:active {
  font-size: 10px;
  color: #00407A;
  font-weight: bold;
  text-transform: uppercase;
}


/***** Site-Navigation *****/
.sitenavi {
	height: 29px;
	font-size: 10px;
	color: #4D4D4D;
	background: #c0d3eb;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a:active {
	color: #4D4D4D;
	font-size: 10px;
	padding: 8px 0px 8px 0px;
	display: block;
	float: left;
}

.sitenavi .trenner{
	color: #4D4D4D;
	padding: 8px 3px 8px 3px;
	float: left;
}

/* Ende Site-Navigation */

/* Ende Sprach-Auswahl*/
/***** Ende Top-Bereich ****************************************************************************************/

/****************************************************************************************************************
* Aufklapp-Navigation
****************************************************************************************************************/
.linkmenu td,
.linkmenu_first td {
	width: 100%;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active,
.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
	color: #0F58A5;
	background: #c0d3eb;
	border: 1px solid #52849D;
	border-top: none;
	display: block;
	font-size: 11px;
	padding: 4px 5px 4px 11px;
}

.linkmenu a:hover,
.linkmenu_first a:hover {
	background: #edf3fa;
}

.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
	border: 1px solid #52849D;
}
/***** Ende Aufklapp-Navigation ********************************************************************************/

/****************************************************************************************************************
* Content-Bereich
****************************************************************************************************************/
#contentarea {
	width: 1002px;
	margin: 10px 0px 0px 0px;
}

/***** Vertikale Navigation *****/
#subnavi {
	width: 210px;
	float: left;
	text-align: left;
	background: #edf3f4;
	/*background-image: url('../../assets/common/subnavi_bg.gif');
	background-repeat: repeat-y;
	background-position: left top;*/
}

#subnavi h1 {
	color: #FFF;
	font-weight: normal;
/*	font-size: 0.9em; */
	text-transform: uppercase;
	background-image: none;
	background-repeat: repeat-y;
	background-position: left top;
	padding: 3px 3px 3px 7px;
	margin: 0px;
	border: none;
	background-color: #dbe8f5;
	border-bottom: 1px solid #ffd000;
	/****************************
	*****************************
	*/     display: none;      /*
	*****************************
	****************************/
}

#subnavi ul {
	/* WICHTIG: Wenn Pfeile o.ae. benutzt werden, dann als Hintergrundbild von liste definifieren. bei a flackerts im IE */
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#subnavi ul li {
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active {
	text-decoration: none;
	color: #4a84bb;
	display: block;
	padding: 4px 4px 4px 7px;
	margin: 0px;
  font-size: 11px;
	/*background-image: url('../../assets/common/subnavi_a_bg.gif') repeat-y left top;*/
	background: #dbe8f5;
	border-top: 1px solid #b7cceb;
}

#subnavi ul li a:hover {
	background: #edf3fa;
}

#subnavi ul li a.akt,
#subnavi ul li a.akt:link,
#subnavi ul li a.akt:visited,
#subnavi ul li a.akt:hover,
#subnavi ul li a.akt:active {
/*	background-image: url('../../assets/common/subnavi_a_h_bg.gif');*/
	color: #4a84bb;
	font-weight: bold;
	background: #edf3f4;
}

#subnavi ul li a.akt:hover {

}

/*
#subnavi ul.main li a,
#subnavi ul.main li a:link,
#subnavi ul.main li a:visited,
#subnavi ul.main li a:hover,
#subnavi ul.main li a:active {
		padding-left: 7px;
}
*/

#subnavi ul.under1 li {
	border-top: none;

}

#subnavi ul.under1 li a,
#subnavi ul.under1 li a:link,
#subnavi ul.under1 li a:visited,
#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a:active {
	/* Ebene 1 Unterpunkte */
	text-decoration: none;
	color: #4a84bb;
	display: block;
	padding: 4px 4px 4px 16px;
	margin: 0px;
	font-size: 11px;
	/*background-image: url('../../assets/common/subnavi_a_bg.gif') repeat-y left top;*/
	background: #fff;

}

#subnavi ul.under1 li a:hover {
	color: #96b900;
}

#subnavi ul.under1 li a.akt,
#subnavi ul.under1 li a.akt:link,
#subnavi ul.under1 li a.akt:visited,
#subnavi ul.under1 li a.akt:hover,
#subnavi ul.under1 li a.akt:active {
	color: #96b900;
}

#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active {
	/* Ebene 2 Unterpunkte */
	padding-left: 25px;
}

#subnavi ul.under3 li a,
#subnavi ul.under3 li a:link,
#subnavi ul.under3 li a:visited,
#subnavi ul.under3 li a:hover,
#subnavi ul.under3 li a:active {
	/* Ebene 3 Unterpunkte */
	padding-left: 21px;
}

#subnavi .subnavi_bottom {
  border: none;
	border-top: 1px solid #b7cce6;
	height: 300px;
	background: url('../../assets/common/bg_subnavi.gif') repeat-x;
}

/* Ende Vertikale Navigation */

/***** Content-Definition ******/
#content,
#content2,
#content3,
#content4,
#content5,
#content6,
#content7 {
  line-height: 150%;
}


#content {
	/* mit Subnavi, mit rechter Spalte */
	width: 560px;
	float: left;
	padding: 0px 10px 15px 15px;
/*	font-size: 0.9em; */
}

#content2 {
	/* mit Subnavi, ohne rechter Spalte */
	width: 570px;
	float: left;
	padding: 0px 10px 15px 15px;
	margin: 0px;
}

#content3 {
	/* Startseite */
	width: 435px;
	float: left;
	padding: 0px 10px 10px 0px;
	display: inline;
}

#content4 {
	/* ohne Subnavi, mit rechter Spalte */
	width: 589px;
	float: left;
	padding: 30px 15px 15px 15px;
	background-color: #CBECF3;
	background-image: url('../../assets/common/content_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

#content5 {
	/* ohne Subnavi, ohne rechter Spalte */
	width: 746px;
	float: left;
	padding: 30px 15px 15px 15px;
	background-color: #CBECF3;
	background-image: url('../../assets/common/content_bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

#content_print {
	/* ohne Subnavi, ohne rechter Spalte */
	width: 621px;
	float: left;
	padding: 0px 15px 5px 15px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
}
#content_mail {
	/* ohne Subnavi, ohne rechter Spalte */
	width: 500px;
	float: left;
	padding: 0px 15px 5px 15px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left top;
}
/*******************************************************************************
content_infopool ist spalte auf startseite, die zwischen content3 und custom flo
atet
*******************************************************************************/

#content_mitte {
	width: 340px;
	float: left;
	display: inline;
}

/* Ende Content-Definition */
/***** Ende Content-Bereich ************************************************************************************/

/****************************************************************************************************************
* Custom-Bereich (linke Seite)
****************************************************************************************************************/
#custom_left {
	float: left;
	width: 210px;
	background-color: #E8E9D9;
	/*background-image: url('../../assets/common/custom_bg.gif');
	background-repeat: repeat-y;
	background-position: left top;*/
}

/******************************************************************************
// Quickfinder
******************************************************************************/
.quickfinder {
	padding: 10px;
	margin: 0px 0px 20px 0px;
	font-size: 11px;
	background: #dbe8f5;
}

.quickfinder h1 {
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}

.quickfinder p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.quickfinder select {
	border: 1px solid #c0c9d2;
	margin: 1px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}
.quickfinder input.submit {
 color: #fff;
 border: none;
 width: 80px;
}

.quickfinder form
{
	margin: 0px;
	padding: 0px;
}



/******************************************************************************
suchboxen auf startseite
******************************************************************************/
#content_mitte .seitensuche,
#content_mitte .infosuche
{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background: #dbe8f5;
}

#content_mitte .seitensuche h1
{

}

#content_mitte .seitensuche input,
#content_mitte .infosuche input
{
	font-size: 11px;
	padding: 2px 5px 2px 5px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #c0c9d2;
}

#content_mitte .seitensuche input.submit,
#content_mitte .infosuche input.submit
{
	padding: 0px 0px 0px 0px;
	width: 120px;
}

/*******************************************************************************
// Veranstaltungen
*******************************************************************************/

#content_mitte .veranstaltungen {
	background: #dbe8f5;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	height: 100px;
}

#content_mitte .veranstaltungen[class] {
	height: auto;
}


#content_mitte .veranstaltungen .infopool {
	border: none;
	border-top: 1px solid #c0c9d2;
	padding: 5px 0px 0px 0px;
	line-height: 150%;
	background: none;
}

#content_mitte .veranstaltungen .erster {
	border: none;
	padding: 0px;
}

#content_mitte .veranstaltungen h1 {
	margin: -1px 0px 10px 0px;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	color: #6c97c6;
}

#content_mitte .veranstaltungen .datum {
  width: 130px;
  float: left;
}

#content_mitte .veranstaltungen .titel {
  width: 168px;
  padding: 1px 1px 1px 1px;
  float: left;
}

#content_mitte .veranstaltungen .link a,
#content_mitte .veranstaltungen .link a:link,
#content_mitte .veranstaltungen .link a:visited,
#content_mitte .veranstaltungen .link a:hover,
#content_mitte .veranstaltungen .link a:active

{
	padding: 0px;
	width: 15px;
  float: left;
  text-decoration: none;
  background-position: 0px 5px;
}

#content_mitte .veranstaltungen .subtitle {
	clear: both;
	margin: 0px 0px 0px 130px;
	float: left;
	display: inline;
}

#content_mitte .veranstaltungen .ort {
	clear: both;
	margin: 0px 0px 0px 130px;
}

#content_mitte .veranstaltungen .teaser {
	padding: 0px;
	margin: 0px;
}

/* cm contentmitte*/

#content_mitte div.cm
{
	background: #dbe8f5;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}


/***** Ende Content-Elemente ***********************************************************************************/

/****************************************************************************************************************
* Custom-Elemente
****************************************************************************************************************/
.box {
	margin: 0px;
	padding: 0px;
	clear: both;
}

.box h1 {
	padding: 2px 3px 2px 6px;
	margin: 0px;
}

.box p {
	margin: 5px;
	padding: 0px 0px 5px 0px;
}

.box div {
	padding: 5px;
}

.box .image {
}

.box .image h1 {
}

.box a,
.box a:link,
.box a:hover,
.box a:visited,
.box a:active {
}

.box ul {
}

.box ul li {
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active {
}

.box ul li a:hover {
	text-decoration: underline;
}

.box ul li img {
	vertical-align: middle;
	text-align: center;
}

.box ul.assetlink,
.box ul.assetdownload {
	clear:both;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 2px;
	line-height: 130%;
	margin-left: 2px;
	padding: 0px;
}

.box ul.assetlink li,
.box ul.assetdownload li {
}

.box ul.assetlink li a,
.box ul.assetlink li a:link,
.box ul.assetlink li a:visited,
.box ul.assetlink li a:hover,
.box ul.assetlink li a:active,
.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
	padding: 0px 2px 2px 16px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url('../../assets/common/link_intern.gif');
	display: block;
}

.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
	padding-left: 18px;
}

/* Suchfeld rechte Spalte*/
.box form {
	padding: 5px;
}

.box input {
	background: #FFF;
	border: 1px solid #c0c9d2;
	padding: 2px;
	width: 70px;
}

.box button {
	background: none;
	border: none;
	width:70px;
}

.box button img {
	vertical-align: middle;
}
/* Ende Suchefeld rechte Spalte */

/* Infopool Suche (rechte Spalte) */
.box form.infopool {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.box form.infopool input {
	width: 100px;
	margin: 5px 5px 5px 5px;
	padding: 1px;
/*	font-size: 0.95em; */
}

.box form.infopool input.check {
	border: none;
	background: none;
	margin: 3px 1px 1px 5px;
}

.box form.infopool .start,
.box form.infopool .end{
	padding: 0px 0px 0px 5px;
	margin: 0px 5px 0px 0px;
	width: 60px;
	float: left;
}

.box form.infopool .end{
	margin: 0px;
	padding: 0px;
}

.box form.infopool .start input.date,
.box form.infopool .end input.date {
	width: 60px;
	margin: 0px;
}

.box form.infopool .add{
	padding: 0px;
	margin: 5px 5px 0px 5px;
}

.box form.infopool .add a,
.box form.infopool .add a:link,
.box form.infopool .add a:hover,
.box form.infopool .add a:visited,
.box form.infopool .add a:active {
	margin: 0px 5px 0px 0px;
	text-decoration: underline;
}

.box form.infopool .error {
	color: #FE0000;
	padding: 5px;
}

.box form.infopool .infopool_search {
/*	font-size: 0.9em; */
}

.box form.info_az
{
	padding-top: 0px;
	margin-top: 0px;
}

.box form.info_az input[type=text]
{
	margin-bottom: 5px;
}

.box form.info_az.button
{
	margin-bottom: 5px;
}

/******************************************************************************
anpassung fuer custom
******************************************************************************/

#custom .quickfinder select{
  width: 145px;
}

/****************************************************************************************************************
* Custom-Bereich (rechte Seite)
****************************************************************************************************************/
#custom {
	float: right;
	width: 175px;
	margin: 0px 20px 0px 0px;
	display: inline;
}

#custom .box {
	font-size: 10px;
	background: #c0d3eb;
}

#custom .box h1
{
	background: #9ac1e6;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#custom .box p {
	padding: 0px 10px 10px 10px;
}

/*
#custom .tag,
#custom .monat,
#custom .jahr {
	width: 15px;
}
#custom .jahr {
	width: 30px;
}
*/

#custom input.button {
 border: 1px solid #fff;
 color: #fff;
 background: #52849D;
 cursor: pointer;
 width: 62px;
 padding: 1px 5px 1px 5px;
 font-size: 10px;
 margin: 5px 0px 5px 0px;
}

#custom span
{
	margin-left: 15px;
}

/*******************************************************************************
// das ganze mal noch fuer custom
*******************************************************************************/

#custom .seitensuche,
#custom .infosuche
{
	margin: 0px 0px 20px 0px;
	padding: 10px;
	background: #dbe8f5;
}

#custom .seitensuche h1
{

}

#custom .seitensuche input,
#custom .infosuche input
{
	font-size: 11px;
  width: 145px;
	padding: 2px 0px 2px 0px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #c0c9d2;
}

#custom .seitensuche input.submit,
#custom .infosuche input.submit
{
	padding: 0px 0px 0px 0px;
  width: 100px;
}

/******************************************************************************/

#content_mitte .infosuche {

}


/******************************************************************************
// boxen ehem linke customspalte
******************************************************************************/

#custom_left div.box,
.uk_search
{
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

.uk_search {
	margin: 0px 0px 0px 0px;
	padding: 81px 0px 0px 0px;
	background: url('../../assets/common/fuss.jpg') no-repeat #c0d3eb;
	height: 240px;
}

#custom_left div.box h1,
.uk_search h1 {
	background: #9ac1e6;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	margin: -1px 0px 0px 0px;
}

#custom_left div.box p {
	padding: 0px 10px 10px 10px;
	margin: 0px;
}



/*******************************************************************************
WETTER
*******************************************************************************/

#custom .wetter {
	margin: 0px 0px 10px 0px;
	padding: 68px 0px 0px 0px;
	background: url('../../assets/common/wetter_vb.jpg') no-repeat #ccdd83;
}

#custom .wetter h1{
	background: #96b900;
}

#custom .wetter .unter1 {
	width: 150px;
	margin: 0px 0px 0px 10px;
		float: none;
}

#custom .wetter .unter2 {
	width: 150px;
	margin: 0px 0px 0px 10px;
	float: none;
}

#custom .wetter .unter2 input {
	width: 50px;
}

#custom .wetter .unter2 select {
	border: 1px solid #c0c9d2;
	width: 90px;
	margin: 0px 5px 0px 0px;
}

#custom .wetter .unter3 {
	width: 150px;
	margin: 0px 0px 0px 10px;
	float: none;
}

#custom .wetter .unter3 a:link,
#custom .wetter .unter3 a:visited,
#custom .wetter .unter3 a:hover,
#custom .wetter .unter3 a:active
{
	font-size: 9px;
	line-height: 120%;
}
/****************************************************************************************************************
* Suchelemente auf der linken Seite
****************************************************************************************************************/

/*
.left_search{
}
*/

.uk_search
{
	margin-bottom: 10px;
}

.uk_search input
{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #74A4A4;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #c0c9d2;
	padding: 1px;
	width: 110px;
}

/*
.uk_search_h1
{
	color: #74A4A4;
	font-size: 0.9em;
	height: 15px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: white;
	border-top: 1px solid #74A4A4;
	border-bottom: 1px solid #74A4A4;
	border-left: 4px solid #FF8000;
	border-right: none;
}
*/

.uk_search_form
{
	margin-top: 6px;
	padding-left: 10px;
}

.uk_search_form input {
	margin: 1px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #c0c9d2;
	color: #4a84bb;
}

.uk_search_form select {
	border: 1px solid #c0c9d2;
	margin: 1px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #4a84bb;
}


.uk_search_form .ort {

}

.uk_search_form .ort select {
	width: 121px;
}


.wrapper_input {
}

.wrapper_anreise {
  padding: 0px;
  margin: 0px 0px 5px 0px;
	width: 110px;
	float: left;
	display: inline;
}

.wrapper_anreise input.tag,
.wrapper_anreise input.monat,
.wrapper_anreise input.jahr {
	width: 15px;
	margin: 0px 5px 0px 0px;
}

.wrapper_anreise input.jahr {
	width: 30px;
	margin: 0px;
}

.uk_search_form .calendar {
  float: left;
  width: 15px;
}

.uk_search_form input.anz_tage,
.uk_search_form input.anz_zimmer {
	width: 20px;
}

.uk_search_form select.art_unterkunft {
	width: 121px;
}

.uk_search_form input.button
{
 border: 1px solid #c0c9d2;
 color: #fff;
 background: #52849D;
 cursor: pointer;
 width: 62px;
 padding: 1px 5px 1px 5px;
}

/*******************************************************************************/

#lfs_home
{
	background-color: #e8ebee;
	width: 178px;
	float: left;
	text-align: left;
	position: relative;
}


/****************************************************************************************************************
* Suchelemente Unterkunft
****************************************************************************************************************/

/*
.left_search{
}
*/

/*

.uk_search input
{
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #74A4A4;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #c0c9d2;
	padding: 1px;
	width: 100px;
}

.uk_search_form
{
	margin-top: 6px;
	padding-left: 10px;
}

.uk_search_form input {
	margin: 1px 0px 5px 0px;
	padding: 2px 5px 2px 5px;
	 border: 1px solid #52849D;
	 color: #52849D;
}

.wrapper_input {

}

.wrapper_anreise {
	width: 150px;
	float: left;
}

.uk_search_form input.tag,
.uk_search_form input.monat,
.uk_search_form input.jahr {
	width: 20px;
	margin-right: 5px;
}

.uk_search_form input.jahr {
	width: 40px;
}

.uk_search_form .calendar {
	position: relative;
	top: 10px;
}

.uk_search_form input.anz_tage,
.uk_search_form input.anz_zimmer {
	width: 50px;
}

.uk_search_form select.art_unterkunft {
	border: 1px solid #52849D;
	margin: 1px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 121px;
	 color: #52849D;
}

.uk_search_form input.button
{
 border: 1px solid #fff;
 color: #fff;
 background: #52849D;
 cursor: pointer;
 width: 62px;
 padding: 1px 5px 1px 5px;
}

*/

/***** Ende Custom-Bereich (rechte Seite) **********************************************************************/

/****************************************************************************************************************
* Bottom-Bereich
/***************************************************************************************************************/
.bottom {
	width: 1002px;
	margin: 5px auto 0px auto;
  color: #999;
}

.bottom .footer_links a:link,
.bottom .footer_links a:visited,
.bottom .footer_links a:hover,
.bottom .footer_links a:active
{
  color: #999;
}

.bottom .footer_links a:hover {
  text-decoration: underline;
}

.bottom .footer_links{
  color: #999;
  float: left;
  width: 720px;
}

.bottom .footer_copyright {
  color: #999;
  float: left;
  width: 200px;
}

.bottom .links_rechts {
  float: left;
  width: 80px;
	text-align: right;
}

/***** Ende Bottom-Bereich *************************************************************************************/

/****************************************************************************************************************
* Content-Elemente
/***************************************************************************************************************/
/***** Mitlaufnavigation (Breadcrumb) *****/
#breadcrumb {
}
/* Ende Mitlaufnavigation (Breadcrumb) */

/***** Seitentitel Ueberschrift *****/
#pageheadline {
}
/* Ende Seitentitel Ueberschrift */

/***** Standard-Text *****/
.plaintext {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.plaintext table,
.plaintext td,
.plaintext tr {
  border: none;
}

.plaintext a,
.plaintext a:link,
.plaintext a:visited,
.plaintext a:hover,
.plaintext a:active {
	text-decoration: underline;
}
/* Ende Standard-Text */

/***** Eingerueck Standard-Text *****/
.indenttext {
	margin: 0px 0px 10px 184px;
}

.indenttext a,
.indenttext a:link,
.indenttext a:visited,
.indenttext a:hover,
.indenttext a:active {
	text-decoration: underline;
}
/* Ende Standard-Text */

/* Schmaler Standard-Text */

.standard_schmal {
  width: 420px;
}

/* Ende schmaler Standard-Text */

/***** Link *****/
.link,
.link_indent {
	margin: 0px 0px 10px 0px;
}

.link h1,
.link_indent h1 {
}

.link_indent .link_content{
	margin: 0px 0px 0px 184px;
}

.link img ,
.link_indent img {
	vertical-align: middle;
}

.link div,
.link_indent div{
	margin: 0px 5px 5px 0px;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover,
.link a:active,
.link_indent a,
.link_indent a:link,
.link_indent a:visited,
.link_indent a:hover,
.link_indent a:active {
	text-decoration: underline;
	padding: 0px 0px 2px 16px;

	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url('../../assets/common/link_intern.gif');
	display: block;
}
/* Ende Link */

/***** Download *****/
.download {
	margin: 0px 0px 10px 0px;
}

.download h1 {
}

.download img {
 vertical-align: middle;
}

.download div {
	margin: 0px 5px 5px 0px;
}

.download .download_image
{
  float: left;
  width: 140px;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover,
.download a:active {
	text-decoration: underline;
	display: block;
float: left;
width: 350px;
}

.download .download_image a,
.download .download_image a:link,
.download .download_image a:visited,
.download .download_image a:hover,
.download .download_image a:active
{
width: 140px;
}

.download .icon {
	margin: 0px 5px 0px 0px;
}

.download span {
}
/* Ende Download */

/***** Image *****/
.image {
	margin: 0px 0px 10px 0px;
}

.image h1 {
}

.image div {
	margin: 5px 0px 0px 0px;
	font-style: italic;
}
/* Ende Image */

/***** Text & Bild *****/
/* Allmeine Einstellung aussen */
.image_float {
	margin: 10px 0px 10px 0px;
}

#content3 .image_float,
#content3 .link,
#content3 .download
{
	margin: 0px 10px 20px 0px;
	background: #dbe8f5;
	float: left;
	padding: 10px;
	display: inline;
	width: 400px;
}


.image_float h1 {
}

.image_float a,
.image_float a:link,
.image_float a:visited,
.image_float a:hover,
.image_float a:active {
	text-decoration: underline;
}

/* Bild links im Text */
.image_float_left {
	/* Bilderrahmen */
  float: left;
	margin: 0px 10px 0px 0px;
}

.image_float_left a,
.image_float_left a:link,
.image_float_left a:visited,
.image_float_left a:hover,
.image_float_left a:active {
	padding: 0px 0px 0px 14px;
	background: url('../../assets/common/link_extern.gif') no-repeat;
}

.image_float_left_image {
	float: left;
	width: 190px;
}

/*verlinke bilder bitte ohne padding*/
.image_float_left a:link.link_image ,
.image_float_left a:visited.link_image ,
.image_float_left a:hover.link_image ,
.image_float_left a:active.link_image  {
	padding: 0px;
}

.image_float_left div {
	/* Bildunterschrift */
}

.image_float_left hr {
	margin: 2px 0px 1px 0px;
}

.image_float_left_text {
	/* style-anspassung */
	width: 320px;
	float: left;
	padding: 0px 0px 10px 0px;
}
/* Ende Bild links im Text */

/* Bild rechts im Text */
.image_float_right {
	/* Bilderrahmen */
	margin: 0px 0px 0px 0px;
}

.image_float_right_image {
	float: right;
	width: 180px;
}

.image_float_right a,
.image_float_right a:link,
.image_float_right a:visited,
.image_float_right a:hover,
.image_float_right a:active {
	float: right;
	padding: 0px 0px 0px 14px;
	background: url('../../assets/common/link_extern.gif') no-repeat;
}

.image_float_right a:link.link_image,
.image_float_right a:visited.link_image ,
.image_float_right a:hover.link_image ,
.image_float_right a:active.link_image  {
	padding: 0px;
}


.image_float_right div {
	/* Bildunterschrift */
}

.image_float_right hr {
	margin: 2px 0px 1px 0px;
}

.image_float_right_text {
	/* style-anspassung */
	float: left;
	width: 320px;
	padding: 0px 5px 0px 0px;
}
/* Ende Bild rechts im Text */

/* Ende Text & Bild */

/******* LINK **********/

.link {

}

.link a:link,
.link a:visited,
.link a:hover,
.link a:active
{

}

.link a:link.link_image,
.link a:visited.link_image,
.link a:hover.link_image,
.link a:active.link_image
{
 padding: 0px;
 background: none;
}

.link .standard_image {
  float: left;
  width: auto;
  display: inline;

}

.link .standard_text {
  display: inline;
}


/***** Galerie *****/
.gallery {
	margin: 0px 30px 10px 0px;
}

.gallery h1 {
}

.gallery div {
	width: 320px;
	float: left;
}

.gallery .image {
	width: 160px;
	padding: 0px;
 	margin: 0px;
}

.gallery .headline {
	font-size: 14px;
	color: #6c97c6;
}

.gallery .nofloat{
	float: none;
}
/* Ende Galerie */

.galerie_content {

}

.galerie_link {
	margin: 5px 0px 0px 0px;
}

.galerie_content a:link,
.galerie_content a:visited,
.galerie_content a:hover,
.galerie_content a:active
{
	text-decoration: underline;
	padding: 0px 0px 0px 14px;
	background: url('../../assets/common/link_extern.gif') no-repeat;
}

.galerie_content a:link.nur_link,
.galerie_content a:visited.nur_link,
.galerie_content a:hover.nur_link,
.galerie_content a:active.nur_link {
	background: none;
}






/***** Uebersicht *****/
.overview {
	margin: 0px 5px 15px 0px;
	float: left;
	width: 170px;
	border: none;
}

.overview h1 {
	/*background: #B20004;*/
	background-color: #6d94cb;
	border: none;
	padding: 5px 3px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.overview h1 a,
.overview h1 a:link,
.overview h1 a:visited,
.overview h1 a:hover,
.overview h1 a:active {
	color: #FFF;
}

.overview img {
  height: 120px;
  width: 170px;
}

/***** Spezielle Elemente fuer den Content-Bereich bitte in project.css *****/


/******************************************************************/
/******* INFOs von a-Z ********************************************/
/******************************************************************/

div.az_letter {
	float: left;
  padding: 0px 4px 0px 4px;
  margin: 0px 0px 0px 0px;
	color: #c0c9d2;
}

div.az_letter_long {
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
}


div.az_letter a:link,
div.az_letter a:visited,
div.az_letter a:hover,
div.az_letter a:visited {
 text-decoration: underline;
}

div.az_letter a.inactive:link,
div.az_letter a.inactive:visited,
div.az_letter a.inactive:hover,
div.az_letter a.inactive:active{
}

div.az_letter a.active:link,
div.az_letter a.active:visited,
div.az_letter a.active:hover,
div.az_letter a.active:active{
	color: #00407A;
}

.az_search {
/*	border: 1px solid #B6C6D1;*/
	padding: 10px 5px 10px 5px;
	background: #c0d3eb;
}

.az_search input{
  border: 1px solid #c0c9d2;
	padding: 2px 5px 2px 5px;
	margin: 0px 10px 0px 0px;
}

.az_search input.submit{
  width: 150px;
}



.az_result {
	width: 490px;
	margin: 0px;
}

.az_result h1 {
	margin: 10px 0px 5px 0px;
}

/******************      Box2     ********************************************/
.box2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 90%;
	background-color: #d5e6e8;
}
.box2 form {
	display:none;
}

.box2 h1 {
	color: #FFF;
/*	font-size:1.1em; */
	font-weight: normal;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url('../../assets/common/h1_box2.gif');
	padding: 1px 0px 1px 6px;
	margin: 0px 0px 7px 0px;
	border: 1px solid #c0c9d2;
	border-right:none;
	background-color: #265f6a;
	padding: 2px 3px 2px 6px;
	margin: 0px;
}

.box2 p {
	margin: 5px;
	padding: 0px 0px 5px 0px;
}

.box2 div {
	padding: 5px;
}

.box2 .image {
}

.box2 .image h1 {
}

.box2 a,
.box2 a:link,
.box2 a:hover,
.box2 a:visited,
.box2 a:active {
}

.box2 ul {
}

.box2 ul li {
}

.box2 ul li a,
.box2 ul li a:link,
.box2 ul li a:visited,
.box2 ul li a:hover,
.box2 ul li a:active {
}

.box2 ul li a:hover {
	text-decoration: underline;
}

.box2 ul li img {
	vertical-align: middle;
	text-align: center;
}

.box2 ul.assetlink,
.box2 ul.assetdownload {
	clear:both;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 2px;
	line-height: 140%;
	margin-left: 2px;
	padding: 0px;
	border-bottom: 1px solid #FFF;
}

.box2 ul.assetlink li,
.box2 ul.assetdownload li {
}

.box2 ul.assetlink li a,
.box2 ul.assetlink li a:link,
.box2 ul.assetlink li a:visited,
.box2 ul.assetlink li a:hover,
.box2 ul.assetlink li a:active,
.box2 ul.assetdownload li a,
.box2 ul.assetdownload li a:link,
.box2 ul.assetdownload li a:visited,
.box2 ul.assetdownload li a:hover,
.box2 ul.assetdownload li a:active {
	padding: 0px 0px 2px 20px;
	background-repeat: no-repeat;
	background-position: 0px -1px;
	/*background-image: url('../../assets/common/pfeil.gif');*/
	display: block;
}

.box2 ul.assetdownload li a,
.box2 ul.assetdownload li a:link,
.box2 ul.assetdownload li a:visited,
.box2 ul.assetdownload li a:hover,
.box2 ul.assetdownload li a:active {
	padding-left: 18px;
}


/* Suchfeld rechte Spalte*/
.box2 form {
	padding: 5px;
}

.box2 input {
	background: #FFF;
	border: 1px solid #c0c9d2;
	padding: 2px;
	width: 70px;
}

.box2 button {
	background: none;
	border: none;
	width:70px;
}

.box2 button img {
	vertical-align: middle;
}
/***********   Ende Box2   ****************************************************/

/***** Spezielle Elemente fuer den Custom-Bereich bitte in project.css *****/

/***** Ende Custom-Elemente ************************************************************************************/

/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
.form_contact {
}

.form_contact .error {
	margin: 10px 0px;
	color: #FE0000;
	font-weight: bold;
}

.form_contact .service {
	margin: 5px 0px;
}

.form_contact .service input {
	border: none;
	width: 13px;
	margin: 3px 3px 0px 107px;
}

.form_contact label {
	margin: 0px 5px 0px 0px;
	width: 100px;
	float: left;
}

.form_contact label.red {
	color: #FE0000;
}

.form_contact input,
.form_contact textarea {
	border: 1px solid #c0c9d2;
	padding: 2px;
	margin: 2px 0px;
	width: 270px;
}

.form_contact input.plz {
	width: 40px;
	margin: 2px 2px 2px 0px;
}

.form_contact input.ort {
	width: 218px;
}

.form_contact .pflicht {
	margin: 0px 5px 5px 107px;
/*	font-size: 0.85em; */
}

.form_contact .submitbutton {
	margin: 5px 5px 0px 107px;
}
/***** Ende Kontaktformular ************************************************************************************/

/****************************************************************************************************************
* suchergebnisse.phtml
****************************************************************************************************************/
/* Formular */
.form_search {
}

.form_search fieldset {
	background: #dbe8f5;
	padding: 5px 10px;
	border: 1px solid #c0c9d2;
	height: 50px;
}

.form_search input {
	border: 1px solid #c0c9d2;
	padding: 2px;
	width: 250px;
}

.form_search input.submit {
	margin: 0px 0px 0px 0px;
	width: 100px;
}

/* Ergebnisse */
.search_erg {
	border: 1px solid #c0c9d2;
	background: #dbe8f5;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}

.search_erg h1 {
	margin: 0px;
	background: #dbe8f5;
}

.search_erg div {
	margin: 0px;
}

.search_erg a,
.search_erg a:link,
.search_erg a:hover,
.search_erg a:visited,
.search_erg a:active {
	padding: 0px 0px 2px 16px;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	background-image: url('../../assets/common/link_intern.gif');
	text-decoration: underline;
}
/***** Ende Suchergebnisse *************************************************************************************/

/****************************************************************************************************************
* infopool.phtml
****************************************************************************************************************/
.infopool {
	padding: 0px;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #dbe8f5;
	background: #dbe8f5;
}

.infopool .h1 {
	/*font-size: 1.5em;*/
	font-weight: normal;
	font-size: 13px;
	color: #4a84bb;
	padding: 10px 10px 1px 10px;
	margin: 0px 0px 0px 0px;

}

.infopool .h1 a:link,
.infopool .h1 a:visited,
.infopool .h1 a:hover,
.infopool .h1 a:active
{
	color: #4a84bb;
	display: block;
}

.infopool .h1 .left {
	float: left;
	width: 70%;
}

.infopool .h1 .right {
	float: right;
	width: 20%;
	text-align: right;
	padding: 0px 0px;
}

.infopool .teaser_all{
	/* mit Bild und Dates */
	float: left;
	width: 368px;
	padding: 3px;
	margin: 0px;
	background: #F1F4E5;
}

.infopool .teaser_image{
	/* mit Bild, ohne Dates */
	float: left;
	width: 350px;
	padding: 5px 10px 5px 10px;
	margin: 10px 0px 0px 0px;
}

.infopool .teaser_image .link_detail {
	/* link in teaser (mit Bild, ohne Dates) */
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	background: url('../../assets/common/pfeil_teaser.gif') no-repeat 0px 2px;
}

.infopool .teaser_dates{
	/* ohne Bild, mit Dates */
	float: left;
	width: 80px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 10px;
}

.infopool .teaser{
	/* ohne Bild und Dates */
	padding: 5px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}

.infopool .teaser h2{
  padding: 0px;
  margin: 0px;
}

.infopool .teaser_all a,
.infopool .teaser_all a:link,
.infopool .teaser_all a:visited,
.infopool .teaser_all a:hover,
.infopool .teaser_all a:active,
.infopool .teaser_image a,
.infopool .teaser_image a:link,
.infopool .teaser_image a:visited,
.infopool .teaser_image a:hover,
.infopool .teaser_image a:active,
.infopool .teaser_dates a,
.infopool .teaser_dates a:link,
.infopool .teaser_dates a:visited,
.infopool .teaser_dates a:hover,
.infopool .teaser_dates a:active,
.infopool .teaser a,
.infopool .teaser a:link,
.infopool .teaser a:visited,
.infopool .teaser a:hover,
.infopool .teaser a:active {
	text-decoration: underline;
}

.infopool .image{
	width: 180px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.infopool .image img{
	margin: 0px;
	padding: 0px;

}

.infopool .image a:link,
.infopool .image a:visited,
.infopool .image a:hover,
.infopool .image a:active
{
	margin: 0px;
	padding: 0px;

}

.infopool .dates{
	float: left;
	width: 160px;
	padding: 3px;
}

.infopool a:link.link_detail,
.infopool a:visited.link_detail,
.infopool a:hover.link_detail,
.infopool a:active.link_detail {
  padding: 0px 0px 0px 14px;
  background: url('../../assets/common/pfeil_teaser.gif') no-repeat 0px 4px;
}

.infopool_detail {
/*	border: 1px solid #c0c9d2;*/
	background: #dbe8f5;
	margin-bottom: 15px;
	padding: 10px;
	clear: both;
}

.infopool_detail h1 {
	font-weight: normal;
	font-size: 15px;
	color: #4a84bb;
	padding: 1px 1px 1px 1px;
	margin: 10px 0px 10px 0px;
}


.infopool_detail .teaser{
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.infopool_detail .teaser h2 {
}


.infopool_detail .dates {
	margin-top: 15px;
}

.infopool_detail h2{
  color: #4a84bb;
  font-size: 14px;
  font-weight: normal;
 padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.date {
  padding: 10px;
/*  border: 1px solid #c0c9d2;*/
  margin: 0px 0px 5px 0px;
  background: #EDF3FA;
}

.infopool_detail .dates .date .block_links {
  font-weight: bold;
  width: 130px;
  float: left;
}

.infopool_detail .dates .date .block_rechts {
  width: 350px;
  float: left;
}

.infopool_detail .image{
	float: left;
	margin: 0px;
	padding: 0px;
}


.infopool_overview_left,
.infopool_overview_right {
	float: left;
	width: 21px;
}

.infopool_overview_right {
	width: 570px;
	padding: 0px;
	margin: 0px;
}

.infopool_overview {
	float:left;
	width: 179px;
	margin: 0px 15px 10px 0px;
}

.infopool_overview .desc {
	font-size: 10px;
	padding: 5px;
	padding-left: 17px;
	background: url('../../assets/common/pfeil_teaser.gif') no-repeat #dbe8f5 4px 9px;
}


.infopool_overview h1 {
	background: #6d94cb;
	border: none;
	padding: 8px 3px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	}

.infopool_overview h1 a,
.infopool_overview h1 a:link,
.infopool_overview h1 a:visited,
.infopool_overview h1 a:hover,
.infopool_overview h1 a:active {
	color: #FFF;
	font-size: 11px;
}

/* Suche Infopool */
/* siehe .box */


/********************************************************
		Ausflugsvorschlaege
********************************************************/

.infopool_ausflug {
	width: 445px;

}

/********************************************************
            seitenlinkbox
********************************************************/

.info_linkbox {
	width: 120px;

	font-size: 10px;
	float: right;
}

.info_linkbox h1 {
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	color: #fff;
	background: #52849D;
}
.info_linkbox a:link,
.info_linkbox a:visited,
.info_linkbox a:hover,
.info_linkbox a:active {
	background: url('../../assets/common/bg_top_right_info.gif') no-repeat 0px 2px;
	padding: 0px 0px 0px 10px;
	text-decoration: underline;
}

.info_linkbox a:hover {
	text-decoration: none;
}

/********************************************************
infopool-uebersicht im tpl, auf seite oben rechts
********************************************************/

.top_right_info {

}

.top_right_info .headtext {
	font-size: 22px;
	font-family: Garamond, "Times New Roman", serif;
	margin: 0px 10px 5px 10px;
	color: #fff;
}

.top_right_info .infopool {
	margin: 0px 0px 10px 10px;
	border-bottom: 5px solid #52849D;
	padding: 5px 5px 0px 15px;
	font-size: 10px
}

.top_right_info .infopool .h1 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

.top_right_info .infopool .h1 a:link,
.top_right_info .infopool .h1 a:visited,
.top_right_info .infopool .h1 a:hover,
.top_right_info .infopool .h1 a:active
{
	background: none;
}

.top_right_info .infopool .nofloat{
	position: absolute;
}
/********************************************************

********************************************************/

/* zusatz Style Infopools*/
.infopool_standard
{
/*
  background: #ffd000;
  border: 1px solid geen;
  */
}

.infopool_standard .nofloat
{
/*
  border: 1px solid red;
  background: green;
  margin: 0px;
  */
}

.infopool_standard .h1,
.infopool_standard h1{
/*	background-image: url('../../assets/common/h1_bg.gif') !important;*/
	line-height: 100%;
}

.infopool_1 .h1,
.infopool_1 h1{
	/*background-image: url('../../assets/common/h1_info1.gif') !important;*/
}
/*
.infopool_2 .h1,
.infopool_2 h1{
	background-image: url('../../assets/common/h1_info2.gif') !important;
}

.infopool_3 .h1,
.infopool_3 h1{
	background-image: url('../../assets/common/h1_info3.gif') !important;
}

.infopool_4 .h1,
.infopool_4 h1{
	background-image: url('../../assets/common/h1_info4.gif') !important;
}

.infopool_5 .h1,
.infopool_5 h1{
	background-image: url('../../assets/common/h1_info5.gif') !important;
}

.infopool_6 .h1,
.infopool_6 h1{
	background-image: url('../../assets/common/h1_info6.gif') !important;
}

.infopool_7 .h1,
.infopool_7 h1{
	background-image: url('../../assets/common/h1_info7.gif') !important;
}

.infopool_8 .h1,
.infopool_8 h1{
	background-image: url('../../assets/common/h1_info8.gif') !important;
}

.infopool_9 .h1,
.infopool_9 h1{
	background-image: url('../../assets/common/h1_info9.gif') !important;
}

.infopool_10 .h1,
.infopool_10 h1{
	background-image: url('../../assets/common/h1_info10.gif') !important;
}

.infopool_11 .h1,
.infopool_11 h1{
	background-image: url('../../assets/common/h1_info11.gif') !important;
}

.infopool_12 .h1,
.infopool_12 h1{
	background-image: url('../../assets/common/h1_info12.gif') !important;
}

.infopool_13 .h1,
.infopool_13 h1{
	background-image: url('../../assets/common/h1_info13.gif') !important;
}

.infopool_14 .h1,
.infopool_14 h1{
	background-image: url('../../assets/common/h1_info14.gif') !important;
}

.infopool_15 .h1,
.infopool_15 h1{
	background-image: url('../../assets/common/h1_info15.gif') !important;
}

.infopool_16 .h1,
.infopool_16 h1{
	background-image: url('../../assets/common/h1_info16.gif') !important;
}

.infopool_17 .h1,
.infopool_17 h1{
	background-image: url('../../assets/common/h1_info17.gif') !important;
}

.infopool_18 .h1,
.infopool_18 h1{
	background-image: url('../../assets/common/h1_info18.gif') !important;
}

.infopool_19 .h1,
.infopool_19 h1{
	background-image: url('../../assets/common/h1_info19.gif') !important;
}

.infopool_20 .h1,
.infopool_20 h1{
	background-image: url('../../assets/common/h1_info20.gif') !important;
}

.infopool_21 .h1,
.infopool_21 h1{
	background-image: url('../../assets/common/h1_info21.gif') !important;
}

.infopool_22 .h1,
.infopool_22 h1{
	background-image: url('../../assets/common/h1_info22.gif') !important;
}

.infopool_23 .h1,
.infopool_23 h1{
	background-image: url('../../assets/common/h1_info23.gif') !important;
}
*/

/***** Ende Infopool *******************************************************************************************/

/****************************************************************************************************************
* fotogalerie.phtml
****************************************************************************************************************/
.showgallery {
}

.showgallery h1 {
	text-align: center;
}

.showgallery_thumb {
	width: 276px;
	height: 500px;
	float: left;
	border-right: 1px solid #c0c9d2;
}

.showgallery_thumb div {
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.showgallery_thumb .showgallery_center {
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb .showgallery_left {
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb .showgallery_right {
	padding-top: 10px;
	height: 40px;
	text-align: right;
}

.showgallery_image {
	width: 435px;
	margin: 0px;
	padding: 15px 0px 15px 15px;
	float: left;
}

.showgallery_image div {
 	padding: 3px;
}
/***** Ende Galerie-Ausgabe ************************************************************************************/

/****************************************************************************************************************
* sitemap.phtml
****************************************************************************************************************/
.sitemap td {


}
.sitemap h1
{
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	width: 220px;
	color: white;
}


.sitemap td.separator {
	background: none;
	/*background-color: #c0c9d2;
	background-image: url('../../assets/common/sitemap_bg.gif');
	background-repeat: repeat-x;
	background-position: left bottom;*/
	padding: 5px;
	padding-top: 0px;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1,
a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4 {
 line-height: 130%;
	/*background-image: url('../../assets/common/pfeil_teaser.gif');
	background-repeat: no-repeat;
	background-position: left top; */

}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4 {
	background-repeat: no-repeat;
}
/***** Ende Sitemap ********************************************************************************************/


/****************************************************************************************************************
* Printausgabe
****************************************************************************************************************/


div.tpl_print{
	/*font-size: 0.7em;*/
	margin-bottom: 25px;
	width: 621px;
	height: 93px;
	float: left;
	padding: 5px 15px 0px 15px;
	background-repeat: repeat-x;
	background-position: left top;
	/*border-bottom: 1px solid #c0c9d2;
	border-right: 1px solid #c0c9d2;*/
	background-color: #e8ebee;
	font-size: 90%;
}
html.tpl_print {
	background-color: #fff;
}
.tpl_print .titel{
	font-size: 105%;
	font-weight:bold;
	position: absolute;
	top: 5px;
	left: 15px;
}
.tpl_print .top_left{
	float: left;

}

.tpl_print .top_left a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_print .top_left img{
	position: relative;
	top: -5px;
}

.tpl_print .top_right a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_print .top_right img{
	position: relative;
	top: -5px;
}

.tpl_print .top_right{
	float: right;
}

#lfs_home_right
{
	width: 411px;
	padding: 30px 15px 15px 15px;
	float: right;
	background-color: #CBECF3;
	background-image: url('../../assets/common/content_bg.gif');
	background-repeat: repeat-x;
}


/***** Ende Print-Template ********************************************************************************************/

/****************************************************************************************************************
* Mailausgabe
****************************************************************************************************************/


div.tpl_mail{
	/*font-size: 0.7em;*/
	margin-bottom: 25px;
	width: 460px;
	height: 93px;
	float: left;
	padding: 5px 15px 0px 15px;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #c0c9d2;
	border-right: 1px solid #c0c9d2;
	background-color: #e8ebee;
	font-size: 90%;
}
html.tpl_mail {
	background-color: #fff;
}
.tpl_print .titel{
	font-size: 105%;
	font-weight:bold;
	position: absolute;
	top: 5px;
	left: 15px;
}
.tpl_mail .top_left{
	float: left;

}

.tpl_mail .top_left a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_mail .top_left img{
	position: relative;
	top: -5px;
}

.tpl_mail .top_right a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_mail .top_right img{
	position: relative;
	top: -5px;
}

.tpl_mail .top_right{
	float: right;
}

.textb
{
  font-weight: bold;
}

.ueber
{
  font-weight: bold;
  font-size: 14px;
}

/***** Ende Mail-Template ********************************************************************************************/

/****************************************************************************************************************
* CSS-Klassen fuer die Barriere-Freiheit
****************************************************************************************************************/
.unsichtbar {
	position: absolute;
	left: -20000px;
	/*Schiebt die "unsichtbaren" Hilfen aus dem Viewport,
	dadurch lassen sich uebereifrige Screenreader,
	die ausgerechnet "display: none" akustisch auswerten,
	taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}
/***** Ende CSS-Klassen fuer die Barriere-Freiheit *************************************************************/

/****************************************************************************************************************
* Editor - wird doch nicht mehr benoetigt?
****************************************************************************************************************/
/*	Die floatleft/-right Definitionen werden im WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!! *
/* Bildausrichtung per Button *
#floatimageleft {
	font-size: 0.7em;
	float: left;
	margin: 0px 5px 10px 0px;
}

#floatimageleft img {
	border: none;
}

#floatimageright {
	font-size: 0.7em;
	text-align: right;
	float: right;
	margin: 0px 0px 10px 5px;
}

#floatimageright img {
	border: none;
}

.red {
	color: #FF0000;
}



/* muessen im editor.css einkommentiert werden und am Ende stehen
table, tr, td, div {
 border: thin dashed #000000;
 boder-collapse: collapse;
 background: #FFFFCC;
}
*/

/***** Ende Editor ******************************************************************************************/

/* Kalender Definition rausgenommen, da Kalender nicht implementiert */
/* Kalender /
.box table {
	width: 140px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.75em;
}

.box table td {
	padding: 3px;
	color: #000;
	background-color: #EEE;
}

.box table td a {
	background-color: #095AA6;
	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.month {
	color: #000;
	background-color: #CCC;
	font-size: 1em;
}

.box table td.month a {
	color: #000;
	background-color: #CCC;
	display: inline;
}

.box table td a {
 	background-color: #666;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #EEE;
}

.box table td.today a {
  text-decoration: none;
  background-color: #666;
 	color: #FFF;
}
/* Ende Kalender */
/***** Ende style.css ******************************************************************************************/

/******************************************************************************
// teaserboxn (einfach, mittel & breit)
******************************************************************************/
.teaserbox,
.teaserbox_mittel,
.teaserbox_breit {
	background: #dbe8f5;
	float: left;
	margin: 0px 10px 10px 0px;
	display: inline;
	position: relative;
	/*mod*/
	height: 170px;
}

.teaserbox {
	width: 170px;
}

.teaserbox_mittel {
	width: 245px;
}

.teaserbox_breit {
	width: 420px;
}

.teaserbox h1,
.teaserbox_mittel h1,
.teaserbox_breit h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;

}


.teaserbox .image,
.teaserbox_mittel .image,
.teaserbox_breit .image {
  margin: 0px;
}


.teaserbox .text,
.teaserbox_mittel .text,
.teaserbox_breit .text {
	padding: 10px 10px 10px 10px;
	height: 85px;
	font-size: 12px;
	line-height: 150%;

}

.teaserbox .kein_bild,
.teaserbox_mittel .kein_bild,
.teaserbox_breit .kein_bild {
	position: absolute;
	top: 78px;
}

.teaserbox .link,
.teaserbox_mittel .link,
.teaserbox_breit .link {
	position: absolute;
	top: 153px;
	left: 160px;
}

.teaserbox_mittel .link {
  left: 230px;
}

.teaserbox_breit .link {
	left: 405px;
}

.teaserbox .link img,
.teaserbox_mittel .link img,
.teaserbox_breit .link img {
	width: 11px;
	height: 11px;
}

.teaserbox .link a:link,
.teaserbox .link a:visited,
.teaserbox .link a:hover,
.teaserbox .link a:active,
.teaserbox_mittel .link a:link,
.teaserbox_mittel .link a:visited,
.teaserbox_mittel .link a:hover,
.teaserbox_mittel .link a:active,
.teaserbox_breit .link a:link,
.teaserbox_breit .link a:visited,
.teaserbox_breit .link a:hover,
.teaserbox_breit .link a:active {
	padding: 0px;
	text-decoration: none;
	background: url('../../assets/common/pfeil_teaser.gif') no-repeat;
}

/******************************************************************************
// ende teaserboxn
******************************************************************************/

#gastgeber_suche {
	background: #c0d3eb;
	margin: 0px 10px 10px 0px;
	padding: 10px;
}

#gastgeber_suche .search_left {

}

#gastgeber_suche .search_right {
/*	width: 230px;*/

}

#gastgeber_suche input,
#gastgeber_suche select
{
	border: 1px solid #c0c9d2;
}


#gastgeber_suche input {
/*	width: 200px;*/
}

#gastgeber_suche select {
/*	width: 200px;*/
}

/****************************************************************************************************************
* ecard.phtml
****************************************************************************************************************/
.form_ecard {
}

/* Motive */
.form_ecard .motive {
	vertical-align: middle;
	float: left;
	width: 82px;
	margin: 5px 10px 5px 0px;
}

.form_ecard .motive .image {
	height: 80px;
	background: #E6F6F9;
	border: 1px solid #c0c9d2;
}

.form_ecard .motive .image img {
	vertical-align: bottom;
}
.form_ecard .motive input {
	width: 13px;
	float: left;
	vertical-align: middle;
	margin: 0px 3px 0px 0px;

}

.form_ecard .motive label {
	float: left;
	width: 61px;
	height: 50px;
}

/* Fehler */
.form_ecard .error {
	margin: 10px 0px;
	color: #FE0000;
	font-weight: bold;
}

.form_ecard label {
	margin: 0px 5px 0px 0px;
	width: 120px;
	float: left;
}

/* Formular */
.form_ecard .float {
	float: left;
	width: 50%;
	margin: 5px 0px 0px 0px;
}

.form_ecard label.red {
	color: #FE0000;
}

.form_ecard input,
.form_ecard textarea {
	border: 1px solid #c0c9d2;
	padding: 2px;
	margin: 2px 0px;
	width: 150px;
}

.form_ecard textarea {
	width: 434px;
}

.form_ecard input.day {
	width: 25px;
	margin: 2px 2px 2px 0px;
}

.form_ecard input.year {
	width: 35px;
	margin: 2px 0px 2px 0px;
}

.form_ecard select.month {
	width : 100px;
	margin: 2px 2px 2px 0px;
}

.form_ecard .pflicht {
	margin: 0px 5px 5px 127px;
	font-size: 0.85em;
}

.form_ecard .submitbutton {
	margin: 5px 5px 0px 127px;
}

.show_ecard {
}

.show_ecard a,
.show_ecard a:link,
.show_ecard a:visited,
.show_ecard a:hover,
.show_ecard a:active {
	text-decoration: underline;
}

.show_ecard a:hover {
	text-decoration: none;
}

/***** Ende eCards ************************************************************/
/************** betriebsliste *************************/
.wrapper_betriebe {
}

.wrapper_betriebe .betrieb{
  margin: 0px 0px 10px 0px;

  border: 1px solid #c0c9d2;
  background: url('../../assets/common/bg_subnavi.gif') repeat-x;
  padding: 10px;
  font-size: 12px;


}

.wrapper_betriebe .betrieb h1{
  font-size: 14px;
}

.wrapper_betriebe .betrieb .adresse {
  float: left;
  width: 270px;
  margin: 0px 10px 0px 0px;
}

.wrapper_betriebe .betrieb .adresse a:link,
.wrapper_betriebe .betrieb .adresse a:visited,
.wrapper_betriebe .betrieb .adresse a:hover,
.wrapper_betriebe .betrieb .adresse a:active {
  text-decoration: underline;
  color: #00407A;
  padding: 2px 0px 2px 20px;
}

.wrapper_betriebe .betrieb .adresse a:link.email,
.wrapper_betriebe .betrieb .adresse a:visited.email,
.wrapper_betriebe .betrieb .adresse a:hover.email,
.wrapper_betriebe .betrieb .adresse a:active.email {
  background: url('../../assets/common/icons/mail.png') no-repeat;
}

.wrapper_betriebe .betrieb .adresse a:link.link,
.wrapper_betriebe .betrieb .adresse a:visited.link,
.wrapper_betriebe .betrieb .adresse a:hover.link,
.wrapper_betriebe .betrieb .adresse a:active.link {
  background: url('../../assets/common/icons/home.png') no-repeat;
}

.wrapper_betriebe .betrieb .adresse .anmerkung {
  display: block;
  margin: 5px 0px 0px 0px;
}

.wrapper_betriebe .betrieb .logo {
  float: left;
  width: 250px;
}
/************** ende betriebsliste *************************/
/************** angebotsliste *************************/
.wrapper_angebote {
   font-size: 12px;
}

.wrapper_angebote .angebot{
  margin: 0px 0px 10px 0px;
  border: 1px solid #c0c9d2;
  background: url('../../assets/common/bg_subnavi.gif') repeat-x;
  padding: 10px;

}

.wrapper_angebote .angebot h1{
  font-size: 14px;
}

.wrapper_angebote .angebot .linke_spalte {
  float: left;
  width: 270px;
  margin: 0px 10px 0px 0px;
}

.wrapper_angebote .angebot .beschreibung {

}

.wrapper_angebote .angebot .kontakt {
  color: #00407A;
}

.wrapper_angebote .angebot .kontakt a:link,
.wrapper_angebote .angebot .kontakt a:visited,
.wrapper_angebote .angebot .kontakt a:hover,
.wrapper_angebote .angebot .kontakt a:active {
  text-decoration: underline;
  color: #00407A;
  padding: 2px 0px 2px 20px;
}

.wrapper_angebote .angebot .kontakt a:link.email,
.wrapper_angebote .angebot .kontakt a:visited.email,
.wrapper_angebote .angebot .kontakt a:hover.email,
.wrapper_angebote .angebot .kontakt a:active.email {
  background: url('../../assets/common/icons/mail.png') no-repeat;
}

.wrapper_angebote .angebot .kontakt a:link.link,
.wrapper_angebote .angebot .kontakt a:visited.link,
.wrapper_angebote .angebot .kontakt a:hover.link,
.wrapper_angebote .angebot .kontakt a:active.link {
  background: url('../../assets/common/icons/home.png') no-repeat;
}

.wrapper_angebote .angebot .anmerkung {
  color: #00407A;
  margin: 5px 0px 0px 0px;

}

.wrapper_angebote .angebot .logo {
  float: left;
  width: 250px;
}
/************** ende angebotsliste *************************/
/*********************** zurueckbutton ******************************************/

.back {

}

.back a:link,
.back a:visited,
.back a:hover,
.back a:active
{
  padding: 0px 0px 0px 15px;
  background: url('../../assets/common/pfeil_teaser.gif') no-repeat 0px 3px;
  text-decoration: underline;
}

.back a:hover {
  text-decoration: none;
}

/******************************************************************************/

/**************************
Formularbuilder
***************************/

.form_wrapper {
	border: 1px solid #c0c9d2;
	margin: 0px 7px 10px 0px;
	background: #dbe8f5;
	padding: 10px;
}

.form_wrapper input {
	border: 1px solid #c0c9d2;
	margin: 0px 10px 5px 10px;
	padding: 3px;
}

.form_wrapper input.radio,
.form_wrapper input.checkbox{
	border: none;

}



.form_wrapper .title,
.form_wrapper .title_text{
	width: 100px;
	vertical-align: top;
}

.form_wrapper td.checkbox  {
	width: 20px;
}

.form_wrapper input.checkbox  {
	margin: 0px 10px 0px 5px;
}

.form_wrapper textarea {
	border: 1px solid #c0c9d2;
	margin: 0px 10px 5px 10px;
	width: 300px;
	height: 120px;
}

.form_wrapper .submit{
	width: 150px;
	margin: 0px 0px 0px 113px;

	/*background: url(../../assets/common/button_bg_150.gif) no-repeat;*/
}

.form_wrapper .select{
	border: 1px solid #c0c9d2;
	margin: 0px 10px 5px 10px;
		padding: 1px;
}

.form_wrapper h3 {
	margin: 5px 0px 3px 0px;
}

/*************************** submitbuttons ***************************/

input.submit {
  background: url('../../assets/common/pfeil_teaser.gif') no-repeat 0px 2px #597db3;
  color: #fff;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
	border: 1px solid #c0c9d2;
}
