/****************************************************************************************************************
style.css
erstellt: 02.03.05
Autor: Goran

 Stylesheet fuer Werbeagentur aufwind.

geaendert: 07.04.05 Sebastian
Grund: ueberarbeitet

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

/*#####################################################
 Pseudo-Klassen & Redefinierung von HTML-Elementen
######################################################*/

/* Allgemeine Angaben */
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
table, tbody, th, tr, td,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend
{
 font-family: Verdana, Arial, Helvetica, SunSans-Regular;
 font-size: 100%;
 color: #666;
 text-decoration: none;
 padding: 0;
 margin: 0;
}

html, body
{
 background: #FFF;
 /*background: #CCCCCC;  fuer Testzwecke */
}

/* Links */
a, a:link, a:visited, a:hover, a:active
{
 color: #666;
 text-decoration: underline;
}

a:hover
{
 text-decoration: none;
}

/* Formular-Elemente */
/* siehe weiter unten */

/* Block- und Inline-Elemente */
p
{
 color: #4D4D4D;
 font-size: 0.7em;
 margin: 5px 0px;
}

td, label, legend
{
 font-size: 0.7em;
}

td td,
p label
{
 font-size: 1em;
 color: #4D4D4D;
}

/* Ueberschriften */
h1
{
 font-size: 1.0em;
 color: #1E88BC;
 font-weight: bold;
 margin: 10px 0px;
 padding-bottom: 5px;
}

h2
{
 font-size: 1.0em;
 color: #1E88BC;
 font-weight: bold;
 margin-top: 15px;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h3
{
 font-size: 0.85em;
 font-weight: bold;
 margin-bottom: 10px;
}

/* wird bei News verwendet */
h4
{
 font-size: 0.8em;
 font-weight: bold;
 background: #666;
}

h5
{
 font-size: 0.8em;
 font-weight: bold;
 margin-top: 20px;
 margin-bottom: 5px;
}

h6
{
 font-size: 0.75em;
 font-weight: bold;
 border-bottom: 1px solid #666;
 margin-top: 15px;
 margin-bottom: 2px;
}

/* Bild-Definitionen */
img
{
 border: none;
 white-space: nowrap;
}

ul
{
 list-style-type: square;
 padding: 10px 5px 5px 5px;
}

ul li
{
 font-size: 0.7em;
 line-height: 100%;
 margin: 0px 0px 2px 15px;
}

hr
{
 border: 1px solid #4D4D4D;
 width: 100%;
 height: 1px;
 margin: 5px 0px;
}
/*------------- Ende Pseudo-Klassen & Redefinierung von HTML-Elementen ------------- */

/*#################################################
 CSS-Klassen bezogen auf die div-Bloecke
#################################################*/

.text {
	font-size: 1em;

}


/* Seite zentriert ausrichten */
#center
{
 border: 1px solid #CCC;
 width: 778px;
 padding: 0;
 margin: 0px auto 0px auto;
 background: #F8F8F4;
}

/* --------------- Oben: Links und Suchfeld --------------- */
#top
{
 /* BG = dynamisch direkt im Rahmen-Template */
 height: 170px;
 width: 778px;
 background: #FFF;
}

.sitenavi
{
 font-size: 0.6em;
 color: #000;
 text-align: right;
 height: 15px;
 padding: 3px 3px 0px 0px;
 margin: 0;
}

.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited,
.sitenavi a:hover,
.sitenavi a.active
{
 font-size: 1.05em;
 color: #000;
 text-decoration: none;
 margin: 0px 5px;
}


/* Suchfeld unter VSA Logo

#search
{
 height: 202px;
 width: 203px;
 padding: 0px;
}

.search
{
 font-size: 0.8em;
	color: #666;
	padding: 1px 0px;
	float: right;
	width: 203px;
}

.search input{
	font-size: 0.85em;
	color: #666;
	background: #EDEDE0;
	border: 1px solid #7F7F7F;
	padding: 2px;
	margin-top: 165px;
	margin-left: 10px;
	width: 150px;
}

.search button{
	background: none;
	border: none;
	vertical-align: middle;
	margin: 5px;
	padding: 0px;
}

.search img{
	margin: 161px 0px 0px 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}*/

/*------------- Ende Oben: Links und Suchfeld ------------- */

/* ------------- Hauptnavigation ------------- */

/* Block mit den Navigationselementen */
#naviH
{
 font-size: 0.7em;
 color: #FFF;
 background: #1E88BC;
 width: 616px;
 /*padding-left: 162px;*/
 height: 16px;
 margin-top: 136px;
 margin-left: 162px;
}


#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a.active
{
 color: #FFF;
 text-decoration: none;
 border-right: 1px solid #FFF;
 padding: 0px 10px;
 padding-bottom: 3px;
}

.first{
	border-left: 1px solid #FFF;
}

/* Formatierung der Links in der Aufklappnavi */
.linkmenu td{
	font-size: 1.0em;
	width: 150px;
	padding: 0px;
	margin: 0px;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active
{
 font-size: 0.7em;
 color: #FFF;
 text-decoration: none;
 background: #1E88BC;
 border-top: 1px solid #FFF;
 display: block;
 padding: 2px 5px 2px 11px;
 margin: 0;
}

.linkmenu a:hover
{
 background: #74ADD1;
}

/*------------- Ende Hauptnavigation ------------- */

/* ------------ Content-Bereich ------------ */
#contentarea
{
 width: 100%;
 background: #F8F8F4;
}

/* ------------ Content-Bereich: Subnavigation ------------ */
#subnavi
{
 /*background: #1E88BC;*/
 background: url(../../assets/common/bg_sub.gif) repeat-y;
 width: 162px;
 float: left;
}

#subnavi h1
{
 font-size: 0.6em;
 font-weight: bold;
 text-transform: uppercase;
 color: #FFF;
 background: #F79A00;
 padding: 3px 3px 3px 10px;
 margin: 0;
 border-bottom: 2px solid #FFF;
}

/* Subnavigation Ebene 1 */
#subnavi ul
{
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 /*background: #FCEBCE;*/
}

#subnavi ul li
{
 border-bottom: 1px solid #FFF;
 margin: 0px;
 padding: 0px;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active
{
 color: #FCEBCE;
 text-decoration: none;
 background: #F79A00;
 line-height: 100%;
 display: block;
 padding: 4px 3px 4px 11px;
}

#subnavi ul li a:hover
{
 color: #F79A00;
 background: #FCEBCE;
}

/* aktive Links in der Subnavigation erhalten diese Klasse */
#subnavi a.akt,
#subnavi a:link.akt,
#subnavi a:visited.akt,
#subnavi a:hover.akt,
#subnavi a:active.akt
{
 padding-left: 11px;
 color: #F79A00;
 background: #FCEBCE;
}

#subnavi a:hover.akt
{
}

/* Subnavigation Ebene 2 */
#subnavi ul.under
{
}

#subnavi ul.under li
{
	font-size: 1em;
 border: none;
 border-top: 1px solid #666;
}

#subnavi ul.under li a,
#subnavi ul.under li a:link,
#subnavi ul.under li a:visited,
#subnavi ul.under li a:hover,
#subnavi ul.under li a:active
{
 color: #F79A00;
 background: #FCEBCE;
 display: block;
 padding: 4px 3px 4px 21px;
}

#subnavi ul.under li a:hover
{
 color: #FFF;
 background: #F79A00;
}

#subnavi ul.under li a.akt,
#subnavi ul.under li a:link.akt,
#subnavi ul.under li a:visited.akt,
#subnavi ul.under li a:hover.akt,
#subnavi ul.under li a:active.akt
{
 padding: 4px 3px 4px 21px;
 color: #F79A00;
 background: #FCEBCE;
}

/* Subnavigation Ebene 3 */
#subnavi ul.under2
{
}

#subnavi ul.under2 li
{
	font-size: 1em;
 border: none;
}

#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
{
 padding: 2px 3px 4px 31px;
 color: #F79A00;
 background: #FCEBCE;
}

#subnavi ul.under2 li a:hover
{
}

#subnavi ul.under2 li a.akt,
#subnavi ul.under2 li a:link.akt,
#subnavi ul.under2 li a:visited.akt,
#subnavi ul.under2 li a:hover.akt,
#subnavi ul.under2 li a:active.akt
{
 padding: 4px 3px 4px 23px;
 color: #F79A00;
 background: #FCEBCE;
}
/*------------- Ende Content-Bereich: Subnavigation ------------- */
/*------------- Content-Bereich Copyright unten ------------------ */

#bottom
{
 width: 774px;
 padding: 3px 3px;
 background: #D1D1B2;
 text-align: right;
 text-transform: uppercase;
 font-size: 0.9em;
 color: #FFF;
 clear: both;
}

/*------------- Ende Content-Bereich Copyright unten ------------- */
/* ------------ Content-Bereich: Inhalte ------------ */

/* mit Zusatzinfos auf der rechten Seite */
#content
{
 background: #F8F8F4;
 float: left;
 width: 394px;
 padding: 15px 5px;
}

/* ohne Zusatzinfos auf der rechten Seite */
#content2
{
 background: #F8F8F4;
 float: left;
 width: 604px;
 padding: 5px;
}

/* Startseite */
#content3
{
 background: #F8F8F4;
 float: left;
 width: 568px;
 padding: 5px 0px 15px 0px;
}

/* ohne Subnavigation, mit Zusatzinfos auf der rechten Seite */
#content4
{
 background: #F8F8F4;
 float: left;
 width: 558px;
 padding: 15px 5px;
}

/* ohne Subnavigation, ohne Zusatzinfos auf der rechten Seite */
#content5
{
 background: #F8F8F4;
 width: 768px;
 padding: 15px 5px;
}

.nofloat
{
 clear: both;
}

.plaintext{
	margin-bottom: 20px;
}

.plaintext h1{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/*#################################################
 Contentmaker: Link, Download, Bild
#################################################*/
/* Contentmaker: Link */
.link{
	/*background: #EDEDE0;
	border: 1px solid #7F7F7F;*/
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.link h1 {
	font-size: 1.0em;
 	color: #1E88BC;
 	font-weight: bold;
 	margin-top: 10px;
 	margin-bottom: 0px;
 	padding-bottom: 0px;
 	/*padding-bottom: 5px;*/
}

.link img{
	vertical-align: middle;
}

.link div{
	margin-right: 2px;
	/*border-right: 1px solid #3D599A;
 	border-bottom: 1px solid #3D599A;*/
}

.link a,
.link a:link,
.link a:visited,
.link a:hover{
	text-decoration: none;
	color: #666;
	font-size: 0.7em;
	margin: 5px;
}

.link a:hover{
	color: #0E3192;
}

.link div a,
.link div a:link,
.link div a:visited,
.link div a:hover{
	background: none;
	margin: 0px;
}

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

/* Contentmaker: Download */
.download{
	background: #EDEDE0;
	border: 1px solid #7F7F7F;
	padding: 0px;
	margin: 5px 0px 10px 0px;
}

.download h1 {
	color: #666;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	font-size: 0.8em;
}

.download img{
	vertical-align: middle;
}

.download div
{
	margin-right: 2px;
	/*border-right: 1px solid #333;
	border-bottom: 1px solid #333;*/
}

.download a,
.download a:link,
.download a:visited,
.download a:hover{
	text-decoration: none;
	color: #666;
	font-size: 0.7em;
	margin: 5px;
}

.download a:hover{
	color: #0E3192;
}

.download div a,
.download div a:link,
.download div a:visited,
.download div a:hover{
	background: none;
	margin: 0px;
}

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

.download span
{
	font-weight: normal;
}

/* Contentmaker: Bild */
.image{
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.image h1{
 font-size: 1.0em;
 color: #666;
 font-weight: bold;
 margin-bottom: 10px;
}

.image div{
 font-size: 0.7em;
 color: #FFF;
 padding: 3px;
 background: #7F7F7F;
}

/* Ende Contentmaker: Link, Download, Bild */

/*#################################################
 Contentmaker: Bild und Text
#################################################*/

/*Bild rechts im Text*/

.image_float_right {
   background: #7F7F7F;
   float: right;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-left: 10px;
   margin-bottom: 5px;
}

.image_float_right_text {
  font-size: 0.7em;
  font-weight: normal;
}

.image_float_right_text h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
}

/*Bild links im Text*/
.image_float_left {
   background: #7F7F7F;
   float: left;
   font-size: 0.6em;
   font-weight: bold;
   color: #FFF;
   margin-right: 10px;
   margin-bottom: 5px;
}

/*bildunterschrift*/
.image_float_left div {
	color: #fff;
}

.image_float_left_text {
  font-size: 0.7em;
  font-weight: normal;
}

.image_float_left_text h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #666;
}

/* Ende Contentmaker: Bild und Text*/

/* ------------ Ende Content-Bereich: Inhalte ------------ */

/* ------------ Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/* Dieser div sorgt fuer den Rahmen */
#custom
{
 background: #FCEBCE;
 float: right;
 width: 210px;
 border-bottom: 1px solid #FFF;
}

/* Definition von Teaserboxen auf der rechten Seite */
.box
{
 color: #FFF;
 margin: 0;
 clear: both;
 padding: 0;
}

.box h1
{
 font-size: 9px;
 font-weight: bold;
 text-transform: uppercase;
 color: #FFF;
 background: #F79A00;
 padding: 3px 10px;
 margin: 0;
}

.box h2
{
 font-size: 10px;
 font-weight: bold;
 color: #FFF;
 padding: 3px 10px;
 margin: 0;
}

.box p
{
margin-left: 10px;
}

.box p img{
	vertical-align: middle;
}


.box div
{
 font-size: 10px;
 color: #666;
 padding: 0px 0px;
}

.box a,
.box a:link,
.box a:visited
{
  color: #666;
}

.box a:hover
{
  color: #666;
}

.box ul
{
 /*border-bottom: 1px solid #AAA;*/
 list-style-type: none;
 padding: 5px;
 margin: 0;
}

.box ul li
{
 margin: 0;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active
{
 font-size: 0.9em;
 text-decoration: none;
 color: #666;
}

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

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

.box ul.assetlink
{
  clear:both;
  /* siehe normale ul */
}

.box ul.assetlink img {
	margin-right: 5px;
	text-align: center;
}

/* Teaser: Einzeiler */
.box ul.ulist
{
 border: none;
 list-style-type: square;
 padding: 0;
 margin-left: 35px;
}

.box ul.ulist li
{
 padding: 4px 5px;
 margin: 0;
}


/* Kalender */
.box table {
 width: 170px;
 margin: 5px 10px 15px 15px;
 text-align: center;
 vertical-align: middle;
 font-size: 1em;
 /*background-color: #3685C7;*/
}

.box table td {
 padding: 3px;
 color: #4D4D4D;
 background-color: #F2FAFC;
}

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

.box table td a:hover{
	color: #FFF;
}

.box table td.month {
	color: #4D4D4D;
	background-color: #F2FAFC;
	font-size: 0.8em;
}

.box table td.month a,
.box table td.month a:link,
.box table td.month a:visited,
.box table td.month a:hover,
.box table td.month a:active{
	color: #4D4D4D;
	background-color: #F2FAFC;
	display: inline;
}

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

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

.box table td.today a,
.box table td.today a:link,
.box table td.today a:visited,
.box table td.today a:active{
  text-decoration: none;
  background-color: #095AA6;
 	color: #FFF;
}

.box table td.today a:hover{
	color: #FFF;
}

/* Ende Kalender */
/* Bildergalerie*/
.gallery
{
 color: #FFF;
 margin: 0px;
 margin-right: 30px;
 margin-bottom: 20px;
 float: left;
 width: 212px;
}

.gallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #F79A00;
 padding: 3px 10px;
 margin: 0px;
}

.gallery div
{
 /* border: 1px solid #F79A00;*/
 border-top: none;
 font-size: 0.7em;
 color: #000;
 background: #F79A00;
 padding: 3px;
}

.gallery div.image
{
	margin: 0px;
	border: 1px solid #F79A00;
	border-right: 1px solid #F79A00;
	text-align: center;
	font-size: 0.7em;
 	color: #000;
 	background: #F60;
 	padding: 0px;
}

.gallery div.headline{
	text-align: center;
	font-size: 0.7em;
 	color: #000;
 	background: #CCC;
 	padding: 3px 10px;
 	margin: 0px;
}

/*Bildergalerie Ausgabe*/
.showgallery
{
	margin: 0px;
	padding: 0px;
}

.showgallery h1
{
 font-size: 0.7em;
 font-weight: bold;
 text-align: center;
 color: #FFF;
 background: #F60;
 padding: 3px 10px;
 margin: 0;
}

.showgallery_thumb
{
	width: 260px;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
	border-right: 1px solid #F79A00;
}

.showgallery_thumb div
{
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-size: 0.7em;
 	color: #F60;
 	font-weight: bold;
 	background: #FFF;
}

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

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

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


.showgallery_image
{
	width: 374px;
	margin: 0px;
	padding: 5px 5px;
	float: right;
}

.showgallery_image div
{
	font-size: 0.7em;
 	color: #000;
 	background: #FFF;
 	padding: 3px;
}

/*##################################################
 universell rechte Spalte
##################################################*/

/* Wetterteaser*/
.box div.wetter{
	background: #A8BEE3;
	text-align: center;
	padding: 0px 0px 0px 15px;
	width: 195px;
}

.box div.wetter table,
.box div.wetter td,
.box div.wetter tr
{
	border: none;
	background: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
}

/* MAP 24*/
.box div.map24
{
 background: url(http://www.map24.com/images/route_to_own_blb.gif) no-repeat;
 height: 187px;
 width: 200px;
 padding: 23px 0px 0px 0px;
 margin: 5px 0px 0px 5px;
 font-size: 1em;
}

.box div.map24 input,
.box div.map24 select
{
 font-size: 1em;
 margin: 0px 5px 3px 0px;

}

.box div.map24 select{
	 width: 100px;
}

.box div.map24 form
{
 line-height: 100%;
}
 /* Suche Hotel/Parks/Trainer */
 form.phtsuche
{
 line-height: 120%;
 margin: 5px 10px 15px 10px;
}

form.phtsuche input
{
 color: #666;
 width: 120px;
}

form.phtsuche label
{
 float: left;
 margin-top: 4px;
}

form.phtsuche button
{
 background: none;
 border: none;
 margin-left: 5px;
 margin-top: 7px;
}

form.phtsuche img{
	vertical-align: middle;
}


/* ------------ Ende Content-Bereich: Zusatzinformationen (Rechte Spalte) ------------ */

/*#################################################
 CSS-Klassen fuer Formulare
#################################################*/

form
{
 line-height: 190%;
}

form br
{
 clear: both;
}

fieldset
{
 background: none;
 padding: 10px;
}

legend
{
 border: none;
 background: none;
}

label.leftb,
label.leftr
{
 font-weight: bold;
 float: left;
 text-align: right;
 width: 11em;
 margin-right: .8em;
}

/* error-Klasse */
label.leftr
{
 color: #FF0000;
}

input,
select,
textarea
{
 font-size: 0.7em;
 color: #666;
 background: #FFF;
 /*border: 1px solid #666;*/
 float: left;
 padding: 2px;
 margin-top: 5px;
}

select
{
 padding: 0;
}

optgroup, option
{
 font-size: 1em;
 line-height: 100%;
}

input:focus,
textarea:focus
{
 background: #D1D1D1;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
 cursor: pointer;
}

input[type=checkbox],
input[type=radio]{
	border: none;
	background: none;
}

textarea
{
 width: 50%;
 margin-bottom: 10px;
}

/* Buttons beim Kontaktformular */
.submitbuttons
{
 margin-left: 8.8em;
}

.submitbuttons button
{
 font-size: 0.7em;
 font-weight: bold;
 color: #FFF;
 background: #7F7F7F;
 line-height: 100%;
 margin-right: 5px;
}

/*#################################################
 CSS-Klassen fuer News
#################################################*/

.newsblock
{
 border: 1px solid #095AA6;
 margin-bottom: 10px;
 background: #D1D1D1;
 position: relative;
}

.newsblock h1
{
 font-weight: bold;
 font-size: 0.7em;
 color: #FFF;
 background: #1E88BC;
 padding: 3px;
 margin:0px;
}

.newsblock span {
 float: left;
 margin-right: 3px;
 border-right: 1px solid #1E88BC;
 border-bottom: 1px solid #1E88BC;
 position: relative;
}

.newsblock p {
	padding: 5px;
}

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

/* wird bei Newsletter verwendet*/
.newsblock h2
{
 font-weight: bold;
 font-size: 0.9em;
 color: #1E88BC;
 background: #FFF;
 padding: 5px;
 margin:0px;
}

.newsblock p {
	padding: 5px;
}

.newsblock p a,
.newsblock p a:link,
.newsblock p a:visited,
.newsblock p a:hover,
.newsblock p a:active
{
	background: #1E88BC;
	padding: 0px;
	/*display: block;*/
}

.newsblock p a img{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}

.newsblock span{
  float: left;
  margin-right: 3px;
  border-right: 1px solid #1E88BC;
  border-bottom: 1px solid #1E88BC;
  position: relative;
}

.topnews
{
 line-height: 150%;
}

.anreiser
{
 margin: 0;
}

/*#################################################
	Newsletter
##################################################*/
/* Template */
.newsletter_feld {
	background: #FFF;
	padding-left: 5px;
	color: #1E88BC;
	font-size: 11px;
	width: 150px;
}

.newsletter_feld_r {
	background: #FFF;
	color: #F00;
	font-size: 11px;
	width: 150px;
}

.newsletter_input {
	font-size: 11px;
	width: 270px;
	padding-left: 5px;
	padding-bottom: 4px;
}

.newsletter_input input{
	font-size: 11px;
}

.newsletter_input select{
	font-size: 11px;
}

.newsletter_input2{
	margin-left: 6px;
}

.newsletter_auswahl{
	width: 100px;
}

/* CM / Mail*/
.newsletter_text {
	color: #1E88BC;
	/*font-size: 0.7em;*/
	width: 400px;
}

.newsletter_text_r {
	color: #F00;
	/*font-size: 0.7em;*/
	width: 400px;
}

/***********************************************
Newslettertemplate
************************************************/

.newsletter_input input,
.newsletter_input select{
	border: 1px solid #757575;
	margin: 3px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
	width: 104px;
}
.newsletter_input input.email {
	width: 218px;
}
.newsletter_input input.tag {
	width: 40px;
}
.newsletter_input input.jahr {
	width: 54px;
}
.newsletter_input select {
	padding: 1px 1px 1px 1px;
	width: 110px;
}
.newsletter_feld {

}
.newsletter_auswahl {

}

.newsletter_input input.newsletter_input2 {
	margin: 0px 0px 0px 5px;
}

/***********************************************
ende Newslettertemplate
**********************************************/


.newsletter_wrapper input.submit
{
	margin: 10px 10px 0px 0px;
	padding: 1px 5px 2px 5px;
	width: 100px;
	border: none;
	background: #ddd;
	cursor: pointer;
}

.newsletter_wrapper input.reset
{
	margin: 10px 10px 0px 0px;
	padding: 1px 5px 2px 5px;
	width: 100px;
	border: none;
	background: #ddd;
	cursor: pointer;
}






/*#################################################
 CSS-Klassen fuer die Sitemap
#################################################*/
.sitemap td{
	padding: 15px 10px;
}

.sitemap td.separator{
	background-color: #095AA6;
	padding: 0;
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1
{
 font-size: 0.85em;
 font-weight: bold;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

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
{
 font-size: 0.85em;
 color: #3A3A3A;
 text-decoration: none;
 line-height: 160%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4
{
 text-decoration: underline;
}
/* Ende Sitemap */

/*#################################################
 CSS-Klassen fuer die Barriere-Freiheit
#################################################*/

.unsichtbar
{
 position: absolute;
 left: -2000px;
 /* 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. */
}

/*#################################################
 Universelle CSS-Klassen fuer die Formatierung

#################################################*/

/* NFP-Startseite */
.startseite_top
{
 padding: 0px;
}

.startseite_top h1{
	color: #666;
	padding: 0px 5px;
	font-size: 1.2em;
}

.startseite_links{
 float: left;
 width: 274px;
 padding: 5px;
}

.startseite_rechts{
	float: right;
 	width: 274px;
 	padding: 5px;
}

/* Loginbox */
form.loginbox
{
 line-height: 100%;
 margin: 5px 10px 15px 10px;
}

form.loginbox input
{
 color: #666;
 width: 100px;
}

form.loginbox label
{
 float: left;
 width: 60px;
 margin-top: 4px;
}

form.loginbox button
{
 background: none;
 border: none;
 margin-left: 5px;
 margin-top: 7px;
}


.europa
{
 background: #F2F2F2;
 float: left;
 width: 122px;
 margin: 0px;
 margin-top: 10px;
}

.europa p
{
 background: #FFF;
 padding-bottom: 3px;
 margin: 0;
}

.europa img
{
 margin: 0px 0px 0px 0px;
}

.europa select
{
 font-size: 0.65em;
 width: 110px;
 padding: 1px;
 margin-left: 5px;
 margin-bottom: 5px;
}

.europa area
{
 border: 1px solid #F79A00;
 padding-bottom: 3px;
 margin: 0;
}

.deutschland
{
 float: right;
 width: 200px;
}

.deutschland p
{
 text-align: right;
}

/* Laenderliste */
.laender h1{
	color: #FFF;
	background: #F79A00;
	font-size: 0.9em;
	margin-top: 10px;
  padding: 3px 10px;
}

.laender h2{
	color: #F79A00;
	font-size: 0.8em;
	margin-top: 5px;
	 padding: 3px 10px;
}


.anker{
	float: right;
}

/* Parks*/
.park_liste{
	border: 1px solid #1E88BC;
	font-size: 0.7em;
	width: 380px;
	float: left;
	margin-bottom: 5px;
}

.park_liste h1{
 font-weight: bold;
 color: #FFF;
 background: #1E88BC;
 padding: 3px;
 margin:0px;
 color: #FFF;
}

.park_liste h1 span.left{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}

.park_liste h1 span.right{
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}


.park_liste h1 a,
.park_liste h1 a:link,
.park_liste h1 a:visited,
.park_liste h1 a:hover,
.park_liste h1 a:active
{
 text-decoration: none;
 color: #FFF;
 text-align: right;
}

.park_liste a,
.park_liste a:link,
.park_liste a:visited,
.park_liste a:hover,
.park_liste a:active
{
 text-decoration: none;
 color: #666;
 text-align: right;
}


.park_liste b{
	color: #1E88BC;
}

.park_liste div.left{
	float: left;
	width: 256px;
	padding-left: 3px;
}

.park_liste div.right{
	float: right;
	width: 121px;
}

.park_liste div.right img{
	border-left: 1px solid #1E88BC;
	border-bottom: 1px solid #1E88BC;
	padding: 0px;
}

.park_text{

}

.park_text h1{
	color: #1E88BC;
	font-size: 0.7em;
}

.park_text div{
	float: left;
	margin: 0px 3px 3px 0px;
	font-size: 0.7em;
}


/* Hotels*/
.hotel_liste{
	border: 1px solid #1E88BC;
	font-size: 0.7em;
	width: 380px;
	float: left;
	margin-bottom: 5px;
}

.hotel_liste h1{
 font-weight: bold;
 color: #FFF;
 background: #1E88BC;
 padding: 3px;
 margin:0px;
 color: #FFF;
}

.hotel_liste h1 span.left{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}

.hotel_liste h1 span.right{
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}


.hotel_liste h1 a,
.hotel_liste h1 a:link,
.hotel_liste h1 a:visited,
.hotel_liste h1 a:hover,
.hotel_liste h1 a:active
{
 text-decoration: none;
 color: #FFF;
 text-align: right;
}

.hotel_liste a,
.hotel_liste a:link,
.hotel_liste a:visited,
.hotel_liste a:hover,
.hotel_liste a:active
{
 text-decoration: none;
 color: #666;
 text-align: right;
}


.hotel_liste b{
	color: #1E88BC;
}

.hotel_liste div.left{
	float: left;
	width: 256px;
	padding-left: 3px;
}

.hotel_liste div.right{
	float: right;
	width: 121px;
}

.hotel_liste div.right img{
	border-left: 1px solid #1E88BC;
	border-bottom: 1px solid #1E88BC;
	padding: 0px;
}

.hotel_text{
	font-size: 0.7em;
}

.hotel_text h1{
	color: #1E88BC;
}

.hotel_text div{
	float: left;
	margin: 0px 3px 3px 0px;
}

/* Trainer*/
.trainer_liste{
	border: 1px solid #1E88BC;
	font-size: 0.7em;
	width: 380px;
	float: left;
	margin-bottom: 5px;
}

.trainer_liste h1{
 font-weight: bold;
 color: #FFF;
 background: #1E88BC;
 padding: 3px;
 margin:0px;
 color: #FFF;
}

.trainer_liste h1 span.left{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}

.trainer_liste h1 span.right{
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}

.trainer_liste h1 a,
.trainer_liste h1 a:link,
.trainer_liste h1 a:visited,
.trainer_liste h1 a:hover,
.trainer_liste h1 a:active
{
 text-decoration: none;
 color: #FFF;
 text-align: right;
}

.trainer_liste a,
.trainer_liste a:link,
.trainer_liste a:visited,
.trainer_liste a:hover,
.trainer_liste a:active
{
 text-decoration: none;
 color: #666;
 text-align: right;
}


.trainer_liste b{
	color: #1E88BC;
}

.trainer_liste div.left{
	float: left;
	width: 256px;
	padding-left: 3px;
}

.trainer_liste div.right{
	float: right;
	width: 121px;
}

.trainer_liste div.right img{
	border-left: 1px solid #1E88BC;
	border-bottom: 1px solid #1E88BC;
	padding: 0px;
}

.trainer_text{
	font-size: 0.7em;
}

.trainer_text h1{
	color: #1E88BC;
}

/*.trainer_text div{
	float: left;
	margin: 0px 3px 3px 0px;
}*/

.trainer_text_image{
	float: right;
	padding: 0px;
	margin-bottom: 3px;
	margin-right: 5px;
	border: 1px solid #1E88BC;
}


/* Trails */
.trail_liste{
	border: 1px solid #1E88BC;
	font-size: 0.7em;
	width: 380px;
	float: left;
	margin-bottom: 5px;
	background: #d7e2ec;
}

.trail_liste_left{
	float: left;
	width: 160px;
	padding: 10px;
}

.trail_liste_right{
	float: left;
	width: 195px;
	border-left: 1px solid #1E88BC;
	padding-left: 2px;
}


.trail_liste h1{
 font-weight: bold;
 color: #FFF;
 background: #1E88BC;
 padding: 3px;
 margin:0px;
 color: #FFF;
}


.trail_liste a,
.trail_liste a:link,
.trail_liste a:visited,
.trail_liste a:hover,
.trail_liste a:active
{
 text-decoration: none;
 color: #666;
 text-align: right;
 margin-top: 10px;
 height: 25px;
 background-image: url('../../assets/common/pfeil.gif');
 background-repeat: no-repeat;
 background-position: left 3px;
 padding-left: 11px;
}









/* magazin */
/* berichts*/
.bericht_liste{
	border: 1px solid #1E88BC;
	font-size: 0.7em;
	width: 98%;
	float: left;
	margin-bottom: 5px;
}

.bericht_liste h1{
 font-weight: bold;
 color: #FFF;
 background: #1E88BC;
 padding: 3px;
 margin:0px;
 color: #FFF;
}

.bericht_liste h1 span.left{
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}

.bericht_liste h1 span.right{
	float: right;
	margin: 0px;
	padding: 0px;
	border: none;
	color: #FFF;
}


.bericht_liste h1 a,
.bericht_liste h1 a:link,
.bericht_liste h1 a:visited,
.bericht_liste h1 a:hover,
.bericht_liste h1 a:active
{
 text-decoration: none;
 color: #FFF;
 text-align: right;
}

.bericht_liste a,
.bericht_liste a:link,
.bericht_liste a:visited,
.bericht_liste a:hover,
.bericht_liste a:active
{
 text-decoration: none;
 color: #666;
 text-align: right;
}


.bericht_liste b{
	color: #1E88BC;
}

.bericht_liste div.left{
	float: left;
	width: 256px;
	padding-left: 3px;
}

.bericht_liste div.right{
	float: right;
	width: 121px;
}

.bericht_liste div.right img{
	border-left: 1px solid #1E88BC;
	border-bottom: 1px solid #1E88BC;
	padding: 0px;
}

.bericht_text{
	font-size: 0.7em;
}

.bericht_text h1{
	color: #1E88BC;
}

.bericht_text div{
	float: left;
	margin: 0px 3px 3px 0px;
}

.bericht_ueber a,
.bericht_ueber a:link,
.bericht_ueber a:visited,
.bericht_ueber a:hover,
.bericht_uever a:active
{
 text-decoration: none;
 color: #666;
 font-size: 0.7em;
}

/*********************************************************
BOOK Master
**********************************************************/

#booking_logo{
	padding-top: 5px;
	padding-bottom: 15px;
	background: #F8F8F4;
}

.booking_logo_solo{
	padding-left: 5px;
}

#booking_assets{
	/*margin-top: 59px;*/
	background: #F8F8F4;
	padding-top: 25px;
}

/* Ende nfp-spezifisch */

/*###########################################################

 Die floatleft/-right Definitionen werden im
 WYSIWYG-Editor HTMLArea fuer die Bildausrichtung benoetigt!!

 Die weiteren Klassen stellen die moeglichen
 <span>-Zuweisungen dar.

###########################################################*/

/* 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;
}