/* Angaben für alle standardkonformen Browser Natalis Fotoalbum*/

* {
	margin: 0;
	padding: 0;  
}
 
body {
	background: #ddccbb;
	font-family: "Courier New", Courier, mono;
	color: #ffffff;
}

html {
 	height: 100%;
}

#wrapper {
	width: 900px;
	height: 650px;
	margin: 10px auto;
	}
	
#linkeseite {
	width: 41px;
	height: 650px;
	float: left;
	background-image:  url(images/linkeseite.jpg);
	background-repeat: no-repeat;
	}
	
#content-container {
	width: 822px;
	height: 649px;
	float: left;
	}

#rechteseite {
	width: 37px;
	height: 650px;
	float: right;
	background-image:  url(images/rechteseite.jpg);
	background-repeat: no-repeat;
	}
	
#header {
	width: 822px;
	height: 82px;
	background-image:  url(images/grund-menue.jpg);
	background-repeat: repeat-x;
}
#titel {
	width: 318px;
	height: 82px;
	float: left;
	background-image:  url(images/titel.jpg);
	background-repeat: no-repeat;
	}

#menueoben {
	width: 504px;
	height: 52px;
	padding-top: 30px;
	float: left;
	text-align: right;
	}

#menueoben span {
	text-decoration: underline;
	color: #553322;
	}
		
#content {
	width: 822px;
	height: 415px;
	background-image:  url(images/grund-body.jpg);
	background-repeat: repeat-x;
	}
	
#navi {
	width: 258px;
	height: 344px;
	padding-left: 50px;
	padding-top: 60px;
	float: left;
	background-image:  url(images/untertitel.jpg);
	background-repeat: no-repeat;
	}

#bild {
	width: 501px;
	height: 405px;
	text-align: center;
	padding-top: 10px;
	float: right;
	}
	
#text {
	width: 501px;
	height: 355px;
	text-align: left;
	padding-top: 60px;
	float: right;
	}
		
#footer {
	width: 822px;
	height: 152px;	
	}
	
#footerlinks {
	width: 318px;
	height: 152px;
	float: left;
	background-image:  url(images/footerlinks.jpg);
	background-repeat: no-repeat;
}

#footerrechts {
	width: 504px;
	height: 152px;
	float: right;
	background-image:  url(images/footerrechts.jpg);
	background-repeat: no-repeat;
	}

a:link, a:visited {
	margin-bottom: 5px;	
	color: #ffffff;
	text-decoration: none;	
	}
	
a:hover {
	text-decoration: underline;
	color: #553322;
	}
	
a:active {
	text-decoration: none;
	color: #689cd2;
	}
		
#navigation span {
	text-decoration: underline;
	color: #996633;
	}
	
#bild a {
	color: #553322;	
	}
				
ul#navigation {
    margin: 0;
    padding: 0;
    text-align: left;
	}

ul#navigation li {
    list-style: none;
    position: relative;
    margin-bottom: 0.4em;
    padding: 0;
	}

ul#navigation li ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 8em;
    display: none;  /* Unternavigation ausblenden */
    z-index: 10;
	}
	
ul#navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
	}
	
a.weiter  {
	color: #553322;
	}
		
#hiddendiv {
 	display: none;
 	font-size: 1em;
  	text-align: left;
  	padding: 8px;
	}
	
.p01 {
	
	font-size: .7em;
	padding: 5px 0;
	color: #996633;
	}
	
.p02 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	padding: 5px 0;
	color: #996633;
	}
