/* Fewo Lippert */

body {
  height:100%;
  margin:0;
  padding:0;
  background-color:#FEEDCB;
  text-align:left;
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  scrollbar-base-color:#fff;
  scrollbar-3dlight-color:#fff;
  scrollbar-arrow-color:#000;
  scrollbar-darkshadow-color:#000;
  scrollbar-face-color:#FCB832;
  scrollbar-highlight-color:#fff;
  scrollbar-shadow-color:#fff;
  scrollbar-track-color:#FDDB98;
 }

table {
  text-align:justify;
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  line-height:16px; 
 }

img {
  border: 0 none;
}

a {
  text-decoration:none;
  color:black;
  font-weight:bold;
}

a:hover {
  font-weight:bold;
  text-decoration:underline;
}

a:active {
text-decoration:underline;
font-weight:bold;
}

h1 {
  font-family:Verdana, Arial, sans-serif;
  font-size:18px;
  text-decoration:none;
  letter-spacing:0.02em;

}
h2 {
  font-size:15px;
  letter-spacing:0.07em;
}

h3 {
  font-size:13px;
  letter-spacing:0.1em;
}

p {
text-align:justify;
}

.hinterlegt {
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  font-style:normal;
  padding:0px;
  text-decoration:none;
  color:#000;
  border-bottom: dotted 1px #000;
  }
  
  .hinterlegt:hover {
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  font-style:normal;
  padding:0px;
  text-decoration:none;
  color:#000;
  border-bottom: dotted 0px #000;
  }

.lineheight16 {
  line-height:16px; 
} 

.lineheight20 {
  line-height:20px;
  text-align:left;
}  

.lineheight24 {
  line-height:24px; 
}  

.small8 {
  font-family:Verdana, Arial, sans-serif;
  font-size:8px;
  font-style:italic;
  }
  
.small9 {
  font-family:Verdana, Arial, sans-serif;
  font-size:9px;
  font-style:italic;
}

.linksmall {
  padding:4px;
  font-size:9px;
}


.cellobj {
	Background-Color:#FCB832;
	padding:4px;
	  font-size:9px;
	  font-weight:bold;
}

.cellobjh {
	Background-Color:#FDDB98;
	padding:4px;
	  font-size:9px;
}

/* Header */

#header {
  position:absolute;
  top:0px;
  left:0px; 
  width:auto; 
  height:200px; 
  padding:0px;
  z-index:4;
}

#800m {
  position:absolute;
  top:240px;
  left:690px; 
  z-index:3;
}

/* Menue */

#menue {
  position:absolute;
  top:200px;
  left:0px; 
  width:240px; 
  height:auto; 
  font-family:Verdana, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#000;
  padding-top:20px;
  padding-left:0px;
  background-image:url(../img/bgmenue.jpg);
  z-index:2;
}


/* Popup */

#popup { 
  position:absolute;
  top:20px;
  left:20px; 
  right:20px;
  width:auto;
  height:auto;
  padding:0px;
  background:#fff;
  border-width:0px;
  border-style:solid;
  border-color:#ddd;
  z-index:2;
}

/* Hauptfenster */

#main { 
  position:absolute;
  top:220px;
  left:260px; 
  width:540px;
  height:auto;
  padding:0px;
  background:#fff;
  border-width:0px;
  border-style:solid;
  border-color:#ddd;
  z-index:2;
}

/* aufzaehlung */

ul.xyz { 
list-style-position: outside; 
list-style-image: url(../img/xyz.gif); 
}

.ferienhaus {
    color:white;
	font-size:8px;
}

@media print {
  #menue { display:none; }
  #main { border:0 none; float:none; width:auto; margin:0; }
}

