
img {
border: 0;
margin: 0;
padding: 0;
}

body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 0.71em;
	line-height: 1.5em;
	color: #333333;
	text-align: center;
	background-color: #0597FA;
}

.flLeft {float:left;}
.flRight {float:right;}

#frameborder{
	width: 876px;
	text-align: left;
	padding: 1px 1px 1px 1px;
	margin: auto;
	background-color: #000000;
}
#frame{
	width: 874px;
	text-align: left;
	padding: 1px 1px 1px 1px;
	margin: auto;
	background-color: #FFFFFF;
}


#frame .line,
.linetop{
  background-color: #0693F9;
  height: 25px

}

.linecontent {
  background-image: url(/files/lac-mausbach_linie.gif);
  background-repeat: no-repeat;
  height: 1px;
  width: 501px;
}

.clear {
clear : both;
}

#head #headimage {
	width: 696px;
	padding:  0;
	margin: 0;
	float: left;
}

#head #headright {
	width: 177px;
	padding:  0;
	margin-left: 1px;
	margin-top: 1px;
        float: left;
height: 139px;
background-color: #6194D5;
background-image: url(/files/lac-mausbach_headright.jpg);
background-repeat: no-repeat;
}

#head #headright h1 {
  display: none;
}

#head #headright h2 {
  display: none;
}

#head #headright h3 {
  display: none;
}


#frame #main{
   width: 874px;
	padding:  0px 0px 0px 0px;
	margin: 0;
	background-image: url(/files/lac-mausbach_background.gif);
	background-repeat: repeat-y;
	background-position: top left;
   float: left;
}


#main #navi{
	width: 165px;
	padding:  0px 0px 20px 0px;
	margin: 0;
	float: left;
font-size: 12px;
}

#main #mainright{
	width: 520px;
	padding:  15px 0px 0px 14px;
	margin: 0;
	float: left;
}

#mainright h1 {
  color: #0693F9;
  font-size: 14px;
  font-weight: bold;
}

#mainright h2 {
  color: #0693F9;
  font-size: 12px;
  font-weight: bold;
}

#mainright h3 {
  color: #0693F9;
  font-size: 11px;
  font-weight: bold;
}

#mainright p {
/*  width: 510px; */
}

#mainright a {
  color: #0693F9;
  text-decoration: none;
}

#mainright a:hover {
  text-decoration: underline;
}

#mainright .news {
	padding:  0px 5px 0px 5px;
	margin:  0px 15px 10px 0px;
}

#mainright .newspic {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}


#main #mainnews{
	width: 175px;
	padding:  15px 0px 0px 0px;
	margin: 0;
	float: left;
}

#mainnews p {
  padding-left: 10px;
}

#mainnews ul {  
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}


#mainnews ul li {
  padding-left: 2px;
}

#mainnews ul li.no_list {
  list-style: none;
}

#mainnews a {
  color: #000;
  text-decoration: underline;
}

#mainnews a:hover {
  text-decoration: none;
}


#main .mainimg {
  float: left;
  width: 260px;
}

.mainimg p {
   text-align: center;
   width: 250px !important;
   padding-bottom: 10px;
}

.mainimg p a {
  color: #0693F9;
  text-decoration: underline;
}

.mainimg p a:hover {
  text-decoration: none;
}

/* Navigation--------------------------------------------------------------------------------- */
 #navi ul{
	width: 145px;
	padding:  10px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	list-style: none;
}

 #navi ul li,
#navi ul li a.noactive,
#navi ul li a.noactive:hover{
	width: 145px;
	padding:  0px 0px 0px 10px;
	margin: 0;
	float: left;
	list-style: none;
        background-image: url(/files/lac-mausbach_navi_pfeil2.gif);
        background-repeat: no-repeat;
        background-position: 1px 10px;
        font-size: 11px;
        line-height: 25px;
}

#navi ul li a.noactive:hover {
background: none;
color: #333;
cursor: default;
}

 #navi ul li a{
	padding:  2px 0px 2px 7px;
	margin: 0;
	display: block;
        color: #333333; 
	text-decoration: none;
}
 #navi ul li a:hover{
	text-decoration: underline;


}

 #navi ul li a.active{
	text-decoration: underline;

}


#navi h1 {
  font-size: 11px;
  margin-left: 20px !important;
}

#navi h2 {
  font-size: 11px;
  margin-left: 20px !important;
}

#navi h3 {
  font-size: 11px;
  margin-left: 20px !important;
}



/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:870px;                    /*  (1)  */
  position:relative; 
  font-size:1.0em;
  padding-bottom:50px;
  z-index:100;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  font-weight: bold;
  color:#fff; 
  width:134px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:25px;                    /*  (2)  */
  border:0px solid #edf4fa;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:0px 0px 1px 0px; 
  background:#0693F9; 
  padding-left:10px; 
  line-height:25px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:144px;                    /* für 'normale' Browser */
  w\idth:134px;                   /* für IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:0.8em;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  font-weight: bold;
  color:#0693F9; 
  background:#edf4fa;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:25px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  width:145px;
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#0693F9; 
  font-weight: bold;
  color:#fff; 
  height:auto; 
  line-height:1.2em; 
  padding:5px 10px; 
  width:124px
}
* html .menu ul li a:hover ul li a {
  width:145px;
  w\idth:124px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#0693F9 url(../../graphics/drop.gif) bottom right no-repeat;
  font-weight: bold;
  color:#fff;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#edf4fa; 
  font-weight: bold;
  color:#0693F9;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:145px; 
  top:0;
  width:145px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-145px;
}




#downloads ul {
  padding: 0px;
  margin: 0px;
}

#downloads ul li {
  background-image: none;
  margin-top: 4px;
  padding-left: 10px;
}

#downloads ul li a{
  background-image: url(/files/lac-mausbach_pdf_symbol.gif);
  background-repeat: no-repeat;
  background-position: 1px 1px;
  height: 23px;
  padding-left: 30px;
}

#downloads ul li a:hover {
  font-weight: normal;
  text-decoration: underline;
}



/* Foot--------------------------------------------------------------------------------- */
#foot {	
width: 900px;
	text-align: left;
	padding: 0px;
	margin: 0 auto;
	color: white;
font-size: 12px;
}

#foot a{	

	color: white;
        text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#anfrage table {
  width: 500px;
  margin-bottom: 10px;
}

#anfrage .hpsubtitel {
  font-weight: bold;
}

#anfrage a {
  color: #333;
  text-decoration: underline;
}


#anfrage a:hover {
  text-decoration: none;
}

#anfahrt {
  margin: 10px 0 10px 25px;
}

#gaestebuch {
  width: 490px;
  margin-bottom: 10px;
}

#gaestebuch .gbtitel {
  width: 480px;
  font-size: 12px;
  font-weight: bold;
}

.ticker {
  height: 25px;
  margin-left: 4px;
  padding-top: 7px;
}

#newsticker188 {
        overflow: hidden;
        white-space: nowrap;
        height: 13px;
        line-height: 13px;
        width: 865px;
        font-size: 12px;
        font-family: Verdana;
        font-weight: normal;
        color: #ffffff;
        background-color: #0693F9;
        border: 0px solid #ffffff;
        text-align: left;
}

#newsticker188 a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}


#newsticker188 a:hover {
  text-decoration: none;
  font-weight: bold;
}

.newstickerSpacer {
	margin-left: 20px;
	margin-right: 20px;
}

#gaestebuch .eintrag_text {
  width: 480px !important;
}

#gaestebuch .eintrag_top {
  width: 488px !important;
}

/* ** Systemstyles ** */




#colorsDiv {
	width: 270px;
}

#colorsDiv DIV {
	width: 15px;
	height: 15px;
	float: left;
}

.newstickerSpacer {
	margin-left: 20px;
	margin-right: 20px;
}

.openingHoursBaseName {
	float: left;
	width: 200px;
}

.openingHoursBaseTime {
	float: left;
	width: 125px;
}
.gbtitel_link, .gbtitel_link:hover, .gbtitel, .gblink, .gblink:hover {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica;
 text-align: left;
 font-weight: normal;
 font-style: normal;
}
.gbtitel_link, .gbtitel_link:hover, .gbtitel {
 color: #000066;
 font-size: 14px;
 font-weight: bold;
 font-style: normal;
}
.eintrag_top, .eintrag_text {
 border: 1px solid #000066;
}
.eintrag_top, .eintrag_text, .eintrag_top TD {
 padding: 3px;
}
.eintrag_top {
 border-collapse: collapse;
 background-color: #dddddd;
}
.eintrag_text {
 border-top: 0px;
 background-color: #ffffff;
}

#gb * td, #gb input, #gb textarea, .gbtitel_link, .gbtitel_link:hover, .gbtitel, .gblink, .gblink:hover, .gbtext {
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica;
 text-align: left;
 font-weight: normal;
 font-style: normal;
 text-align: left;
}
.gbtitel_link, .gbtitel_link:hover, .gbtitel {
 font-size: 14px;
 font-weight: bold;
}
.gbtitel_link, .gbtitel_link:hover, .gblink, .gblink:hover {
 text-decoration: underline;
}
#gb, #gb tr, #gb * td {
 border: 0px;
 padding: 0px;
 margin: 0px;
 border-collapse: collapse;
}
.gb_breite1 {
 width: 185px;
 vertical-align: top;
}
.gb_breite2 {
 width: 400px;
}

/*/////////////////////////////////////////////////////////////////////////////
CSS - Definition - DEMO 1.01
Formular Generator für Redaxo 4.x 
Ab: Version 4.5 Community Editon
Stand: 22.01.2008 

Erstellt von: Thomas Skerbis , www.klxm.de
Dieses CSS dient als Beispiel
Bitte nicht 1:1 übernehmen

Funktioniert nicht mit Formular-Generator < v.4.43
 
/*



/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
}


label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;
}



.formgen form
{
line-height : 120%;
width: 370px;
}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
/*	background-color: #FFFFCC; */
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
}


/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 210px;
	height: 250px;
	margin-left: 4px;
}


/* Textfeld */
.formgen .formtext
{
	height: 20px;
      width: 200px;
/*	background-color: #eeeeee; */
	margin-left: 4px;
}
/* Trennelement , Abstand */
.formgen .formtrenn
{
	display: block;
	height: 30px;	
}
/* Hinweistext */
.formgen .formhinweis
{
	font-weight: bold;
/*	color: #003366; */
	font-size: 1.2em;
}
/* Überschrift */
.formgen .formheadline
{
	font-weight: bold;
/*	color: #003366; */
}


/* Passwortfeld */
.formgen .formpassword
{
	width: 200px;
/*	background-color: #CCCCCC; */
	margin-left: 4px;
}
/*Captcha-Bild*/
.formgen .formcaptcha {
	border: 1px solid #990000;
}

/* Label */
.formgen label {
font-family: Arial, Helvetica, sans-serif;
width: 120px;
clear: left;
float: left;
height: 20px;
padding: 0px;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #CCCCCC;
	margin-left: 4px;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 90%;
	
}


/* Definition des Fieldsets, das das ganze Formular umschließt */
.formgen fieldset {
width: 345px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border: 0px solid #5D81A3;
}


/* Fieldsetbeschriftung */
.formgen legend {
font-weight: bold;
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/

/* Fehlermeldung nach Versand */

.formgen .forminfo {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px dashed #000000;
	margin: 5px;
	padding: 5px;
}


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	color: #FFFFFF;
	background-color: #990000;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	color:#000000;
	font-family:verdana, sans-serif;
	font-size:12px;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:1em;
	font-weight:bold;
}

#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
}

#form-module label.checkbox {
	width:372px;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

#form-module input.text {
	height:20px;
}

#form-module input.checkbox {
	width:120px;
	padding:0;
	border:none;
}

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	color:#000000;
	font-family:verdana, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	color:#000;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height:96px;
}

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, sans-serif;
	font-size:12px;
}

#hassoGallery {
	margin-left: 50px;
	padding: 0;
	font-size: medium ;
	
	
}


#hassoNav {
	display: block;
	text-align:left;

}

#hassoNav ul {
	display: block;
	text-align:left;
	list-style: none;
	margin-left: 0.5em;
	font-size: small ;
	line-height: normal;
	margin-top: 2px;
	margin-bottom: 2px;
}

#hassoNav a {
	display: block;
}

#hassoNav a:hover {
	display: block;
	background-color:silver;
}

#hassoNav #active {
	display: block;
	background-color:silver;

}

#hassoThumbs {
	float: left;
	padding: 0;
	width: 370px;
	margin: 0px;
	border:1px dashed  #bfbfbf;
	font: bold 14px verdana ,  sans-serif;
	background-color: #e5e5e5;
	text-align: center;
	
}

#hassoThumbs .hassoThumb {
	float: left;
	margin: 10px 5px 10px 5px;
	border:0;
	height: 110px;
	width: 110px;
	text-align: center;
	vertical-align:middle;
	
}

#hassoThumbs .hassoThumb a {
	border:0;
	
}

#hassoThumbs .hassoThumb a img {
	border:0;
	
}


#hassoPic {
	text-align:center;
	padding: 5px;
	width: 360px;
	margin: 0px;
	border:1px dashed  #bfbfbf;
	font: bold 14px verdana ,  sans-serif;
	background-color: #e5e5e5;
}


#hassoPic .hassoTitle {
	font-style:oblique;
	text-align:left;
	
}

#hassoPic .hassoDescription {
	text-align:left;	
}

#hassoPic img {
	border: 0px;
	margin: 0px;
}


#hassoPrevNextNav {
	display: block;
	font-size: small ;
	width: 370px;
	margin:0;
	padding: 0;

}


#hassoPrevNextNav #hassoPrevPic{
	float: left;
	
}


#hassoPrevNextNav #hassoNextPic{
	float: right;
}

#hassoPrevNextNav #hassoPrevPic a {
	text-align:left;
}


#hassoPrevNextNav #hassoNextPic a {
	text-align:right;
		
}

/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
}

.jaosg_thumbnail {
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	vertical-align:middle;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}

/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}

