BODY {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif
}

#mainsite {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#toplogo {
 	float: left;
 	height: 28px;
}

#topmenu {
 	padding-top: 14px;
 	height: 14px;
 	float: right;
 	font-size: 10px;
}

.clear {
 	clear: both;
}

#mainmenu {
	border-top: 1px solid black;
	background-color: #ffd037;
	height: 20px;
	width: 100%;
	padding-top: 10px;
}

#mainmenu div {
	height: 20px;
	background-color: #e7e7e7;
}

#mainmenu div div {
	padding-top: 3px;
	height: 17px;
	background-color: #ffe58f;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ffd037;
	font-size: 12px;
	float: left;
}
#mainmenu div div.last {
	border-right: none;
}

#mainmenu div div a {
	text-decoration: none;
	font-size: 12px;
	color: #111111;
}
#mainleft {
	float: left;
}

#submenu div {
	padding-left: 10px;
	padding-top: 40px;
	padding-bottom: 20px;
}

#submenu div a {
	text-decoration: none;
	font-size: 12px;
	color: #111111;
	line-height: 1.5;
}

.menu-act {
	font-weight: bold;
}

#footer {
	border-top: 1px solid black;
	height: 20px;
}

#footer div {
	background-color: #e7e7e7;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 12px;
}

#footer div div {
	height: 12px;
	float: right;
	background-color: #ffffff;
	margin: 0px;
	padding-left: 5px;
	font-size: 10px;
}

#maincontent {
	margin-top: 50px;
	float: right;
	margin-bottom: 10px;
	width: 640px;
	min-height: 500px;
}

#maincontent h1 {
	font-size: 20px;
	color: #111111;
}

.bodytext {
	font-size: 12px;
	color: #111111;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	margin-right: 10px;
}

.csc-mailform-label {
	display: block;
	margin-left: 212px;
	width: 280px;
	font-size: 12px;
}

label.newsletter {
	display: inline;
	float: none;
	width: 10px;
	margin-right: 1px;
}

div#nl {
	margin-top: 100px;
}

div.newsletter {
}

div.newsletter input {
}

input#newsletterformemail {
	width: 100px;
}

fieldset {
	border: none;
}

.csc-mailform-field input, .csc-mailform-field textarea {
	color: #111111;
	background: #ffe58f;
	border: 1px solid #e7e7e7;
}

input.csc-mailform-submit {
	margin-left: 212px;
}

a {
	text-decoration: none;
	color: #111111;
}

a img {
	border: 0px;
}

ul li {
	font-size: 12px;
}
