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

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

body {
	background-image:url(../pics/body_bg.jpg);
	background-position:left 135px;
	background-repeat:repeat-x;
	background-color:#ffffff;
	
	padding:0;
	margin:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#707070;
	
	position:relative;
}


hr {
	background-color:#707070;
	border:medium none;
	color:#707070;
	height:1px;
	line-height:1px;
	font-size:1px
}

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

a:hover {
	color:#f38d13;
}

h1 {
	margin:0;
	
	background-image:url(../pics/arrow_round_right.jpg);
	background-repeat:no-repeat;
	height:18px;

	padding-left:24px;
	
	font-size:17px;
	font-weight:normal;
	line-height:18px;
	color:#f38d13;	
}

h2 {
	color:#3a3a3a;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0;
}

#outer {
	width:100%;
	min-height:100%;
	background-image:url(../pics/outer_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	position:relative;
	
	padding-bottom:150px;
}

#outer.no_bg {
	background-image:none;
}

#outer.no_bg #header{
	background-image:url(../pics/outer_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#outer.no_bg #zange{
	display:none;
}

#out {
	width:960px;
	min-height:100%;
	margin:0 auto;
}

#header {
	height:135px;
}

#logo {
	float:left;
	width:227px;
	height:85px;
	margin-top:20px;
}

#login {
	width:200px;
	height:90px;
	float:right;
	
	padding:10px 25px;
	font-size:11px;
	line-height:23px;
}

#login p {
	margin-top:5px;
}

#navigation {
	height:39px;
	background-image:url(../pics/body_bg.jpg);
	background-position:left 0;
	background-repeat:repeat-x;
}

#main {
	padding:25px 0;
	position:relative;
}

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

#left_big {
	width:960px;
	background-color:#FFFFFF;
}

#backlink {
	position:absolute;
	right:14px;
	top:7px;
	width:210px;
	height:20px;
	font-weight:bold;
}

#right {
	float:right;
	width:200px;
	padding:0 26px;
}

#zange {
	position:absolute;
	left:0;
	bottom:0;
	
	width:152px;
	height:157px;
	background-image:url(../pics/zange.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

#maklertools {
	position:absolute;
	right:0;
	top:220px;
	
	width:34px;
	height:261px;
	background-image:url(../pics/v_maklertools.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.clear {
	clear:both;
}

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