* { padding: 0; margin: 0; }

html { width: 100%; height: 100%; }

body { 
	width: 100%; 
	height: 100%;
	font-size: 100.01%;
	overflow: -moz-scrollbars-vertical;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
        behavior: url(../js/csshover.htc);
}

/*  Layout  */

.transparent { width: 100%; height: 320px; overflow: hidden; background: url(../images/transparent_hg.png); position: absolute; z-index: 3; }
.transparent_footer { width: 100%; height: 100%; overflow: hidden; background: url(../images/transparent_hg.png); position: absolute; z-index: 4; }


#header_100 {  
	width: 100%; height: 314px;
	background: url(../images/hintergrund.jpg) repeat-x;
	position: absolute; z-index: 1;
        top: 0; left: 0;

}

#wrapper {
	width: 960px; height: auto;
        min-height: 100%;
	margin: 0 auto;
        position: relative; z-index: 4;
        background: #ffffff;
}

#header {
	width: 960px; height: 107px;
	background: url(../images/header.jpg);
	position: relative; z-index: 5;
}

#header_bild {
	width: 960px; height: 174px;
	position: relative; z-index: 7;
}

#menu {
	width: 960; height: 33px;
	position: relative; z-index: 11;
        text-align: left;
        background: url(../images/menu.jpg);
}

#content_wrapper { 
	width: 960px;
	min-height: 100%
}

#content {
	width: 700px;
	float: left;
	margin: 0 0 60px 20px; padding: 20px 0 0 0;
}

#content_aktuelles {
	width: 	220px;
        margin: 55px 0 60px 0;
	float: right;
}

#footer {
	width: 950px; height: 27px;
	background: url(../images/footer.jpg) repeat-x;
	margin: -47px auto; padding: 20px 10px 0 0;
        position: relative; z-index: 20; text-align: right;
}


#footer_ganz {
	width: 100%; height: 47px;
	background: url(../images/footer.jpg) repeat-x;
	margin: -47px auto;
        position: relative; z-index: 2;
}


.clr { height: 0; font-size: 0.0001em; clear: both; }
