/* CSS Document */

* {
* margin: 0;
* padding: 0;
* }
*
*/* declare consistent base font sizes */
/* ---------------------------------- */

body{
font-size:16px;
}

* html body{
* font-size: 14px; /* for IE5/win */
f\ont-size: 16px; /* for other IE versions */
}

html>body {
font-size:16px; /* be nice to opera */
}
/* ---------------------------------- */


body{
  /*margin:0 0 20px 0px;*/
  background-color: #e6e7e8;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #666666;
	 overflow: scroll;
  

}


hr{
 border: 0px; /* FÃ¼r Firefox und Opera */
 border-top: solid 1px #745123;
 border-bottom: transparent;
}

a.link_orange:link {
  color: #FA8D00;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;

}

a.link_orange:visited {
  color: #FA8D00;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
  
}

a.link_orange:active {
  color: #FA8D00;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
 
}
  
a.link_orange:hover {
  color: #FA8D00;
  font-weight: normal;
  text-decoration: none;
  line-height: 20px;
  
}
  
  

a, a:link, a:visited {
  color: #666666;
  font-weight: normal;
  text-decoration: none;
  
}

a:active, a:hover {
  color: #FA8D00;
  font-weight: normal;
  text-decoration: none;
 
}
  
#container {
  width: 1000px;
  margin: 0 auto;
}
#header{
  border-bottom: 0px solid black;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}

/*
#headercontent{
width: 1000px;
}
*/

/*
#menu ul {
  list-style-image: url(../img/pfeil_orange.gif);
  font-family: Verdana;
  font-size: 11px;
  color: #666666;
  padding-left: 35px;
  list-style-type: none;
}
#menu ul li {
  padding-bottom: 20px;
}
#menu ul li ul {
  list-style-image: none;
  font-family: Verdana;
  font-size: 11px;
  color: #666666;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  padding-left: 0px;
}


#menu ul li ul li {
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 11px;
}
*/
#menu {
  background-color:#FFFFFF;
  height:auto; /* fÃ¼r IE */

}


/* navi container. rest von der navi in extra css file */

#content{
  background-color:#FFFFFF;
  /*background-image:url(../img/spacer.gif);*/
  background-repeat:repeat-x;
  background-position: bottom;
  min-height:550px;
  /*height:auto !important;   für moderne Browser */
  height:550px; /* fÃ¼r IE */
  float:left;
  width:1000px;
	height: auto;
}

#content_gt{
  background-color:#FFFFFF;
  /*background-image:url(../img/spacer.gif);*/
  background-repeat:repeat-x;
  background-position: bottom;
  min-height:550px;
  /*height:auto !important;   für moderne Browser */
  height:auto; /* fÃ¼r IE */
  float:left;
  width:1000px;
}

#innercontent{
  width: 500px;
  float:left;
  /*margin-left: 82px;*/
  padding-bottom: 40px;
  display: inline;

  height:auto;

}

#innercontentGalerie{
  width: 570px;
  float:left;
  /*margin-left: 82px;*/
  padding-bottom: 40px;
  display: inline;
}

#footer{
height: 20px;
padding-top: 10px;

background-image:url(../img/spacer.jpg);
background-position: top;
background-repeat:repeat-x;
background-color: #e6e7e8;
clear:both;
}

#footer p {
  text-align: left;
  padding-left: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
}

#leftcol{
float:left;
width: 190px;
background: #FFFFFF;
}

#middle{
  float:right;
  width: 310px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #666666;

  }

#breit{
 padding-left: 200px;
  width: 610px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #666666;

  }

#middleGalerie{
  float:right;
  width: 365px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #666666;
}

#rightcol{
  float: right;
  width: 310px;
  padding-right: 160px;
  border-left: 0px solid #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #666666;
}

#rightcolpadder{
/*margin: 0 0 0 10px;*/
}

#rightcolGalerie{
  float: right;
  width: 340px;
  padding-right: 70px;
  padding-top: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  color: #666666;
}
#bildObjekt{
  border:1px solid #666666;
}

.vorschaubildrahmen {
  /*padding-top: 0px;
  margin-top: -10px;*/
  width: 260px;
  float: left;

}
.vorschaubildrahmen img{
  padding-right: 5px;
  padding-bottom: 5px;
}
.beschreibungsrahmen {
  float: left;
  width: 350px;
  /*margin-left: 65px;*/
}
.vorschauContent {
	/*border:1px solid #666666;*/
}

.bildbeschreibung{
  font-family: Verdana;
  font-size: 10px;
  line-height: 14px;
  color: #666666;


}

.bildNummerierung{
  width: 90px;
  height: 150px;
  font-family: Verdana;
  font-size: 11px;
  color: #666666;
  margin-right:12px;
  float: right;
}

#bildNummer {
  color: #FA8D00;

}

.bildbeschreibung p{
  margin: 0 0 0 0;
}



h1 {
  font-family: Verdana;
  font-size: 16px;
  font-weight: bold;
  color: #fa8d00;
  padding-bottom: 15px;

}
h2 {
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
  color: #fa8d00;

}

h3 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #fa8d00;
}
h4 {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #fa8d00;
}
h5 {
  font-family: Verdana;
  font-size: 10px;
  font-weight: normal;
  color: #fa8d00;
  margin: 15px 0 0 0;
}
.important{
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #990000;
}

.moreRahmen {
  text-align: right;
  width:300px;

}

a.moreLink {
  font-family: Verdana;
  color: #FA8D00;
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
  /*vertical-align:bottom;*/
}

/*p {margin: 0 0 1em 0}*/

