/* Start of CMSMS style sheet 'main' */
body {
        font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	background-image: url(uploads/images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a {
	text-decoration: none;
}
*{
	margin: 0px;
	padding: 0px;
}
#container {
	width: 749px;
	margin:auto;
}
#seite {
	background-image: url(uploads/images/bg_content.gif);
        float: left;
	background-repeat: repeat-y;
}

#head {
	height: 200px;
        width: 749px;
	background-image: url(uploads/images/top2.jpg);
        display: block;
        background-repeat: none;
        float:left;
}
#head h1 {
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 0.01em;
	color: #7394A8;
	padding: 30px 0 0 100px;
}
#links {
	background-color: #DFFCE0;
	width: 153px;
	float: left;
}
#rechts {
	float: left;
	width: 575px;
        padding: 10px;
}
#rechts h1 {
	margin: 0;
	padding: 0 5px 0 0px;
	color: #CC6600;
	font-size: 20px;
	letter-spacing: 0.01em;
}
#rechts p {
	color: #333333;
}
#rechts ul {
        margin-left: 20px;
	list-style:square;
	color:#666600;
}
#rechts table {
	color: #333333;
	border: 1px;
	bordercolor: #ffffff;
}
#rechts td {
	color: #333333;
        padding: 3px;
}
/* End of 'main' */

