@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
	font-size:11px;
	color:#626262;
	background-color:#fafafa;
}

#container {
	min-height:100%;
	position:relative;
	background:url(../images/main_bg.gif) repeat-y center;
}

#header {
	background:url(../images/header_bg.gif) repeat-x;
	height:175px;
	margin-bottom:2px;
}

#headercontent {
	text-align:right;
	width:930px;
	height:135px;
	margin:0px auto;
	padding:35px 10px 0 10px;
	background:url(../images/header.jpg) no-repeat;
}

#headercontent a {
	color:#626262;
}

#main {
	padding-bottom:55px; /* Height of the footer */
}

#mainmenu {
	width:950px;
	margin:0px auto;
	text-align:right;
	color:#ffffff;
	background-color:#acacac;
}

#ctop {
	width:950px;
	height:3px;
	background:url(../images/contenttop_bg.gif) no-repeat;
}

#cholder {
	width:950px;
}

#cleft {
	float:left;
	width:276px;
	text-align:center;
	margin:10px 12px 10px 10px;
}

#cright {
	float:left;
	width:612px;
	padding:40px 20px 10px 20px;
	background:url(../images/blau.gif) no-repeat;
}

#maincontent {
	width:950px;
	margin:0px auto;
	background:url(../images/content_bg.gif) repeat-y;
}

#cfooter {
	width:950px;
	height:11px;
	background:url(../images/contentfooter_bg.gif) no-repeat;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:50px; /* Height of the footer */
	background:url(../images/footer_bg.gif) repeat-x;
}

#footercontent {
	width:950px;
	height:50px; /* Height of the footer */
	margin:0px auto;
}

p {
	margin:18px 0px;
	line-height:18px;
}

.mainlink {
	padding:5px 10px;
	border-left:1px solid #ffffff;
	float:right;
}

.mainlink.cur {
	background-color:#ffffff;
}

a {
	color:#0079b4;
	text-decoration:none;
}

a.main {
	color:#ffffff;
}

a.main.cur {
	color:#acacac;
}

a.sub1 {
	font-weight:bold;
	display:block;
	text-align:left;
	padding:8px;
	color:#000000;
	margin-bottom:3px;
}

a.sub1:hover, a.sub2:hover, a.sub3:hover {
	background-color:#dcf1fc;
}

a.sub1.cur, a.sub2.cur, a.sub3.cur {
	background:url(../images/submenucur_bg.gif) repeat-y #dcf1fc;
}

a.sub2 {
	display:block;
	text-align:left;
	padding:4px 8px 4px 20px;
	color:#000000;
	margin-bottom:3px;
}

a.sub3 {
	display:block;
	text-align:left;
	padding:4px 8px 4px 30px;
	color:#000000;
	margin-bottom:3px;
}

h1 {
	color:#f08050;
	font-size:14px;
	font-weight:bold;
	margin:18px 0px;
}

h2 {
	color:#f08050;
	font-size:12px;
	font-weight:bold;
	margin:18px 0px;
}

input, textarea {
	font-size:11px;
	color:#626262;
	padding:3px;
}

input.btn {
	border: 1px solid #6bc6f2;
	padding:3px;
	background-color:#f0f9fe;
	cursor:pointer;
}

input.btn.small {
	padding:0px;
}

ul, ol {
	margin-left:30px;
}

li {
	line-height:18px;
}

td {
	line-height:18px;
}

.formfehler {
	color:#ff0000;
}

.no-icon {
	list-style-type:none;
}

img {
	border:0;
}

.floatleft {
	float:left;
	margin: 0px 15px 10px 0px;
}

.floatright {
	float:right;
	margin: 0px 0px 10px 15px;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.red {
	color:#ff0000;
}

.small {
	font-size:9px;
}

tr.grau {
	background-color:#ebebeb;
}

tr.special {
	background-color:#f1cfc8;
}

.formtext {
    width:100px;
    float:left;
    margin:7px 0px;
}

.formtext.wide {
    width:120px;
}

.formvalue {
    width:400px;
    float:left;
    margin:7px 0px;
}

th {
	text-align:left;
}

#cookiepopup { 
	width:100%; 
	position:fixed; 
	bottom:0; 
	color:#ffffff; 
	background-color:rgba(0,0,0,.85); 
	z-index:1000 !important; 
}
#cookiepopup .container {
	width:910px;
	margin:0px auto;
	padding:20px;
	position:relative;
}
#cookiepopup p {
	padding:5px;
}
.cookiepopuplink {
	color:#ffffff;
	text-decoration:none;
}
.cookiepopuplink:hover {
	color:#ffffff;
	text-decoration:underline;
}
.cookiepopup_left, .cookiepopup_right {
	float:left;
}
.cookiepopup_left {
	width:70%;
}
.cookiepopup_right {
	width:30%;
	text-align:center;
}
a.cookiepopuplink1 {
	color:#ffffff;
	padding:10px;
	border:1px solid #ffffff;
}
a.cookiepopuplink2 {
	padding:10px;
	color:#ffffff;
}
a.cookiepopuplink3 {
	margin-left:20px;
}
a.cookiepopuplink1:hover, a.cookiepopuplink2:hover {
	color:#0079b4;
	border:1px solid #ffffff;
	background-color:#ffffff;
}