/* CSS Document */
body {
	margin: 10px auto;
	background-color: #FFF;
}

h1, p, div, a, label {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color: #D53C00;
}

p {
	font-size: 14px;
	color: #000;
}

p.frontpage { 
	font-weight: bold;
}

.disclaimer
{
    width: 410px;
    float: right;
    margin: 2px 10px;
    border: 1px solid #666;
    color: #666;
    background-color: #EEE;
    padding: 5px;
    font-size: 10px;
}

a {
	color: #D53C00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

#layout {
	margin: auto;
	width: 700px;
}

#seotext {
	position:absolute;
	font-size: 10px;
	color: #999;
	padding: 5px;
}

#content {
	margin: 5px auto;
}

#formcontent {
	float: left;
	width: 400px;
	height: 330px;
	padding: 0px 10px;
	background-color: #D53C00;
}

#formcontent p, #formcontent h2 {
	color: #FFF;
}

#footer {
	margin: auto;
	margin-top: 3px;
	margin-bottom: 20px;
	width: 702px;
	height: 25px;
	background: url(../images/footer_stripes.jpg) no-repeat;
}

#bottommenu {
	color: #000000;
	text-color: #D53C00
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
}

#bottommenu a {
	color: ##D53C00;
}

#bottommenu a:hover {
	color: #390;
}
