@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url(images/bg_line.jpg);
	background-repeat:repeat-x;
	background-color:#f4f4f4;
	font-family: Arial, Helvetica, sans-serif;
}

#bg {	
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width:100%;
	height:800px;
}

#flag {	
	background-image:url(images/bg_flag.gif);
	background-repeat:repeat-x;
	width:100%;
	height:100px;
}


#flag_left {
	width:6px;
	height:185px;
	background-image:url(images/flag_left.png);
	background-repeat:no-repeat;
	float:left;
}

#flag_right {
	width:6px;
	height:185px;
	background-image:url(images/flag_right.png);
	background-repeat:no-repeat;
	float:right;
}


#logoballonbild
	{
	height:89;
	width:386;
	background-image:url(http://www.remax.at/remax/images/logo.png);
	//background-image:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.remax.at/remax/images/logo.png', sizingMethod='scale');
	}

#center {
	width:988px;
	float:left;
}

#header {
	width:100%;
	background-image:url(images/bg_flag_top.gif);
	background-repeat:repeat-x;
	height:89px;
}

#header .headerinfo {
	float:left;
	margin:41px 0 0 10px;
	font-size:19px;
	color:#000099;
	text-transform:uppercase;
	font-weight:bold;
}

#header .slogan {
	float:right;
	margin:45px 10px 0 0;
	font-size:14px;
	color:#000099;
}

#header img {
	float:left;
}

#remax {
	width:1000px;	
	margin-right: auto;
	margin-left: auto;
}

#middle {
	width:100%;
	background-image:url(images/bg_menu.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	border-bottom:4px #fff solid;
}

#content {
	width:864px;
	float:right;
	margin-top:1px;
	/*margin-right:10px;*/
	font-size:13px;
	/*line-height:1.6;*/
	color:#595959;
	/*padding-right:10px;*/
}
#content .img_right {
	float:right;
	padding: 0 0 5px 10px;
}
#content table img {
	float:none;
	padding: 0;
}
#content .news {
	border-bottom:1px #B8B7B7 solid;
	margin-bottom:10px;
	margin-right:20px;
}
#content .news img {
	float:left;
	padding:0 10px 10px 0;
}
#content .news p {
	float:right;
	width:615px;
	padding-right:5px;
}
#content .spacerbox {
	width:100%;
	padding-left:10px;
	
}
#content .spacerbox1 {
	width:835px;
	margin-right:10px;
	padding-left:10px;
	/*line-height:1.1;*/
}

#content .error_text {
	color:#d12328;
}

#content h1 {
	padding:0; 
	margin:0 0 2px 0;
	font-size:18px;
	line-height:1.0;
	color:#000099; /* #ce0000; */
}

#menu {
	float:left;
	width:123px;
	padding-top:1px;
	
}

#menu ul { padding:0; margin:0; margin-left:4px;  }
#menu li { display: inline; 
	font-size:12px;
	
}

#menu a {
	background-color: #e6e5e5;
	border-bottom:1px #b8b7b7 solid;
	border-right:1px #b8b7b7 solid;
	border-top:1px #ffffff solid;
	display:block;
	text-decoration:none;
	color:#000066;
	padding:2px 0 2px 5px;
}
#menu a:hover {
	background-color:#d7d7d7;
}

#menu a.active {
	background-color:#cecece;
	background-image:url(images/menu_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	padding:3px 0 1px 6px;
	border-bottom:1px #c4c4c4 solid;
	border-top:1px #c4c4c4 solid;
	border-right: 0px;
}
#menu a.sub {
	font-size:11px; 
	background-color:#dbdbdb;
	background-image:url(images/menu_sub.gif);
	background-repeat:no-repeat;
	background-position:5px 6px;
	border-bottom:1px #c4c4c4 solid;
	padding-left:15px;
}
#menu a.subactive {
	background-color:#cecece;
	padding:3px 0 1px 15px;
	border-bottom:1px #c4c4c4 solid;
	border-top:1px #c4c4c4 solid;
	border-right: 0px;
}

#menu li.blank {
	height:10px;
}
#menu .smallblank {
	height:2px;
}

#footer {
	width:958px;
	background-color:#f3f3f3;
	border-top:2px #e7ecf2 solid;
	clear:both;
 	font-size:11px; 
	color: #818181; 
	padding: 5px 25px 20px 5px; 
}

#footer ul { padding:0; margin:0; }

.footerLinks { color: #b5b5b5; margin: 12px 25px 14px 0; }

.footerLinks li { padding-right: 4px; display: inline; }

#footer .footerLinks a { 
	color: #818181; padding: 1px 4px 0 0; 
	font:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer .footerLinks a:hover { color: #818181; }

#footer p a {
	text-decoration:none;
	size:12px;
	color:#000099;
	margin: 0 5px 0 5px;
}
#footer p a:hover {
	color:#ce0000;
}
#footer img {
	float:left;
	margin:15px 15px 40px 0;
}

.button_finanzierung {
	background:#e3e3e3;
	color:#000066;
	font-size:12px;
	border-right:#9c9c9c 1px solid;
	border-bottom:#9c9c9c 1px solid;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */