/**********************************************************************************************/
/****************************************** Allgemein *****************************************/

p, table, a, div, li, ul, td{
   font-family:Arial, sans-serife;
   font-size: 100%;
   line-height:130%;
   color: black;
   background-color:transparent;
   }


li {
   margin-left:1em;
}

@media screen {
  p:first-letter {
    background-color:inherit;
    font-size:130%;
    vertical-align: baseline;
    line-height:80%;
  }
}

/**********************************************************************************************/
/******************************************** Seite und Kopf *****************************************/

body.fotos {
    font-size:95%;
/*    background:black url(hinten_orange.gif) repeat-x;*/
    background:black url(hinten.jpg) no-repeat top center;
    padding:0; margin:0 0 10px 10px;

}

div.fotos {
    padding:0;margin:auto;
    text-align: left;
    width:900px;

}

div.kopf {
  width:900px; height:120px;
  background: url(kopf.png);
  }

h1 {
    padding:20px;
    margin:0;
    background:transparent;
    color:white;
    width:500px;

}
div.kopf_menu {
  width:350px;
  float:right;
  padding-top:80px;
  color: white;
  }

div.kopf_menu a:link, div.kopf_menu a:visited, div.kopf_menu a:hover, div.kopf_menu a:active {
    background:transparent;
    color: white;
    text-decoration:none;
}

div.kopf_menu table tr td {
  color: white;
  vertical-align:top;
  }

input#query {
  background:url(suche_hinten.jpg);
  border:1px solid white;
  color:white
  }

input#query:focus {
  background:black;
  }

input#los {
  color:white;
  background:transparent;
  border:1px solid white;
  }

/**********************************************************************************************/
/******************************************** Menü *******************************************/

div.menu {
  width:900px; height:122px;
  background:url(menu.png) no-repeat;
  padding:0px 0px 0px 30px;
  }


a.menu:link, a.menu:visited, a.menu:hover, a.menu:active, a.menuac:link, a.menuac:visited, a.menuac:hover, a.menuac:active {
  display:block;
  margin: -1px 0px 0px -10px;
  background: url(menu_link.png) no-repeat;
  width:173px; height:45px;
  text-align: center;
  padding-top: 15px;
  font-size:110%;
  color: black;
  text-decoration:none;
  }

a.menuac:link, a.menuac:visited, a.menuac:hover, a.menuac:active {
  background:url(menu_activ.png) no-repeat;
  color:black;
  }

a.menu:hover {
  background: url(menu_hover.png) no-repeat;
  }

a.menuac:hover {
  background: url(active_hover.png) no-repeat;
  }

div.umtechnikmenu {
  position:absolute;
  margin-top:-70px;
  margin-left:20px;
  width:860px;
  }


div.technikmenu {
  height:20px;
  position: relative;
  bottom:0px; left:10px;
  border-left: 2px ridge grey;
}

a.kapitel:link, a.kapitel:visited, a.kapitel:hover, a.kapitel:active, a.kapitelac:link, a.kapitelac:visited, a.kapitelac:hover, a.kapitelac:active  {
  padding: 0 5px 0 5px;
  border-right: 2px ridge grey;
  text-decoration: none;
  font-weight: bold;
}



a.ukapitel:link, a.ukapitel:visited, a.ukapitel:hover, a.ukapitel:active, a.ukapitelac:link, a.ukapitelac:visited, a.ukapitelac:hover, a.ukapitelac:active  {
  padding: 0 5px 0 5px;
  border-right:  2px ridge grey;
  text-decoration: none;
}

div.seitenmenu a:link, div.seitenmenu a:visited, div.seitenmenu a:hover, div.seitenmenu a:active {
  text-decoration: none;
}

a.kapitel:hover, a.ukapitel:hover, a.kapitelac:link, a.kapitelac:visited, a.kapitelac:hover, a.kapitelac:active, a.ukapitelac:link, a.ukapitelac:visited, a.ukapitelac:hover, a.ukapitelac:active, div.seitenmenu a:hover {
 background: #FFBF00;
 }


div.titel {
    font-size:90%;
    background:transparent;
    color:white;
    border-bottom:1px solid white;
    margin-top:10px;
}

/**********************************************************************************************/
/******************************************** Inhalt *******************************************/


div#bildrahmen {
    padding:0px 25px 25px 35px;
    background: url(mitte.png) repeat-y;
    margin:0px;

    }


div#bildrahmen a:link,  div#bildrahmen a:active {
    color: black;
}

div#bildrahmen a:visited {
    color: #4F4F4F;
}

div#bildrahmen a:hover {
 backgrounbd-color: #FFBF00
}

h2 {
    font-family: georgia, "Times New Roman", serife;
    color: black;
    text-align:left;
    margin:0px 0px 10px -9px;;
    padding:5px 5px 7px 15px;
    background: #92A060;
    font-size: 200%;
    font-weight: bold;
    width:843px;
}

a.nachoben {
    display:block;
    text-decoration:none;
    font-size:80%;
    margin:5px;
    padding:10px;
    text-align:right;
    padding-right:30px;
    background:url(/Fotografie/nachoben.gif) no-repeat right;
    clear:both;
}

a.nachoben:hover {
    background:url(/Fotografie/nachoben.gif) no-repeat right;
    }

h3, h4 {
    text-align:left;
    margin:0px;
    width: auto;
    margin-bottom:5px;
    padding:10px;
    font-family:Arial, sans-serife;
    font-size: 125%;
    font-weight: bold;
    border-bottom:2px solid #92A060;
    clear:both;

}

h3 {
   color:black;}

h4 {
   font-size: 115%;
   border:none;
}

table.start tr td {
  vertical-align:top;
  width:50%;
  padding:5px;
}

span.bild {
  float:right;
  border: 2px solid #BFBFBF;
  -moz-border-radius:10px;
  background:white;
  margin:3px 3px 0 3px;
  font-size:90%;
  color:black;
  font-style:italic;
  padding:5px;
  text-align: center;
}

span.bild img, div.bild img {
  padding-bottom:5px;
  border-bottom: 2px solid #BFBFBF;
  }


span.anadig {
  float:left;
  margin:3px;
}


div.bild {
  border: 2px solid #BFBFBF;
  -moz-border-radius:10px;
  background:white;
  margin:auto;
  margin-top:10px; margin-bottom:10px;
  font-size:90%;
  color:black;
  font-style:italic;
  text-align:center;
  padding:3px;
  width:620px;
}


div.stext1, div.seitenmenu {
  width:300px;
  float:right;
  margin:5px 5px 0 5px;
  padding:20px 20px 5px 5px;
  font-size:90%;
  color:black;
  background:url(text_hinten.png) top right;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
}


div.seitenmenu {
  float:right;
  padding:10px;
  }

div.stext1 a {
  text-decoration:none;
}

div.stext1 ul {
  margin:3px; padding:0;
}

div.stext2 {
  text-align:left;
  width:600px;
  margin:auto; margin-top:10px;
  color:black;
  padding:3px;
  background:url(text_hinten.png) top right;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
  font-size:90%;
  color:black;
}


span.hervor1 {
  border: 1px solid #BFBFBF;
  background:#DBEF91;
  font-size:90%;
  color:black;
  padding:5px;

  }

p.teaser {
  font-weight:bold;
}

div.titel2 {
    font-size:90%;
    background:transparent;
    color:black;
    border-bottom:1px solid black;
    font-weight:bold;
    width:95%
}

div.disclaimer {
    font-size:90%;
    background:transparent;
    color:black;
    border-top:1px solid black;
    width:95%;
}

li img {
   margin:5px;
   border: 3px solid #3F0000;
}

div#fotohinten {
   background-color:#5F0000;
}

table.technik {
  border: 2px solid #BFBFBF;
  background:white;
  margin:5px;
  border-collapse:collapse;
  min-width:450px;
}

table.technik tr td{
  border: 1px dotted #BFBFBF;
  padding: 2px;
  vertical-align:top;
  font-style:normal;
  text-align:left;
}

table.technik tr td.titel{
  border: 1px dotted #BFBFBF;
  padding: 2px;
  vertical-align:top;
  background:#BFBFBF;
  font-weight:bold;
  font-size:120%;
}

table.historie {
   margin:20px;
   border-collapse:collapse;
   width:500px;
}

table.historie tr td {
   margin:0px; padding:5px;
   padding-top:10px;padding-bottom:10px;
}


table.historie tr td.mid {
   background: url(/Fotografie/kameras/linie_senkrecht.gif) repeat-y;
   padding:0px;
}

div.text {
   border: 2px solid #8D6F65;
   padding:3px;
   background:white;
}

p.kommentar {
  font-style:italic;
}

div#fusszeile {
padding:50px 50px 20px 20px;
text-align: right;
color: white;
clear:both;
font-size:80%;
margin:0px;
height:77px;
background: url(fuss.png) no-repeat;;
}

div#fusszeile a:link, div#fusszeile a:visited, div#fusszeile a:hover, div#fusszeile a:active {
color:white;
}

div#fusszeile a img {
  vertical-align:bottom;
  }

table.formular {
  background:#FFF8E5;
  border: 2px solid #BFBFBF;
  padding:5px;
  }

input:focus {
    border:2px solid #FFBF00;
    }

textarea:focus {
    border:2px solid #FFBF00;
    }

/**********************************************************************************************/
/******************************************** Fotos *******************************************/

div.slide {
  padding-top:5px;
  width: 163px;
  text-align:center;
  margin:2px; margin-left:30px; margin-right:10px;
  float:left;
  }

div.reihe {
  width:170px;
  margin:0px;
  padding:0px;
  float:left;
  }


div.zeile {
  height:190px;
  margin:0px;
  padding:0px;
  }

div.slide2 {
  width: 305px; height:330px;
  }

div.slide3 {
  padding-top:5px;
  width: 263px;
  margin:2px; margin-left:30px;
  float:left;
  }


div.slidetitle {
  font-size:90%;
  text-align:center;
}

div.info {
  padding:4px; padding-left:35px;
  white-space:nowrap;
  font-size:13px;
  height:110px;
  background:url(info2.png) no-repeat;
}

td.beschreibung {
  width:450px;
  }

div.slide a:link img, div.slide a:visited img, div.slide a:hover img, div.slide a:active img {
  padding:4px;
  border: 2px solid #BFBFBF;
    background:white;
  }

div.slide a:hover img {
  border:2px solid #FFBF00;
  }

a.bsp:link img, a.bsp:visited img, a.bsp:hover img, a.bsp:active img {
  border: 2px grey inset;
  margin:5px;
  }

a.bsp:hover img {
  border:2px solid #FFBF00;
    margin:5px;
  }

div.thumbs {
  width:740px;
  overflow:auto;
  margin:auto; margin-top:10px;
  color:black;
  padding:3px;
  background:url(text_hinten_2.png) top right no-repeat;
  border-bottom: 3px solid #808080;
  border-left: 3px solid #808080;
  font-size:90%;
  color:black;
  }

div.bilder {
  height:400px;
  overflow:auto;
  margin:auto; margin-top:10px;
  color:black;
  padding:3px;
  border: 2px solid #BFBFBF;
  -moz-border-radius:10px;
  background:#FFF8E5;
  }


div.galnav {
  margin-top:20px;
  height:210px;
  }


div.galnav2 {
  width:80px;
  text-align: center;
  float:left;
  }

div.umbild {
  text-align:center;
  margin:20px 0 20px 0;
  }

img.bild {
  border: 2px solid #BFBFBF;
  -moz-border-radius:10px;
  background:white;
  margin:3px 3px 0 3px;
  font-size:90%;
  color:black;
  font-style:italic;
  padding:10px;
}


/**********************************************************************************************/
/******************************************** Suche *******************************************/

a.title {
   font-size: 115%;
   margin:0px;
   border: none;
   }

div.url {
  font-size:80%;
  font-style:italic;
  }

div#result_report {
  font-size:80%;
  font-style:italic;
  margin-bottom:10px;
  }