/* StyleSheet:  Schreinerei Werner Schmitz      */
/* Author:      Ren&eacute; Feld                */
/* Erstellt am: 25. Januar 2010                 */
/* Letzte Aenderung: 30.01.2010                 */


* {
	border: 0;
	padding: 0;
	margin: 0;
}

html { height: 101%; }

body {
  background-color: #d9bf8f;
  color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
}

h1, h2 {
	margin-bottom: 15px;
}
h1 { font-size: 150%; }
h2 { font-size: 130%; }

address {
  font-size: 80%;
  font-style: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}

a { text-decoration: none; 
    outline: none }

a:link { color: #f2d479; }
a:visited { color: #f2d479; }
a:hover, a:focus { background-color: #d9bf8f;
                   color: #402106; }

a:active { background-color: #d9bf8f; 
           color: #402106; }

.skipLink {
  position: absolute;
  top: -5000px;
  left: -5000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

#logo {
  background-color: white;
  color: black;
}

#wrapper {
  position: relative;
  background-image: url(../images/Holz10-Print-960x1050kolmplett-logo.jpg);
  background-repeat: no-repeat;
  color: #402106;
  width: 960px;
  height: 1050px;
  margin: 10px auto;
}

#header {
  height: 150px;
  border-bottom: 1px solid #402106;
}


#navi {
  color: #402106;
  background-color: inherit;
  position: absolute;
  top: 130px;
  right: 0;
}

#navi li {
  display: inline;
  list-style-type: none;
  margin-right: 10px;
  bottom: 0;
}
  #navi a,
  #navi span{
    background-color: #a67538;
    padding: 4px 8px 4px 8px;
    border: 1px solid #402106;
    margin-bottom: 0;
  }
  #navi a:hover,
  #navi a:focus {
    background-color: #CAB78F;
    border-bottom-color: #CAB78F;
  }

  #start #navi01 span,
  #moebel #navi02 span,
  #kontakt #navi05 span {
    background-color: #CAB78F;
    border-bottom-color: #CAB78F;
  }

 
#content {
  background-image: url(../images/transparent-1x1px.png);
  height: 880px;
  border-bottom: 1px solid #402106;
  padding: 20px 20px 0 20px;
}

  #content a { border-bottom: 1px dotted #402106; }
  #content p { padding-bottom: 5px; }
  
#footer {
  text-align: center;
  padding-top: 10px;
}

#lastModified {
  font-size: smaller;
  text-align: center;
}

#claim {
	color: #a67538;
	background-color: inherit;
	position: absolute;
	top: 110px;
	left: 10px;
}
	#claim p {
		font-size: 1.5em;
	}
  
  form p { clear: left;
    float: left;
    width: 100%;
    }
    
form { font-size: 0.9em; 
       line-height: 100%;
       width: 40em; 
        } 
        
fieldset { margin: 0; 
           padding: 0 0 0 0; 
           border: solid 2px maroon; 
           }  
           
legend { color: maroon; 
         font-size: 1em; 
         margin: ; 
         padding: ; 
         }  
                          
.button { font-size: 0.9em;
          background-image: url(../images/button.gif);
          background-repeat: no-repeat; 
          background-attachment: scroll; 
          width: 70px; 
          height: 30px; 
          margin: ;
          cursor:pointer; 
          }
input { width: 10em; 
        float: left;
        margin: ; 
        padding: ; 
        border: solid 1px silver; 
        display: block; 
        }     
         
#strasse { }

#nummer { width: 3em; }

#ort { }

#postleitzahl { width: 3em; }

#name { }

#nachricht { width: 250px; 
             height: 100px; 
             margin-left: 20px; 
             }
             
#vorname { }

label { color: #878787; 
        font-weight: normal; 
        text-align: right; 
        width: 5em; 
        float: left; 
        margin: ; 
        padding: ; 
        }