/* Stylesheet für Printausgabe | Karl Merk Finanzberatung */
* {
margin: 0;
margin: 0;
}

/* star html hack fuer IE */
* html #site {
margin-left: -150px;
} 
	
#inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666;
	}
	
/* === Allgemeine Formatierungen Überschriften Contentbereich ============ */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin:10px 0px 10px 0px; 
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	margin:10px 0px 10px 0px; 
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7C7C61;
	margin:5px 0px 10px 0px; 
	}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 90%;
	margin:10px 0px 5px 0px; 
	}

.headline1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #333;
	margin:10px 0px 20px 0px;  }

.headline2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	color: #333;
	margin:10px 0px 40px 0px; }

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #666;
	padding:0; 
	}

/* === Ende Allgemeine Formatierungen Überschriften Contentbereich ============ */


/* === Allgemeine Formatierungen Links Contentbereich ============ */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	text-decoration: underline;
	color: #333;
	}

a:visited {
	font-size: 12px;
	text-decoration: none;
	line-height: 120%;
	text-decoration: underline;
	color: #333;
	}
	
a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #F7941D;
	line-height: 120%;
	text-decoration: none;
	}

a:active {
	font-size: 12px;
	line-height: 120%;
	text-decoration: underline;
	color: #F7941D;
	}
	
/* === Ende Allgemeine Formatierungen Links Contentbereich ============ */

	/* ausgeblendete Inhalte * * * * * * * * * * * * * * * * * */

#headcontent,
#fusscontent,
#boxcontent,
#navigationscontent,
#navigationscontent_unten,
#ausblendung
 	{
  	display:none;
	}
	

#bodycontent {
	width:570px;
	margin-left:0px;
	padding:0;
	}


/* Logo und Beschreibung für Ausdruck */
#logo {
	margin-left:20px;
	padding:0;
	display: block;
	}

* html #logo
{
	margin-left:60px;
	}
#standortlinie {
	margin:0;
	padding:10px 0 3px 0;
	display: block;
	}

/* Zeigt Trennlinie bei Ausdruck*/
hr.druck {
	height: 1px;
	
	border: 0 none;
	border-top: 1px solid #ECECEC;
	margin: 10px 0 10px 0;
	padding: 0;
	display:block;
	}
	
/* Adresse für Ausdruck */
#adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left:40px;
	padding-top:20px;
	display: block;
	color: #666;
	}

* html #adresse
{
	margin-left:80px;
	}

/* === Formatierungen für Bilder ============ */
.bildlinks {
  float:left; 
  padding: 3px; /* Abstand zwischen Bild und Rahmen */ 
  border: 2px solid #ccc; /* Hellgrauer Bilderrahmen */ 
  margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
  margin-top: 10px; /* Abstand rechts zwischen Rahmen und Text */ 
  margin-bottom: 15px; /* Abstand unten zwischen Rahmen und Text */ 
}
.bildrechts {
  float:right; 
  padding: 3px; 
  border: 5px solid #ccc; 
  margin-bottom: 15px;
 margin-top: 10px; /* Abstand rechts zwischen Rahmen und Text */ 
  margin-left: 15px; 
}

.newsbilder {
  float:left; 
  padding: 2px; /* Abstand zwischen Bild und Rahmen */ 
  border: 1px solid #ccc; /* Hellgrauer Bilderrahmen */ 
  margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
 
}

.bildrahmenlos {
  float:left; 
  padding: 3px; /* Abstand zwischen Bild und Rahmen */ 
  border: 0;
  margin-right: 15px; /* Abstand rechts zwischen Rahmen und Text */ 
 
  margin-bottom: 5px; /* Abstand unten zwischen Rahmen und Text */ 
}

 ul#newsEintraege {
        padding: 0;
        margin: 1em 0 1em 0;

      }

      ul#newsEintraege li {
height:130px;
	clear: both;
        list-style: none;
        border-bottom: 0.08em dotted #CCCCCC;
        padding: 0 0 3em 0;
        margin-bottom: 2em;
      }
* html ul#newsEintraege li {
padding: 0 0 1.5em 0;
        margin-bottom: 2em;
} 
