html,body {
  height:100%;
  width:100%;
  padding:0;
  margin:0; 
  font-family:Verdana;
  font-size:12px;
  /*background-color:#fdfbc5;*/
  background-color:#0d3e4e; 	
  background-image: url("anderebilder/layout/background_head2.jpg");  
  background-repeat: repeat-x;	
}


a:link{color:#000000; text-decoration:underline;}
a:visited{color:#000000; text-decoration:underline;}
a:active{color:#000000; text-decoration:underline;}
a:hover{color:#000000; text-decoration:underline;}


#head{
  width:100%;
  height:130px; 
  /*background-color:#fdfbc5;*/
  background-color:#ffffff; 
  background-image: url("anderebilder/layout/background_head.jpg");
  background-repeat: repeat-x; 
  text-align: center;
  border-bottom:4px solid #0d3e4e;
  
}


#streifen{
  background-color:#f7dd0a;
  background-image: url("anderebilder/layout/streifen.jpg");
  background-position: left;
  background-repeat: repeat-y; 
  height:6px;
  width:100%; 
}

#navi{
  width:100%;
  height:30px; 
  /*background-color:#68603d;*/
  background-color:#0d3e4e;
  text-align: center;
  padding-top:6px;
}

#papierrahmen_eins{
  width:900px;
  background-color:#ffffff;
  margin:auto;
  margin-top:6px;
  border-bottom:2px solid #f8ab0d;
  border-top:2px solid #e52a23;
  border-left:2px solid #ec650b;
  border-right:2px solid #ec650b;
}

#papierrahmen_zwei{  
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
  padding-top:5px;
}

#papierrahmen_ohne{
  width:900px;
  background-color:#ffffff;
  margin:auto;
  margin-top:6px;
  border:0px solid #f8ab0d;
 
}

ul.menu {
  position: absolute;
  visibility: hidden;
}
.menu {
  position: absolute;
  visibility: hidden;
  display: block;
  overflow: auto;
  font-size: 1px;
  padding: 2px;
  margin: 0px;
  border: 1px solid #0d3e4e;
  background-color: #0d3e4e; /* Farbe des AußenRahmens*/
}
.menu table {
  border-collapse: separate;
  border-spacing: 0px;
}
.menu tr {
  font-size: 1px;
  cursor: pointer;
  background-color: #0d3e4e; /* Hintergrundfarbe der Box */ 
}
.menu tr.over {
  background-color: #0d3e4e; /* Hintergrundfarbe der Box bei mouseover*/
}
.menu td {
  padding: 3px;
  text-align: left;
}

.menu td a {
  font-family: Tahoma;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #ffffff; /*farbe der links in der box*/
  text-decoration: none;
}

.menu tr.over a{
  font-family: Tahoma;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #e6221e; /*farbe der links in der box bei mouseover*/
  text-decoration: none;
}

.menu a:visited{color:#ffffff; text-decoration:none;}
.menu a:hover{color:#e6221e; text-decoration:none;}


.navileiste{
  padding-top:3px;
   margin: auto;
}

.navileiste a:link{
  font-size: 15px;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;
  color:white;
  padding-top:3px;
}
.navileiste a:visited{
  font-size: 15px;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;
  color:white;
  padding-top:3px;
}
.navileiste a:active{
  font-size: 15px;
  font-weight:bold;
  color: #ffffff;
  text-decoration: none;
  color:white;
  padding-top:3px;
}
.navileiste a:hover{
  color: #e6221e;
  font-weight:bold;
  text-decoration:none;  
  padding-top:3px;
}

.hintergrund{
  background-image: url("anderebilder/layout/background.jpg");
  background-position: left;
  background-repeat: repeat-y;   
}

.fadelinks{
  background-image: url("anderebilder/layout/fade_rechts.jpg");
  background-position: left;
  background-repeat: repeat-y;
}

.faderechts{
  background-image: url("anderebilder/layout/fade_links.jpg");
  background-position: right;
  background-repeat: repeat-y;
}


.tabelle{
  width:100%;
  text-align:center;
  font-size:12px;
  border-collapse:collapse;
  font-family:'Arial';

}

.tabelle th{
      border: solid 1px #000000;
      padding: 2px;      
 }

.tabelle td{
      border: solid 1px #000000;
      padding: 2px;      
 }
 

.nounderline a:link,
.nounderline a:visited {
  text-decoration: none;
}

.nounderline a:hover,
nounderline a:active {
  text-decoration: underline;
}

.nonounderline a:link,
.nonounderline a:visited {
  text-decoration: none;
}

.nonounderline a:hover,
nonounderline a:active {
  text-decoration: none;
}

 /* Button Style 1: grauer Hintergrund, blaue Schrift */
.buttons1{
  text-align:center;
  background-color:#dcdcdc;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  /*width:100px;*/
  height:18px;
}

/* Button Style 2: blauer Hintergrund, weiße Schrift */
.buttons2{
  text-align:center;
  background-color:#DE1408;
  color:#ffffff;
  font-weight:bold;
  font-size:10pt;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  /*width:100px;*/
  height:18px;
}

	
