/* Start of CMSMS style sheet 'Main' */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/layout/verlauf_bg.jpg);
	background-repeat: repeat-x;
        background-color: #FF9900;
}
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;
}
#header{
	width: 955px;
	float: left;
	border-bottom: 2px solid #FFC993;
}
#headerTop{
	height: 30px;
	width: 955px;
	float: left;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align:right;
}
#headerTopLeft {
	width: 640px;
	float: left;
}
#headerTopRight {
	width: 315px;
	float: left;
}
#headerBottom{
	height: 240px;
	width: 955px;
	float: left;
}
#headerBottomLeft{
	background-image: url(images/layout/merlin_logo.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 217px;
	display: block;
	float:left;
}
#headerBottomCenter{
	background-repeat: no-repeat;
	height: 240px;
	width: 369px;
	display: block;
	float:left;
}
#headerBottomRight{
	background-repeat: no-repeat;
	height: 240px;
	width: 369px;
	display: block;
	float:left;
}
#contentcontainer {
	border-top: 2px solid #990000;
	width: 955px;
	float:left;
	background-color: #FF9900;
}
#links{
	float: left;
}
#mitte{
	float: left;
}
#rechts {
	float: left;
}
#fuss {
	float: left;
	width: 811px;
	background-image: url(images/layout/verlauf_fuss.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 37px;
	font-size: 16px;
	font-weight:bold;
	line-height: 40px;
	border: 2px solid #990000;
	padding-left: 140px;
}
/* End of 'Main' */

