/* Stylesheet für Screenausgabe | Karl Merk Finanzberatung */

body { 
	margin:0;
	padding:0; 
	background:  #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    text-align: center;  /* Zentrierung im Internet Explorer */
	}
	
#headcontent {

  padding: 0; /* Abstand zwischen Bild und Rahmen */ 
  border: 1px solid #EAEAEA; /* Hellgrauer Bilderrahmen */ 
  margin: 0; /* Abstand rechts zwischen Rahmen und Text */ 
 height: 100px;
}	
	
 #fusscontent {

  padding: 4px 7px 4px 7px; /* Abstand zwischen Bild und Rahmen */ 
  border: 1px solid #EAEAEA; /* Hellgrauer Bilderrahmen */ 
  margin: 0; /* Abstand rechts zwischen Rahmen und Text */ 
 height: 25px;
}
#inhalt {
	width:550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #404548;
	padding:0px 0px 2px 0px; 
	}
p { line-height: 160%; margin-top:0px; }

.aufzaehlung {
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 160%;
	color:#00A0AE;
	padding:0px 0px 2px 0px; 
}
	
/* === Allgemeine Formatierungen Überschriften Contentbereich ============ */	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #44494F;
	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: 12px;
	font-weight: bold;
	color: #44494F;
       line-height: 250%;
	padding-top: 20px;
	margin-top: 30px }



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



/* === 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: #00A0AE;
	line-height: 120%;
	text-decoration: none;
	}

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

/* === Formatierungen Kopfnavigation Headbereich ============ */
ul#kopfmenu {
 font-size: 11px;
 margin: 0em;
  padding-right: 1.0em;
  list-style-type: none;
  color: #00A0AE;
  text-decoration: none;
  font-weight: normal;
}

ul#kopfmenu li{
display:inline;

 
}

ul#kopfmenu li a{
 font-size: 11px;
display:inline;
  height: 2.5em;
  padding-left: 0.5em;
   padding-right: 0.5em;
  line-height: 2.5em;
  color: #9AA1A7;
  text-decoration: none;
  font-weight: normal;

}

ul#kopfmenu li a:hover, ul#kopfmenu li a:focus{
  color: #00A0AE;
}

ul#kopfmenu a.current {
  display:inline;
  height: 2.5em;
  padding-left: 0.5em;
 padding-right: 0.5em;
  line-height: 2.5em;
  color: #00A0AE;
  text-decoration: none;
  font-weight: normal;


	
}


/* === Ende Formatierungen Kopfnavigation Headbereich ============ */

/* === Formatierungen Navigatio Oben ============ */

#boxhead-navi {
font-size: 13px;

font-weight: bold;
color: #44494F;
  padding: 7px; /* Abstand zwischen Bild und Rahmen */ 
  border: 1px solid #EAEAEA; /* Hellgrauer Bilderrahmen */ 
  margin: 0; /* Abstand rechts zwischen Rahmen und Text */ 
 height: 15px;
}

ul#menu {
 margin: 0em;
  padding: 0em;
  list-style-type: none;

}

ul#menu li{
display:inline;
  background-image:  url(../layout_images/back_navi_oben.gif);
 background-repeat: no-repeat;
 
}

ul#menu li a{
 font-size: 12px;
  display: block;
  height: 2.5em;
  padding-left: 0.75em;
  line-height: 2.5em;
  color: #9AA1A7;
  text-decoration: none;
  font-weight: normal;
  background-image:  url(../layout_images/back_navi_oben.gif);
background-repeat: no-repeat;
}

ul#menu li a:hover, ul#menu li a:focus{
  color: #00A0AE;
}

ul#menu a.current {
    display: block;
  height: 2.5em;
  padding-left: 1.5em;
  line-height: 2.5em;
  color: #00A0AE;
  text-decoration: none;
  font-weight: normal;
  background-image:  url(../layout_images/back_navi_oben_an.gif);
background-repeat: no-repeat;
	
}




/* === Ende Formatierungen Navigatio Oben ============ */

ul#menuschutz {
 margin: 0em;
  padding: 0em;
  list-style-type: none;

}

ul#menuschutz li{
display:inline;
  background-image:  url(../layout_images/back_navi_oben.gif);
 background-repeat: no-repeat;
 
}

ul#menuschutz li a{
 font-size: 12px;
  display: block;
  height: 2.5em;
  padding-left: 0.75em;
  line-height: 2.5em;
  color: #9AA1A7;
  text-decoration: none;
  font-weight: normal;
  background-image:  url(../layout_images/back_navi_oben.gif);
background-repeat: no-repeat;
}

ul#menuschutz li a:hover, ul#menuschutz li a:focus{
  color: #00A0AE;
}

ul#menuschutz a.current {
    display: block;
  height: 2.5em;
  padding-left: 1.5em;
  line-height: 2.5em;
  color: #00A0AE;
  text-decoration: none;
  font-weight: normal;
  background-image:  url(../layout_images/back_navi_oben_an.gif);
background-repeat: no-repeat;
	
}




/* === Ende Formatierungen Navigatio Oben ============ */














/* === Formatierungen Navigationspfad ============ */
#pfadnavi { 
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none; 
	}
	
#pfadnavi a { 
	font-size: 11px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none; 
	}
	
	#pfadnavi a:hover { 
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none; 
	}
/* === Ende Formatierungen Navigationspfad ============ */

/* Logo und Beschreibung für Ausdruck */
#logo,
#adresse,
#standortlinie {
	margin:0;
	background-color: #fff; 
	display: none;
	}
	
/* Zeigt Trennlinie bei Ausdruck*/
hr.druck {
	height: 1px;
	width:570px;
	border: 0 none;
	border-top: 1px solid #ECECEC;
	margin: 10px 0 10px 0;
	padding: 0;
	display: none;
	}
	



/* === Formatierungen Fussnavigation ============ */
#fussnavi { 
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none; 
	}
	
#fussnavi a { 
	font-size: 11px;
	color: #999;
	letter-spacing: 1px;
	text-decoration: none; 
	}
	
#fussnavi a:hover { 
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-decoration: none; 
	}
/* === Ende Formatierungen Fussnavigation ============ */

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

  margin-left: 15px; 
}
.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 */ 
}

/* === Formatierungen für Bilder in Bildergalerie ============ */

img.thumbnail_200_150{  /* Thumbnails in image-gallery */
  margin: 1em;
   padding: 3px; /* Abstand zwischen Bild und Rahmen */ 
  border: 2px solid #ccc; /* Hellgrauer Bilderrahmen */ 
}


/* === Formatierungen Newseinträge ============ */
.newsbilder {
padding: 0.2em; /* Abstand zwischen Bild und Rahmen */ 

  float:left; 
  
  border: 1px solid #ccc; /* Hellgrauer Bilderrahmen */ 
  margin-right: 15px; /* Abstand rechts 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;
} 


