
.Ueberschrift2 {
	color: #E3007B;
	font-size : 12px;
	text-decoration : none;
}


.Ueberschrift {
	color: #0E66B0;
	font-size : 12px;
	text-decoration : none;
	font-weight: bold;
}


.Abstand {
	margin-top:10px;
}


.immo {
	border:1px solid black;
	text-align:center;
	vertical-align:middle;
}



/* ############################ */
/*   Allgemeine Deklarationen   */
/* ############################ */

html, body {
	font: 10pt Arial;  
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
}

img, div, html, body, a, table, td, tr {
	margin:0px;
	padding:0px;
}

table {
	border-collapse:collapse;
}

a {
	font:10pt Verdana;
	color:#000;
	text-decoration:none;
}


/*    Design    */
/* ############ */

#index_oben {
	background-image: url(images/index_oben.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:749px; height:550px;
	margin:auto; text-align:left;
	border:1px solid black;
}

#index_links {
	background-image:url(images/index_links.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-color:#5F9CCB;
	width:41px; height:100%;
	border-right:1px solid black;
}

#index_unten {
	background-image:url(images/index_unten.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:159px; vertical-align:top; text-align:left;
	/*border:1px solid black;*/
}

#main_footer {
	background-image:url(images/main_footer.jpg); 
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:50px; 
	vertical-align:top;
	border-left:1px solid black;
}

#menu_bottom {
	height:98px;
	background-color:#AEC4ED;
	vertical-align:bottom;
	background-image:url(/images/menu_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

/*  Formatierung Menü, wegen IE mit a-Elementen gearbeitet  */
/* ######################################################## */

ul.menu {
	list-style-type:none;
	/*oben rechts unten links*/
	margin: 150px 0px 0px 0px;
	padding:0px;
	border-bottom:1px solid #EDEDED;
	list-style-type:none; 
}

.menu a {
	border-top:1px solid #EDEDED;
	list-style-type:none;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 35px;
}

.menu a:hover {
	background-color:#EDEDED;
	background-image:url(/images/punkt_aktiv.gif);
	background-position:15px;
}

ul.menu a {
	/* wichtig für den IE */
	display:block;
	width:124px; height:20px;
	margin:0px; 
	background-image:url(/images/dot.gif);
	background-repeat:no-repeat;
}

li.level_1 a {
	padding-left:45px;
	display:block;
	width:114px; height:20px;
	background-image:url(/images/pfeil.gif);
	background-position:15px;
}

li.level_1 a:hover {
	background-color:#EDEDED;
	background-image:url(/images/pfeil.gif);
}

