/*
-----CSS www.fotografin-sigridwolz.de------
Written by: www.tulipdesign.nl - S. Verlinden
Date:  Februari 2008
-------------------------------------------
*/

/* --------basis elements--------*/

* {padding:0 ; margin: 0;}

body {font-size: 100%; /*for IE*/}

html>body {font-size: 16px; /* for alle other browsers, IE cannot read this*/}

html, body {
   height: 100%;    /*important for 100% height*/
   font-family: Arial, Helvetica, sans-serif;
   color: #F9F8F8;
   background: #787878 url(../images/bg-body.jpg) repeat-x 0 0;
   margin: 0;
   padding: 0;
   }

p, table {
   font-family: Arial, Helvetica, sans-serif;
   color: #F9F8F8;
   padding: 5px 0 15px 0;
   line-height: 1.5em;
   }

p, ul, form, table {
   font-size: 0.85em;
   }

p, form, table, h3 {
   text-align: left;
   }

#content ul {
   list-style: square;
   text-align: left;
   padding-left: 30px;
   }

h1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 2.7em;
   font-weight: lighter;
   color: #F9F8F8;
   margin-top: 10px;
   }

h2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.4em;
   font-weight: lighter;
   color: red;
   padding: 5px 0 20px 0;}
   }

h3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 1.2em;
   font-weight: lighter;
   color: #f9f8f8;
   }

a:link {
   color: #F9F8F8;
   text-decoration: underline;
   }	

a:visited	{
   color: #ccc;
   text-decoration: underline;
   }

a:hover {
   color: red;
   text-decoration: underline;
   }

/*--------structure--------*/

#bg {
   position: relative;
   min-height: 100%;
   height:auto !important; /* 100% height for modern browsers */
   height:100%; /*100% height for IE */  
   top: 0;
   margin: 0 auto;
   text-align: center;
   width: 950px;
   padding: 40px 0 40px 0;
   background: black;
   }

*html #bg {overflow: visible;} /*so IE6  behaves*/

/*----suckerfisch dropdown menu----*/

#nav {width: 100%;}

ul#nav {
  margin: 30px 0 0 59px;
  padding-bottom: 50px;
  list-style: none;
  font-size: .9em;
  }

*html ul#nav {margin-right:-60px}

#nav li {
  float: left;
  position: relative;
  width: 5.5em;
  border-right: 1px solid #F9F8F8;
  }

ul#nav  li a:link, ul#nav  li a:visited {
   text-decoration: none;
   }

ul#nav #sieSindHier a {color: red;}

#nav li li {
   border: none;
   margin: 0 0 0 -1px;
   font-size: 1.15em;
   padding: 3px 2px 2px 5px;
   width: 11.5em;
   clear: left;
   border-left: 1px solid #F9F8F8;
   border-right: 1px solid #F9F8F8;
   border-bottom: 1px solid #F9F8F8;
   }

#nav li ul{
  margin: 1px 0 0 0px;
  list-style: none;
  border: none;
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  background: black;
  text-align: left;
  width: 11em;
  z-index: 2;
  }

 li > ul {
	top: auto;
	left: auto;
	}

#nav li:hover ul, #nav li.over ul { 
   display: block;
   }

/*---end suckerfisch---*/

#home_foto {
   margin-top: 80px; 
   border:3px solid #F9F8F8;
   }

#fotogalerien {
   width: 840px;
   margin:0 auto;
   text-align:center;
   }

#fotogalerien img {
   margin: 90px 20px  20px 20px; 
   border: none;
   }


#content, #content_kontakt{
   width: 770px; 
   margin: 0 auto;
   padding: 20px ; 
   border:1px solid #f9f8f8;
   margin-bottom: 30px;
   }

#content_galerie {
   width: 950px; 
   margin: 0 auto; 
   }

#content_kontakt {min-height: 275px;}

*html #content_kontakt {height: 300px;}

#content_column1 {
   width:360px;
   float:left;
   padding:10px 10px 10px 15px;
   }

#content_column1 img {
   float:left;
   margin:0 10px 7px 0;
   }

#content_column2 {
   width:360px;
   float:left; 
   padding:10px;
   }

.info {color:red;}

table#preisliste {
   border: none;
   text-align:left;
   width: 400px;
   margin: 0 auto;
   font-size: 0.85em;
   padding-top: 20px;
   }

.ausstellung {
   border-bottom: 1px solid #f9f8f8;
   min-height: 241px;
   }
*html .ausstellung {height:250px;}

.ausstellung img {
   float:right;
   margin: -20px 0 15px 0;
   } 

.ausstellung h3 { padding-top: 15px;}

img#zeitung {margin:-10px auto 0 auto;}

*:first-child+html img#zeitung {margin-left:-76px;}

hr.streep {
   clear: both;
   border: 1px dashed #ccc;
   margin: 0 20px 20px 0;
   }

.fotoleft {
   float: left;
   margin: 0 20px 0 0;
   padding: 0;
   background: black;
   }

.fotopost {
   margin: 47px 0 0 20px;
   }

.textright {
   margin: 0 5px 0 220px;
   padding: 0 20px 0 0;
   background: black;
   }


#footer {
   clear:both;
   width:100%;
   font-size: 0.9em;
   text-align:center;
   position:absolute;
   bottom:0;
   right:0;
   margin-bottom:20px;    
   }
