/*html, body {height: 100%; margin:0; padding:0; background-color: #ddd; background-image: url(../images/hg_schatten.png); background-repeat:repeat-y; background-position: top center;}
*/


html, body {
     margin:0;
     padding:0;
     height:100%;
}
body {background-image: url(../images/hg_schatten.jpg); background-repeat:repeat-y; background-position: top center;}

p {text-align: justify; }

div#page {
     min-height: 100%;
}
* html #page{
     height: 100%;
}
div#hauptbereich {
     min-height: 100%;
}
* html #hauptbereich{
     height: 100%;
}

#kopf {height: 300px;}

/* HEADERBILD */

#headerbild {width: 960px;}

#hauptbereich {
	margin-top: 20px;
	padding: 20px 0 20px 0;
	background-color: transparent;
	height:100%;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
}
#inhalt {}


h1 {font-size: 18px; color: #827D50; margin-bottom:20px; font-weight: normal; text-transform:uppercase;}



#footer {color: #333; border-top: solid 1px #999; padding-top: 5px; }
#impressum {color: #333; text-align: right;}
#impressum a {color: #333; text-decoration: none;}
#impressum a:hover, #impressum a#current {color: #333;}
