html,body
{
	margin:0;
	padding:0;
	height:100%;
	font-size:12px;
	line-height:17px;
	font-family:Verdana,Arial,sans-serif;
	color:#fff;
	/* background:#A02B31; */
	background:#f7941e;
}

a:link,
a:visited,
a:active
{
	text-decoration:none;
	color:#f7941e;
}

a:hover
{
	text-decoration:underline;
}

h1
{
	padding:0;
	margin:0 0 32px 0;
	font-size:25px;
	line-height: 28px;
	font-weight:bold;
}


.pageWidth
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#topArea
{
	background: url(../images/headerBackground.png) #fff bottom repeat-x;
}

#bottomArea
{
	height:100%;
	background: #f7941e url(../images/contentBackground.jpg);
}

#footer
{
	clear:both;
	padding:64px 0 0 0;
}

#footer ul.menu
{
	margin:0 0 0 220px; 
}

#footer ul.menu li
{
	float:left;
	list-style-type:none;
	padding:0;
	margin:0 0 0 12px;

}

#footer ul.menu li a:link,
#footer ul.menu li a:visited,
#footer ul.menu li a:active
{
	color:#fff;
}

/* Formular */
#mailform {
	margin: 0;
	padding: 0;
}
.csc-mailform {
	border: 0px;
	margin: 0;
	padding: 0;
}
.csc-mailform-field {
    margin-bottom: 5px;
    clear:both;
}
fieldset.csc-mailform label {
	width: 120px;
	display: block;
	float: left;
}