body
{
	padding: 0;
	margin: 0;
	background: #005282;
	color: #fff;
	font-family: verdana, helvetica, tahoma, sans-serif;
	font-size: 11px;
	line-height: 150%;
	letter-spacing: 1px;
}
li {
	margin-bottom: 6px;
}
input {
	font-family: verdana, helvetica, tahoma, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
}
img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #2d80ae;
}

a:hover
{
	text-decoration: none;
	color: #2d80ae;
	border-bottom: dotted 1px #2d80ae;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 29px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #ddd;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('1.jpg');
	border-right: 20px solid #ddd;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #FF80A8;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #00365a;
	overflow: auto;
	padding: 10px;
}

#containerright h2, h2
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	letter-spacing: 1px;
	font-size: 28px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	padding-top: 7px;
	margin-bottom: -10px;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #FF80A8;
}

#footer a
{
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	border-right: #FFFFFF solid 1px;
	height: 16px;
	color: #FFF;
}

#footer a:hover
{
	text-decoration: none;
	color: #ccc;
}
/* CSS for FORM-Modul */
.required {
	color: #999999;
}
.field_title {
	vertical-align: top;
}
.textfield {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	width: 250px;
}
.textarea {
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	width: 250px;
	height: 75px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	width: 250px;
}

