* {
    padding: 0px; 
    margin: 0px; 
    z-index: 0;
    }

#wrapper {
    height:100%;
    width: 100%;
    color: white; 
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 100%;
    overflow: auto;
}
#footer {
    text-align: center;
    padding-top: 15px;
    font-size: 10pt;
    display: block;
    position: relative;
    clear: both;

    bottom: 0px;
    height: 4%;
    width: 100%;
    color: white;
    background-color: black;
    margin:0 auto;
    overflow: hidden;
}

#top {
    width: 100%;
    height: 8%;
    background-color: black;
    margin-top: 2%;
}

#navigation {
    width: 1024px;
    margin: 0px auto;
}

#content {
    width:1024px;
    margin: 0px auto;
    margin-top: 2%;
    left: 0px;
    min-height: 72%;
    
    height: auto;
}

#contentleft {
    background-color: black;
    width: 200px;
    height: 300px;
    float: left;
}

#contentright {
    width: 796px;
    margin-left: 24px;
    background-color: rgba(0, 0, 0, 0.5);
    float: left;
    overflow: auto;
	border: 2px solid #c1b297;
}

#navigation ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 20px 4px 17px 0;
  list-style: none;
  width: 60px;
  
}

#navigation ul a {
    color: #c1b297;
    text-decoration: none;
    padding: 20px 4px 17px 0; 
	font-size: 120%;	
}

#navigation ul a:hover {
    color: white;
    padding: 20px 4px 17px 0;
}

#navigation ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 20px 20px;
  cursor: pointer;

}

#navigation ul li:hover {
  
 
}

#navigation ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  display: none;
  visibility: hidden;

}

#navigation ul li ul li { 
  background: black; 
  display: block; 
    
}



#navigation ul li ul li:hover { 
    background: black;
    
}


#navigation ul li:hover ul {
  display: block;
  
  opacity: 1;
  visibility: visible;
}

#navigation ul li:hover ul a {
  
}

#navigation ul li:hover ul a a:hover {
  
}



h1 {
    padding: 10px 10px;
    font-size: 130%;
}

h2 {
    padding: 10px 10px;
    font-size: 120%;
    text-decoration: underline;
}

p {
	font-size: 90%;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

span.imprint {
	font-size: 110%;
	font-weight: bold;
}

span.imprint2 {
	font-size: 100%;
	font-weight: bold;
}

form div { 
    border: none;
    padding: 5px; 
}

fieldset {
    width: 575px; 

    padding-left: 10px;
    padding: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
    border: 1px solid gray;
}

legend {
    padding: 0.6em;
    border: 1px solid lightgray;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);  
    -moz-box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1); 
    box-shadow: inset 2px 2px 3px rgba(0,0,0,0.1); 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

label {
    width: 6em;
    display: inline-block;
    text-align: right;
    font-size: 120%;
}

#submit {
    padding-left: 40px;
    padding-top: 15px;
}
        
input[type=submit] {
    margin-left: 10em;
    margin-right: 0.2em;
    font-weight:bold;
}

div>label:first-child {
    width: 8em;
    text-align: left;
    padding-top: 0.3em;
    vertical-align:top;
}
        
input, select, textarea {
    width: 25em;
    padding: 0.3em;
    border: 1px solid lightgray;
    -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);  
    -moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1); 
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1); 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
        
input:hover,select:hover,textarea:hover {
    background: #eee;
    border: 1px solid #555;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);  
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); 
    box-shadow: 0 0 10px rgba(0,0,0,0.2); 
}

input:focus,select:focus,textarea:focus {
    border: 1px solid lightgray;
    -webkit-box-shadow: 0 0 10px rgba(32,204,255,0.7);  
    -moz-box-shadow: 0 0 10px rgba(32,204,255,0.7); 
    box-shadow: 0 0 10px rgba(32,204,255,0.7); 
    outline: none;
}
        
input[class=submit], input[class=reset] {
    background-position: 0% 0%;
    width: 10em;
    padding: 0.6em;
    border: 1px solid #aaa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* Webkit */
    /* Firefox */
    box-shadow: 0px 0px 5px rgba(255,255,255,0.8);
    background-image: -moz-linear-gradient(
    top,
    rgb(250,250,250) 10%,
    rgb(204,204,204) 100%
    );
    background-color: #fafafa;
    background-repeat: repeat;
    background-attachment: scroll;
}
		
input[class=submit]:hover, input[class=submit]:focus {
    border-color: #3a3;
    color: #3a3;
}

input[class=reset]:hover, input[class=reset]:focus {
    border-color: #f55;
    color: #f55;
}
		
input[class=submit]:active, input[class=reset]:active {
    /* Webkit */
    background-image: -webkit-gradient(
    linear, left bottom, left top,
    color-stop(0.1, rgb(250,250,250)),
    color-stop(1, rgb(204,204,204))
    );
    /* Firefox */
    background-image: -moz-linear-gradient(
    bottom,
    rgb(250,250,250) 10%,
    rgb(204,204,204) 100%
    );	
}

.link .guestbook {
	font-size: 90%;
	color: white;
	text-align: justify;
}

.aktuell {
	font-size: 100%;
	text-align: justify;
	color: red;
}

a.guestbook {
	font-size: 90%;
	color: white;
	text-align: justify;
}



