#frame {
  top:10px;
  color:#014C76;
  border:1px solid #014C76;   
  width: 850px;
  margin: 10px auto; 
  /* background-color: white; 

  background-image:url(../images/mosel.jpg); 
  background-repeat: no-repeat; 
  background-position:right;
  background-position: top;
  */

  }

#frame .title {
  float:right;
 
}

/* ======================================
  1. Kalibrierung und Restauration
  ====================================== */
/* Reset - alle Abstände auf NULL */
*  { padding: 0; margin: 0; }
/* optional: erzwingt Scrollbar im Firefox */
html { height: 100%; margin-bottom: 1px; }
h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em ; }
/* hier ggfs. Abstände für weitere Elemente restaurieren */

/* ======================================
  2. Allgemeine Styles
  ====================================== */
body {
  /* background-color: white; 
  color: white;*/
  font-family: Arial, Helvetica;
  font-size: small;
}
h1 { 
	font-size: 150%; 
	line-height:1.5;  
	color:#f7941d; 
	}
h2 { 
	font-size: 130%; 
	line-height:1.5;
	color:#f7941d;  
}
h3 { 
	font-size: 110%; 
	color:#f7941d; 
}


address {
  text-align: center;
  font-size: 80%;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  /* outline: none; */ /* nur wenn es Sie wirklich stört */
}
a:link {
	text-decoration:none; }
a:visited { text-decoration:none;  }
a:hover,
a:focus {

}
a:active {

}
/* Allgemeine Klassen und IDs */
img#logo {

}
/* Skiplink ausblenden */
.skiplink {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
/* Bilder floaten und mit Rahmen versehen */
.bildlinks {
  float:left;
  padding: 3px;
  border: 5px solid #ccc;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bildrechts {
  float:right;
  padding: 3px;
  border: 5px solid #ccc;
  margin-bottom: 10px;
  margin-left: 10px;
}
.clearing { clear: both; }

/* ======================================
  3.  Styles für die Layoutbereiche
  ====================================== */
#wrapper {
  background-color: white;
  color: black;
  width: 80%;
  margin: 10px auto;
}
/* Feste Breite für IE6 */
* html #wrapper { width: 760px; }

#kopfbereich {
  position: relative;
  background-color: #014C76;
  color: white;
  padding: 10px 20px 10px 20px;
}
  #kopfbereich p {

  }
  div#kopfbereich p span {

  }
#navibereich {
  
  background-color: #014C76; 
  margin-top:10px; 
  float: left;
  width: 13em;
  
  /* background-image:url(../images/bg_nav.png); background-repeat:repeat-x; */
}
#navibereich_innen {
  padding-left: 20px;
  padding-top: 20px;
}

  #navibereich ul {
    width: 8em;
    border-top: 1px solid #5F8EDC;
  }
  #navibereich li {
    list-style-type: none;
    border-left: 1px solid #5F8EDC;
    border-bottom: 1px solid #5F8EDC;
    margin: 0;
  }
  #navibereich a {
    display: block;
    text-decoration: none;
    color: white;
    background-color: #014C76;
    padding: 4px;
    border-left: 3px solid #D4E1F7;
  }
  #startseite #navi01 a,
  #galerieseite #navi02 a,
  #kontaktseite #navi03 a {
    color: black;
    background-color: #a8a9ad;
    border-left-color: #014C76;
    border-bottom: none;
  }
  #navibereich a:hover,
  #navibereich a:focus {
    color: black;
    background-color: white;
    border-left-color: #014C76;
    border-bottom: none;
  }
  #navibereich a:active {
    color:#f7941d ;
    background-color: #014C76;
  }
  
  
/* Style für #sidebar */
#sidebar {
  float: right;
  width: 20%;
}
#sidebar_innen {
  padding: 10px;
  padding-top: 20px;
}
/* Feste Breite für IE6 */
* html #sidebar { width: 110px; }

#textbereich {
  margin-left: 21%; 
  margin-right: 10%;  
}
#textbereich_innen {
  padding: 30px 10px 20px 20px;
  overflow:scroll;
}
  #textbereich a {
  border-bottom: 1px dotted #D4E1F7;
}
  #textbereich a:hover,
  #textbereich a:focus {
    border-bottom: 1px solid #5F8EDC;
  }
#fussbereich {
  clear:both;
  /* background-color: white; */
  color: black;
  padding: 10px 20px 20px 20px;
  margin-top: 0;
}
/* ====================================== 
  4. Sonstige Styles 
  ====================================== */
/* Das Kontaktformular */
label {
  display: block;
  cursor: pointer;
}
input#absender,
textarea {
  width: 300px;
  border: 1px solid #8c8c8c;
  margin-bottom: 1em;
}
textarea {
  height: 7em;
}
input:focus,
textarea:focus {
  background-color: #d9d9d9;
}

/* Die kleine Galerie */
div.galerie {
  overflow: hidden; /* zum Einschließen der Floats */
  padding: 25px 10px 10px 0;
  margin: 0 3px 3px 0;
}

/* Sternchen-Hack und Holly-Hack
   bewirkt hasLayout für IE6 */
* html div.galerie { height: 1%; }

div.galerie img {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  margin-right: 15px;
  margin-bottom: 15px;
}

.li {   
background-color: #C6C6C6; 
width: 10em;  
font-size:1.0em; font-weight:bold;
padding: 0.15em 1.0em 0.5em 0.5em;   
text-align: left; 
-moz-border-radius-topright: 1em;   
-webkit-border-top-right-radius: 1.8em;   
border-top-right-radius: 1.0em; 
border-bottom: 2px solid #F7941D; 
border-left: 2px solid #F7941D;
list-style-type: none;
}

.li_aktiv {   
background-color:#f7941d;   
width: 10em; 
color:#f7941d;
font-size:1.0em; font-weight:bold;
padding: 0.15em 1.0em;   
text-align: left; 
-moz-border-radius-topright: 1em;   
-webkit-border-top-right-radius: 1.8em;   
border-top-right-radius: 0.8em; 
border-bottom: 4px solid #F7941D; 
border-left: 2px solid #F7941D;
list-style-type: none;
}

#top_navibereich {
    display: inline;
    text-decoration: none;
    color: #FFF;
    background-color: #CCC;
    padding: 4px;
    border-left: 3px solid #D4E1F7;
  }
#top_navibereich_aktiv {
    display: inline;
    text-decoration: none;
    color:  #9C3;
    background-color: #F7941D;
    padding: 4px;
    border-left: 3px solid #D4E1F7;
  }
  
.form_select { margin:2px;	
	padding-bottom:1px; padding-left:2px; padding-right:2px; padding-top:1px; 
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #FFFFFF;
	border-top-color: #009;
	border-right-color: #009;
	border-bottom-color: #009;
	border-left-color: #009; 
	border: solid 1px;
	cursor:pointer;
}

/* Links definieren */
.link_suche {
	font-size: 110%;  
	color: #093; 
	text-decoration:none;
}

.link_email {
	font-size: 110%;  
	color: black; 
	text-decoration:none;
}

.unterordner {
	font-size: 90%; 
	font-style:italic;  
	color: #F49100; 
	text-decoration: none; 
	padding-left:14px; padding-top:2px; padding-bottom:2px; 
	
	}