/* Start of CMSMS style sheet 'layout' */
HTML, BODY
{
	background-image: url(img/hage.jpg);
	background-repeat: repeat-y;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #5a5a5a;
	background-position: center top;
}
	
body {
	background-image: url(img/hage.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #5a5a5a;
	background-position: center;
}


#headercontainer {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#kopf {
	left:0px;
	top:0px;
              bottom:0px;
	width:1021px;
	height:258px;
	margin-right: auto;
	margin-left: auto;
}


#header_ {
	position:relative;
	width:1021px;
	height:53px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/header.gif);
}

#header_text {
	position:relative;
	width:950px;
	height:40px;
        top: 12px;
	margin-right: auto;
	margin-left: auto;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;

}



#pic_ {
	position:relative;
	width:1021px;
	height:172px;
	background-image: url(img/pic.jpg);
	background-repeat: no-repeat;
}

#logo_ {
	position:relative;
	width:370px;
	height:172px;
	background-image: url(img/logo.gif);
	float: right;
}

#bar {
	margin-right: auto;
	margin-left: auto;
	width:1021px;
	height:33px;
	background-image: url(img/bar.gif);
}
#icons{
position:absolute;
	margin-right: 0px;
	margin-left: auto;
	width:1021px;
	height:33px;
               top:225px;
}

#nav {
	position:absolute;
	left:25px;
	top:133px;
	width:1000px;
	height:60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
}



#content_container {
	padding-bottom:3em;
	margin-top: 280px;
               top: 280px;
	height: 100%;
    
}



#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 1020px;
	height: auto;
	margin-top: 280px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#content_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 950px;
	height: auto;
             margin-left: auto;
	margin-right: auto;
         margin-bottom: 50px;

}


#footer {
	height: 37px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	margin-top: -37px;
	position: fixed;
             z-index:99;
}

#fuss {
	left:0px;
	top:0px;
	width:1021px;
	height:37px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/fuss.gif);
        
}

/* End of 'layout' */

