/* PRINT-CSS f�r Website aktiva-berlin.de */

/* Farben:
weiss = #ffffff (HG-Content, H1)
schwarz = #000000 (H2, Links Content)
beige = #d7d0c2 (HG)
grau = #999999 (4 Hauptnavi-Punkte)
grau = #58585a (Unternavi, 3 x Service-Navigationen, Text Content)
gr�n = #98b60a (HG Balken-Logo, HG Balken-Footer)
t�rkis = #009b87 (Unternehmen)
magenta = #d85a91 (WEG-Verwaltung)
blau = #00a6d9 (Hausverwaltung)
orange = #f49e00 (Immobilienvertrieb)
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	line-height: 16px;
}

img {
	border: 0px;
}

h1, h2, h3, h4 {
	color: #000000;
	margin: 0px;
	margin-bottom: 20px;
}

h1 {
	font-size: 18px;
	margin-top: 15px;
}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #000000;
}

/* deise H ist nur auf "Unternehmen/Ihre Ansprechpartner" zu verwenden!!!  */
h4 {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

a, a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: dotted #000000 1px;
}

/* --------------------------------------------------------- SERVICE-NAVI -------------------------------------------------------  */
#service-navi {
	display: none;
}

/* --------------------------------------------------------- HEAD -------------------------------------------------------  */

#head-links  {
	display: none;
}

#logo  {
	margin-bottom: 30px;
}

#logo a  {
	border-bottom: dotted #ffffff 1px;
}

/* Rootline  */
#rootline  {
	display: none;	
}

/* --------------------------------------------------------- HAUPTNAVI -------------------------------------------------------  */
#box-navi {
	display: none;
}

/* --------------------------------------------------------- MARGINAL -------------------------------------------------------  */
#box-marginal {
	float: left;	
	padding: 0;
}

/* Bilder in der Marginalspalte (hier ist keine Texteingabe vorgesehen) */

.inhalt-marginal {	
	padding: 4px 25px 0 0px;
}
/*
.inhalt-marginal dl {
   width: 189px;
   overflow: hidden;
}

.inhalt-marginal dl dt {
	margin: 0px 0px 25px 0px;	
}
*/
.inhalt-marginal dl.csc-textpic-image dt {
	display:block !important;
}

.inhalt-marginal dl dt a {
	border-bottom: none;
}

.inhalt-marginal img {
   padding-bottom:25px;
}


/* ------------------------------ alles f�rs Teasermen� + Inhalt ------------------------------  */

.contentblock_col3 {
	overflow:hidden;
	zoom:1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.inhalt div.teaser {	

	margin-top: 0px;
	/*margin-bottom: 20px;
	padding-bottom: 20px;*/
	overflow:hidden;
	zoom:1;	
}

.inhalt div.teaser div.col_img dt a, .inhalt div.teaser div.col_img dt a:hover {
	border-bottom:none;
	margin-bottom:0px;
}

.inhalt div.teaser p {margin-bottom:0px;}



.inhalt p, .inhalt ul, .inhalt div.teaser p, .inhalt div.teaser a {	

	margin-top: 0px;
	margin-bottom: 16px;	
}

.inhalt div.teaser p, .inhalt div.teaser a {
	margin-bottom: 0px;
}	

#box-inhalt .teasermenu ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	float: left;
}

html>/**/body #box-inhalt .teasermenu ul { /* Hack "moderne Browser" ohne IE 7 */
	margin-left: -37px;
}

/* Bilder immer 150 Pixel breit */
#box-inhalt .teasermenu ul li img {
   width: 150px;
   float: left;
   margin: 0px 25px 25px 0px;
   vertical-align: top;
}

#box-inhalt .teasermenu ul li dl {
   float: left;
   width: 295px;
}

*+html .teasermenu ul li dl { /* Hack IE 7 */
   width: auto;
}


#box-inhalt .teasermenu ul li .clearer {
   clear: both;
   visibility: hidden;
   font-size: 0;
   line-height: 0;
   height: 0;
}

.clearer {
   clear: both;
   visibility: hidden;
   font-size: 0;
   line-height: 0;
   height: 0;
}

/* ------------------------------ Contentelement "Bild neben Text" ------------------------------  */
/* Bilder immer 150 Pixel breit */
.bild-neben-text {
	
}

.bild-neben-text img {
	float: right;
	width: 150px;
	margin: 0px;
	padding: 4px 0 16px 25px;
}

.text {
	width: 570px;
}

*+html .text { /* Hack IE 7 */
	width: auto;
}

* html .text { /* Hack IE 6 */
	width: auto;
}



/* -----------------------------------------------------------------Sitemap -------------------------------------------------------------------------- */
#sitemap ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sitemap ul li {  /* Erste Ebene */
	margin-bottom: 3px;
}

.struktur ul li a {
	display: block;
	margin-bottom: 3px;
}

/* --------------- 2. Ebene ---------- */
.struktur ul li ul li a {
	line-height: 1.4em;
	margin: 2px 2px 2px 30px;
	display: inline;
	text-transform: uppercase;
	border-bottom: dotted #ffffff 1px;
}

/* --------------- 3. Ebene ---------- */
.struktur ul li ul li ul li a {
	line-height: 1.25em;
	margin: 2px 2px 2px 60px;
	text-transform: none;	
}

/* --------------- 4. Ebene ---------- */
.struktur ul li ul li ul li ul li a {
	line-height: 1.25em;
	margin: 2px 2px 2px 90px;
}

/* --------------------------------------------------------- FOOTER ---------------------------------------------------------  */
#footer {
	display: none;
}
