@charset "utf-8";
/* CSS Document - Allgemeine Definitionen */
body {
	height:100%;
	background-color:#1c4e9a;
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	background-image:url(../img/body_bg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

html {
	height:100%;
}

img {
	border:none;
	margin:0;
	padding:0;
}

a, 
a:visited {
	color:#000000;
	text-decoration:none;
	font-size:12px;
}

a:hover,
a:active
{
	color: #1c4e9a;
}


.clearer {
	clear:both;
}

#main_container {
	height:500px;
	width:971px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-485px;
}

#left {
	width:235px;
	height:500px;
	float:left;
}

#left img {
	margin-top:25px;
	margin-left:20px
}

#right {
	float:left;
	width:734px
	height:500px;
}

#right #header {
	width:734px;
	height:122px;
}

#right #header #tel {
	color:#ffffff;
	width:108px;
	height:21px;
	padding-top:6px;
	position:relative;
	top:38px;
	left:618px;
	text-align:right;
	font-size:11px;
}

#right #header #mail {
	width:170px;
	height:21px;
	position:relative;
	top:50px;
	left:556px;
	text-align:right;
	padding-top:4px;
}

#right #header #mail a {
	color:#ffffff;
	font-size:11px;
}

#right #nav {
	width:734px;
	height:28px;
	background-image:url(../img/nav_bg.jpg);
	background-repeat:repeat-x;
	border-left:1px solid #cfc0c0;
}

#right #nav #mainnav {
	margin:0;
	padding:0;
	padding-top:7px;
}

#right #nav #mainnav li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
	padding-left:17px;
	padding-right:17px;
	border-left:1px solid #b6b7ba;
}

#right #nav #mainnav #first {
	border:none;
}

#right #content {
	height:320px;
	width:684px;
	padding-right:50px;
	overflow:auto;
	margin-top:19px;
}

#right #content a {
	color:#1c4e9a;
}

#right #content p {
	padding:0px;
	margin-top:12px;
	margin-bottom:3px;
}


#right #content h1 {
	margin:0;
	font-size:18px;
	font-weight:normal;
	color:#1c4e9a;
}

#right #content #error {
	margin-top:5px;
	margin-bottom:5px;
}

#right #content .errorimg {
	margin-left:3px;
}

#right #content input, #right #content textarea {
	border: 1px solid #cfbfbf;
}

#right #content input:focus, #right #content textarea:focus {
	background:#f8fafd;
}

