/* 
Style Sheet für von der Burg Weibertreu
*/

* {
	padding: 0;
	margin: 0;
	border: none;
}
html { height: 101%; } 
body {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
}
#wrapper {
  color: black;
  background-color: white;
  width: 950px;
/*  padding: 20px; */
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; 
}
#kopfbereich {
  color: black; 
  background-color: #f3c600;  
  padding-top: 0px;
  padding-right: 0px; 
  padding-bottom: 0; 
  padding-left: 0px;
}
    #kopfbereich img {
	background-color: white;
	padding: 0px;
	border: 0px solid #d9d9d9;
	background-image: url(bilder/kopf3.jpg);
    }
#navibereich {
	background-color: #6F6D6E;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
} 
	  #navibereich ul {
	    margin-bottom: 0; /* keinen unteren Rand */ 
	  }
    #navibereich li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
	font-size: medium;
	font-weight: bold;
    }
    #navibereich a { color: black; }
    #navibereich a:active { background-color: white; }

#textbereich {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom:5px;
	padding-left: 20px;
	background-repeat: repeat;
	background-color: #B3AFA4;
}
	
#navibereich02 {
	background-color: #6F6D6E;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#navibereich02 ul {
	margin-bottom: 0;
	padding-right: 0px;
	padding-left: 680px;
}
#navibereich02 li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#navibereich02 a {
	color: black;
}
#navibereich02 a:active {
	background-color: white;
}
#fussbereich {
	background-color:#6F6D6E;
	color:#FFFFFF;
	padding: 10px;
	padding-top: 10px;
	border-top: 1px solid #8c8c8c;
	margin-top: 1px;
}
h1 { font-size: 200%; text-align: center; } 
h2 { font-size: 150%; margin-bottom: 1em; text-align: center;}
strong { color: #4e9b88; }
address {
  text-align: center;  
  font-size: 80%; 
  font-style: normal; 
  letter-spacing: 2px; 
  line-height: 1.5em; 
}
a { text-decoration: none; outline:none;} 

a:hover, a:focus { text-decoration: underline; }
a:active {
	color: white;
}
.skiplink { display: none; }

p, ul { 
  margin-top: 0 ;
  margin-right: 0 ;
  margin-bottom: 1em;
  margin-left: 0; 
}  
ul ul { 
  margin: 0; 
} 
li { 
  margin-top: 0 ; 
  margin-right: 0; 
  margin-bottom: 0; 
  margin-left: 1em; 
} 

