/* Start of CMSMS style sheet 'divs' */
* {
	margin-top: 0;
	margin-right: 0;
}
#wrapper {
	left: 50%;
	margin-left: -500px;
	position: absolute;
	padding-bottom: 10px;
	width: 1000px;
	min-height:95%;
        z-index: 2;
}
#container {
	background-color: ;
	width: 720px;
	position: relative;
	left: 200px;
        top: 40px;
        clear: both;
        float: none;
        margin-bottom: 40px;
}
#header {
	background-color: ;
	margin-top: 5px;
	padding-left: 10px;

}
#content {
	padding: 10px;
	padding-bottom: 10px;
        
}
#hauptnavi {
	padding: 10px;
	height: 20px;
}
#subnavi {
	background-color: ;
	float: left;
	width: 120px;
        top: 150px;
	position: fixed;
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 30px;
        
}
#footer {
position:absolute;
   bottom:0;
   width:720px;
   margin-left: 200px;
   height:20px;
  padding-left: 10px;
   padding-top: 30px;
}
#contact {
	background-color: ;
        position: relative;
        margin-top: 30px;
        width: 200px;
        margin-left: 500px;
        text-align: right;
}

/* End of 'divs' */

