/* Hofer CSS - copyright by immoview.de */

/* @group Global */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;	
	font-size: 95%;
	font-family: "Trebuchet MS", Tahoma, Arial;
	line-height: 1.5em;
	color: #465055;
	background: #BAD4E2;
	}

ul {
    list-style: none;
    }

STRONG {
	text-align: left;
	color: #264F73;
}

h1 {
	font: normal 130% "Trebuchet MS", Tahoma, Arial;
	text-align: left;
	letter-spacing: 1px;
	color: #264F73;
	text-decoration: none;
	margin: 0 0 25px;
		}

h2 {
	
	font: normal 120% "Trebuchet MS", Tahoma, Arial;
	color: #264F73;
	text-decoration: none;
	margin: 0 0 10px 0;
	}
	
h3 {
	
	font-size: 13px;
	color: #264F73;
	text-decoration: none;
	margin: 10px 0 10px 0;
	}

	 a {
	color: #465055;
		}
	
a:hover {
	text-decoration: none;
	}
	
p {
	padding-top: 0px;
	margin-top: 0px;
}

img {
	vertical-align: middle; 
	margin: 0;
	padding: 0;
}
/* @end */


/* @group Container */
#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto 0 auto; /* center, not in IE5 */
	width: 950px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-color: white;
	border-left: 1px solid #7B8C95;
	border-right: 1px solid #7B8C95;
}
/* @end */

/* @group Header */
#header {
	position: relative;
	width: 950px;
	height: 250px;
	background: url(images/header.jpg) no-repeat;
	border-bottom: 1px solid #7B8C95;
}
	
#logo
	{
	position: absolute;
	width: 280px;
	height: 123px;
	left: 25px;
	top: 0px;
	background: url(images/logo_hofer.gif) no-repeat;
}
/* @end */

/* @group Sidebar */
#sidebar {
   position: relative;
   top: 30px;
   left: 0px;
   width: 225px; /*clear: both;*/
   float: left;
   padding: 0 0 60px 0;
}
/* @end */

/* @group Navi Top */

#navi_top {
	position: absolute;
	right: 25px;
	bottom: -1px;
	font-size: 11pt;
	float: right;
	clear:both;
	letter-spacing: 1px;
	
	
}
	 
#navi_top ul {
	margin: 0;
	padding: 0;
	

	
}
	
#navi_top li {
	 margin:0;     padding:0;
	text-align: center;
	margin: 0 0 0 7px; /* Abstand Naviblock zu Navblock */
	float:left;
	background: url(images/bg_navitop.gif) no-repeat;
}	

#navi_top a {
	display: block;
	width: 120px;
	height: 20px;
	padding: 0px; /* Abstand im Naviblock */
	color: #403939;
	text-decoration: none;
	}



#navi_top a:hover {
	color: #5B89A6;
	}
* html #navi_top  { /* Korrekturen fuer IE 5.x */
bottom: -3px;

}

/* @end */

/* @group Navi Left */
#navi_left {
	position: absolute;
	left: 0px; /* keine top-Angabe! Netscape! */
	width: 225px;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #7B8C95;
	float: right;
	letter-spacing: 1px;
	line-height: normal;
	}
	 
#navi_left ul {
	margin: 0;
	padding: 0;
	}

#navi_left a {
	display: block;
	height: 20px;
	margin: 0;
	padding: 3px 0 3px 25px; /* Ausrichtung Abstand über und unter Navitext */
	color: #264F73;
	border-bottom: 1px solid #7B8C95;
	text-decoration: none;
	}

#navi_left a:hover {
	color: #5B89A6;
	background-color: #F2F2F2;
	}
/* @end */

/* @group Content */
#content {
    position: relative;
    margin: 25px 0px 0 250px;
	width: 675px; /* bottom padding for footer */
	text-align: justify; 
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 310px;
	padding-bottom: 60px;
}

#content p {
		text-align:justify;
			}

#content a {
	color: #264F73;
	text-decoration: underline;
	}
	
#content a:hover {
text-decoration: none;
	}
	
.headline {
	display: block;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #608399;
	text-decoration: none;
	margin: 0 0 10px 0;
}	
.floatfotonews {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #B7C7D1;
	padding: 2px;
}
.floatportraits {
	width: 205px;
	height: 260px;
	min-height: 260px;
    text-align: center;
    font-size: 85%;
	float: left;
	border: 1px solid #603018;
	margin: 0 12px 12px 0;
	padding: 2px;
	background-color: #e6e6e6;
	line-height: 1.5;
}
		
.float1 {
	text-align: center;
	float: left;
	margin: 4px 12px 12px 0;
	border: 1px solid #7B8C95;
	padding: 4px;
	}
	
.float1ohnerahmen {
	float: left;
	margin: 4px 12px 12px 0;
}
.float2ohnerahmen {
	float: right;
		margin: 4px 0 12px 12px;
	
}
.float2 {
	text-align: center;
	float: right;
	margin: 4px 0 12px 12px;
	border: 1px solid #7B8C95;
	padding: 4px;
}

.float3 {
	text-align: center;
	float: left;
	margin: 0 25px 25px 0;
	border: 1px solid #7B8C95;
	padding: 4px;
	}
	
.float4 {
	text-align: center;
	float: right;
	margin-right: 0;
	border: 1px solid #7B8C95;
	padding: 4px;
	}	
.centerimage {
	display: block;
    padding: 0;
    text-align: center;
    margin: 0 auto 15px;
		}

.textpositionleft {  
   text-align: left;
   float: left;
	display: inline-block;
	width: 240px;
	}
	
.textpositionright {
    display: inline-block;
	
			}	

.underlinestarseite {
	clear: both;
	border-top: 1px dotted #603018;
	margin-bottom: 10px;
	margin-top: 10px;
}
			
.underline {
	clear: both;
	border-top: 1px dotted #8698A2;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
.margin20px {
	position: relative;
	margin-top: 20px;
		}

.abstand {
	clear: both;
	width: auto;
	height: 20px;
	}
	
.clear {
	clear: both;
	display: block;
	}


.textallign_left
{
display: block;
text-align: left;
	}
	
.textallign_center
{
display: block;
text-align: center;
	}
	
.textallign_right
{
display: block;
width: auto;
text-align: right;
	}		
	
.zuruebersicht
{
	 float: right;
	display: block;
}
/* @end */ 	  	  

/* @group Footer */
#footer {
   position: absolute;
   	clear: both;
   	text-align: center;
	width: 950px;
	height: 30px;
	bottom: 0;
	border-top: 1px solid #8698A2;
}

	#footer p {
	font-size: 90%;
	margin:0;
	padding-top: 5px;
	
}
/* @end */

/* @group Formular */

* html fieldset {padding: 5px;

}
fieldset {
	color: #264F73;
	border: 1px solid silver;    padding: 5px;}

   legend {
	background: White;
	padding: 4px;
	border: 1px solid silver;
	margin-bottom: 4px;
	font-weight: bold;
	color: #333;
	}
	
input, textarea {
	margin:5px 0 0 10px;
	border: 1px solid silver;
	background: white;
	padding: 3px 3px;
	} 
 
label {
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	} 

.kontaktdaten label {
     display: block;
     width: 100px;
    clear: left;
  	       }
  	       
.anfrage label {
     display: block;
     width: 100px;
     float: left;
	      }
	      
.buttons label {
     display: block;
     width: 6em;
     float: left;
	}
   
.button {
	   margin-right: 10px;
       float: left;
       text-align: center;
	   margin-left: 0;
}

input.button:hover   {
	background-color: #ccc;
	cursor: pointer;
	}

a.locationCat{
	color: #333;
	font-weight: bold;
}

.error {
     font: 13px Verdana, Arial, Helvetica, sans-serif;
     color: #7f0040;
     font-weight: bold;
}
/* @end */

/* @group Styleswitcher */


	
#styleswitcher  {
	position: absolute;
	left: 30px;
	bottom: 6px;
	font-size: 95%;
	display: block;
	width: auto;
	padding: 0;
    height: 30px;
    clear: both; 
    float: left;
    			}	
	 
#styleswitcher ul li  {
	float: right;
	margin-left: 10px;
	
			}
/* @end */

/* @group Language */
#language {
	margin: 15px 25px 0px 0px;
	font-size: 85%;
	height: 30px;
	text-align: right;
	padding-right: 0;
	clear:both;
	float:right;
	color: gray;

}
	 
#language ul li  {
	color: gray;
	float: right;
	margin-left: 5px;
			}
/* @end */

