@charset "utf-8";
/* CSS Document */

html, body {
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        background-color:rgb(156,194,191);
		background-image:url(../images/background2.jpg);
		background-repeat:repeat-x;
		background-attachment:fixed;
}

* html, * html body {
        overflow: hidden;
        text-align:center;
}

* html #kopfbereich {
        left:-16px;
        height:158px;
        width:100%;
        position:absolute;
        overflow:hidden;
}


* html + body #kopfbereich {    /* nur IE 5.0 */
        left: 0;
}


#kopf        {
        text-align:left;
		margin-left:-495px;
        height:158px;
        width:990px;
        position:fixed;
        top:0px;
        left:50%;
        background-image:url(../images/head.jpg);
		background-repeat:repeat-x;
}

#logo	{
	position:relative;
	top:50px;
	left:120px;
	width:276px;
	height:80px;
	background-image:url(../images/logo.png);
	z-index:6;
	
}

* html #logo	{
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='logo%20web%203.png',sizingMethod='scale');*/
	background-image:url(../images/logo_ie.png);
}

* html #kopf        {
        height:158px;
        position:absolute;  
        left:50%;
}

* html.*  #kopf {               /* nicht IE 5.0 */
        margin-left:-487px;
}

#kopf h1        {
        color:#000;
        text-align:center;
}

#navibereich {
        margin: 0 auto;
        height:0;
        width:990px;
}

* html #navibereich {
        margin-right:16px;
        text-align:left;
}

#navigation        {
        width:190px;
		height:400px;
        position:fixed;
        top:178px;
		margin-left:20px;
        /*background-color:#eff3d7;*/
		background-color:#f8efc4;
		border:3px #e2e7ca solid;
}

* html #navigation {
        position:absolute;
		width:196px;
		height:406px;
}

#koerper {
		/*background-image:url(content-large.jpg);
		background-repeat:repeat-y;
		background-position:center;*/
		min-height:100%;
		height:auto;
}

* html #koerper {
        height:100%;
        width:100%;
        overflow: auto;
        overflow-y: scroll;
}

#inhaltsbereich        {
        margin:0 auto;
        padding:1px 0;
		padding-top:157px;
        width:990px;
		background-image:url(../images/content-large.jpg);
		background-repeat:repeat-y;
        text-align:left;
		min-height:700px;
}

* html #inhaltsbereich {
        width:990px;
		height:700px;
}

#inhalt    {
        margin:0;
        padding:40px 90px 0 300px;
}

#impressum	{
	margin:0 auto;
	width:990px;
	background-image:url(../images/content-large.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#impressum	span{
	padding-left:70px;
	text-decoration:underline;
}