			#kopfbereich {
				background-color: ccccff;
			}
		
			
			#kopfbereich {
				
				/*
				background:url(bilder/katze-sammy-4.jpg);
				position: relative;
				top: 0px; left: -0px;
				height:200px;
				padding: 0px 20px;
				*/
				
				background:url(pictures/thumb_HinterDerNatur_Flyer_1024.jpeg) no-repeat;  height:240px;
			}
			
			#kopfbereich h1 {
					color: black;
					position: relative;
					text-align: center;
					font-size:3em;
					padding: 1.3em 0px 5px 0px;
					margin-left: 30%;
			
				}
			
			#kopfbereich h2{
					color: black;
					position: relative;
					text-align: center;
					font-size: 25px;
					padding: 0em;
					margin-left: 30%;
			
				}
				
			nav {
				background-color: #cccccc;
			}

			nav ul {
				padding: 0;
			}

			nav li {
			    list-style-type: none;
			    display: inline-block;
			    height: 1.5em;
			    padding: 0 0.5em;
			    line-height: 1.5em;
			    border-right: black 1px solid;
			}

			nav a {
			    color: black;
			    text-decoration: none; 
			}
			
			nav a:hover {
			    text-decoration: underline;
			}
			
			.keinrahmen {
			    border-right: 0;
			}
			
			#schatten {
				background:url(bilder/schatten.png) repeat-x;
				height: 12px;
			}
			
			#inhalt {
				background-color: #ffeee;
				padding: 2em;
			}
			
			html, body {
				font: 100% Arial, Helvetica, sans-serif;
				line-height: 1.5;
			}
			
			* {
				margin:0;
				padding:0;
			}
				
				
			#inhalt h1, h2, h3, p, ul {
				padding-bottom: .7em;
			}
