@import url(content.css);
@import url(dt3.css);
@import url(immo.css);

a:active  {
	font-weight: normal;
	color: #004a9d;
	text-decoration : underline;
	}
	
a:link {
	font-weight: normal;
	color: #707070;
	text-decoration : underline;
	}
	
a:visited {
	font-weight: normal;
	color: #707070;
	text-decoration: underline;
	}
	
a:hover {
	font-weight: normal;
	color: #004a9d;
	text-decoration : underline;
	}

a.link:active  {
	font-weight: normal;
	color: #004a9d;
	text-decoration : underline;
	}
	
a.link:link {
	font-weight: normal;
	color: #004a9d;
	text-decoration : none;
	}
	
a.link:visited {
	font-weight: normal;
	color: #004a9d;
	text-decoration: none;
	}
	
a.link:hover {
	font-weight: normal;
	color: #004a9d;
	text-decoration : underline;
	}

body {
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #ececec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	margin: 43 10 20;
}

.hauptnavigation {
	background-image: url(../images/hintergrund_hauptnavi.gif);
	background-repeat: repeat-x;
	height: 30px;
	}
	
.unternavigation {
	width: 190px;
	background-color: #ececec;
	padding-bottom: 30px;
	}	
	
.balken	{
	background-color: #707070;
	height: 3px;
	width: 502px;	
	}
	
.klein_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #707070;
	height: 23px;
	text-align: left;
	}	
	
.pixels	{
	height: 1px;
	width: 502px;
	background-image: url(../images/pixel_beige.gif);
	background-repeat: repeat-x;
	}
	
.seitentitel {
	font-size: 14px;
	height: 20px;
	background-image: url(../images/pixel_blau2.gif);
	background-repeat: repeat-x;
	text-align: left;
	}	
	
.inhalt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: left;
	}	
	
.sprachen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a9d;
	text-align: left;
	}

	/*
.suche {
	font-size: 7px;
	height: 15px;
	width: 200px;
	background-color: #004a9d;
	padding-left: 0px;
	vertical-align: middle;
	padding-top:0px;
	padding-bottom:0px;
	
	padding-right:3px;
	text-align:left;
	padding:0;
	}
	*/
.suche {
	height:20px;
	width:200px;
	padding-right:3px;
	text-align:left;
	padding-bottom:0px;
	padding-top:0px;
}
form.rightbox {
  background:#004a9d;
  width: 200px;
  border: 0px dotted #333;
  	padding-top:1px;
	padding-bottom:1px;
	margin:0;
}
input.search {
	width: 80px;
	height: 20px;
	border: 0 solid #ffffff;
	background-color: #ececec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004a9d;
	vertical-align: middle;
	
	}

.kasten {
	height: 20px;
	width: 200px;
	background-color: #004a9d;
	padding-left: 10px;
	}
	
.kasten_inhalt {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #000000;
	background-color: #ececec;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}


.footer a {
	font-weight: normal;
	color: #707070;
	text-decoration : none;

}

	
