/* Start of CMSMS style sheet 'Main' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        background-color: #FF9801;
	background-image: url(images/layout/bg_body.gif);
	background-repeat: repeat-x;

}
a {
	text-decoration: none;
}
* {
	margin: 0px;
	padding: 0px;
}
#container{
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
}
#seite {
	width: 955px;
	float: left;
	background-color: #FEFECC;
}
#header{
	width: 955px;
	float: left;
}
#headerTop{
	height: 1px;
	width: 955px;
	float: left;
	background-color: #ffffff;
        text-align:right;
	font-size: 14px;
	font-weight: bold;
}
#headerBottom{
	height: 261px;
	width: 955px;
	float: left;
}
#contentcontainer {
	width: 955px;
	float:left;
	background-color: #FEFECC;
        background-image: url(images/layout/bg_bottom_inhalt_60.gif);
        background-repeat: repeat-x;
        background-position: bottom;
}

#links{
	float: left;
}
#mitte{
	float: left;
}
#rechts {
	float: left;
}
#fuss {
        border-top: 2px solid #e0eed0;
	float: left;
	width: 955px;
	font-weight: bold;
	text-align: center;
      color: #FEFECC;
	/*background-image: url(images/layout/fuss_bg.jpg);*/
       background-repeat: no-repeat;
	display: block;
	height: 37px;
font-family: times;
font-style: italic;
	font-size: 16px;
        background-color: #680000;
	line-height: 35px;
}
.fuss_link {
	font-weight: bold;
	color: #e0eed0;
	font-size: 16px;
}
.button {
	margin-top:5px;
	background-color:#680000;
	color:#FFFFFF;
	font-weight:bold;
	border:none;
}
/* End of 'Main' */

