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


html, body {
	height:100%;
	min-height:100%;
}

body {
	padding:0;
	margin:0;
	background-color:#ffffff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	/*color:#727272;*/
	color:#000000;
}


hr {
	background-color:#c0cfe0;
	border:medium none;
	color:#c0cfe0;
	height:1px;
}

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

a:hover {
	color:#202a62;
	text-decoration:none;
}

.blue_content a {
	color:#A1C9F6;
}

.blue_content a:hover {
	color:#ffffff;
}


h1 {
	margin:0 0 12px;	
	font-size:16px;
	font-weight:bold;
	line-height:23px;
	text-decoration:none;
	color:#004494;	
}



.arrow_down h1{background-image:url(../pics/arrow_white_down.png);background-position:left 16px;}
.arrow_side h1{background-image:url(../pics/arrow_white_side.png);}


h2 {
	color:#3c3c3c;
	font-size:14px;
	font-weight:bold;
	margin:0 0 9px;
	text-decoration:none;
}

h3 {
	color:#828282;
	font-size:14px;
	margin:5px 0;
	text-decoration:none;
}


#box_content_holder h1 {color:#004494;}
#box_content_holder h2 {color:#3c3c3c;}
#box_content_holder h3 {color:#828282;}


#box_content_holder h1, #box_content_holder h2, #box_content_holder h3 {
	padding:0;
}


#outer {
	width:100%;
	min-height:100%;
	position:relative;
	background-image:url(../pics/body_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#out {
	width:960px;
	margin:0 auto;
}

#header {
	height:171px;
	background-image:url(../pics/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
}

#xing {
	position:absolute;
	top:20px;
	left:35px;
	width:32px;
	height:32px;
}

#logo {
	position:absolute;
	width:246px;
	height:73px;
	top:30px;
	right:20px;
	
	background-image:url(../pics/logo.png);
	background-repeat:no-repeat;
	background-position:top;
	
	z-index:20;
}

#navigation {
	padding-top:65px;
	padding-left:20px;
}


#suche {
	position:absolute;
	bottom:-21px;
	right:0;
	width:240px;
	height:51px;
	z-index:5;	
}

#main {
	padding:30px 0;
}

#left {
	float:left;
	width:712px;
}

#right {
	float:right;
	width:241px;
}

#footer {
	width:100%;
	height:25px;
	line-height:25px;
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../pics/footer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#footer table{
	margin:0 auto;
}

#footer a{
	color:#787878;
}
.clear {
	clear:both;
}

#zuIntramakler {
height:39px;
position:absolute;
right:19px;
top:89px;
width:201px;
z-index:50;
}

#fckeditor {
	padding:10px;
	background-image:none;
	background-color:#FFFFFF;
}
