/* screen.css
  Budt 3col Layout
  3/2009
(c) PTec Datentechnik GmbH
*/

/*** Design ***/



.doNotDisplay, .hidden {	/* Used for content that should be displayed */
				/* by non-stylesheet-aware browsers          */
   display:         none !important;
}


body {
  font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:           black;
  background-color: #F3F2EB;
}

h1,h2,h3,h4,h5,h6 {
  font-style: italic;
}


#header {
  padding-top: 0.3em;
  background-color: #E6DFCF;
  /*height: 100px;*/  /* height of tallest img, if no hor navbar */
}

#header a { text-decoration: none; }

#header img.logo {
  position:	    absolute;
  top:		    10px;
  left:	    20px;
}
#header img.haus {
  position:	    absolute;
  top:		    3px;
  right:	    20px;
}

#header h1 {
  text-align: center;
  margin-bottom: 0.5em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header h1.inhaber  { margin-bottom: 1em; }
#header h1.firma a  { color: #A68C53; }
#header h1.inhaber a { color: black; }

 

#footer {
  padding: 0.3em 0;
  background: #E6DFCF; 
}
#footer p {
  text-align: center;
}


#main {
  background: white;
}
#main, #sidebar-left, #sidebar-right {
  padding-top: 1em;
}
#main h1 {
  color: #A68C53;
}
.withsidebar-right #main {
  border-right: 1px solid #D8D2C3;
}

#sidebar-left {
  background: #F3F2EB;
  border-right: 1px solid #D8D2C3;
}
#sidebar-right {
  background: #F3F2EB;
}






#galerie {
  overflow: hidden;  /* Equal-height Columns */
  padding: 0 3%;
  text-align: center;
}
#galerie dl {
  float: left;
  margin: 8px 10px;
  padding: 4px;
  width: 220px;  /* 172px= imgWidth + pad + border */
  background: #efefef;
  border: 1px solid #fff;
}
#galerie dl:hover {
  background: #dfdfdf;
  border: 1px solid #eee; 
  border-bottom: 1px solid #aaa; 
}
#galerie dt {
  padding: 10px;
  margin: 5px 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-bottom: 1px solid #aaa;
  text-align: center;
}
#galerie dt .name {
  font-weight: bold;
}
#galerie dt img {
  border: 1px solid #aaa;
  border-bottom: 1px solid #333;
}
#galerie dd {
  margin-left: 0;
  padding: 0 4px;
  color: #333;
  font-size: 85%;
  text-align: center;
}



