/* ============== Hauptnavigation ==============  */
/* --------- Level 1 ----------- */
#mainNav {font-size: 1.3em;}
#mainNav ul {list-style: none; }
/* Hilite current level 1 */
#mainNav ul li a {color: #6a6a6a; text-decoration: none; display: block; padding-left: 5px; line-height: 2em}
#mainNav ul li a:hover {color: #000; }
#mainNav ul li a.current  { color: #000; font-weight: bold; background-color: #ed7407;}

/* --------- Level 2 ----------- */
#mainNav ul ul {  background-color: #f9ecda;}
#mainNav ul li ul li a { color: #5b5b5b; border-top: 1px dotted #6a6a6a}
#mainNav ul li ul li a.hover {color: #000; background-color: #fff; }
#mainNav ul li ul li a.current  { color: #000; font-weight: bold; background-color: #f9ecda;border-bottom:none }

/* --------- Level 3 ----------- */
#mainNav ul li ul li ul li a {  color: #5b5b5b; padding-left:15px; border-top:none}
#mainNav ul li ul li ul li a.hover {color: #5b5b5b; background-color: #f9ecda; }
#mainNav ul li ul li ul li a.current {color: #000; background-color: transparent; border-bottom: none}

/* Fix IE. Hide from IE Mac \*/
* html #mainNav ul li  { width: 100%; height: 1% }
* html #mainNav ul li a  { height: 1% }
* html #mainNav li  { margin-top: 0 }
* html #mainNav ul  { padding-top: -1px }
/* End */
/* ============== Linkbox mit Pfeilen ==============  */
#mainContent .linkbox {line-heigth: 1.5em; text-decoration: none; margin-top: 20px;margin-bottom: 20px}
#mainContent .linkbox a  { text-decoration: none; padding-left: 35px; background-image: url("images/pfeil_grau.gif"); background-repeat: no-repeat }

/* ============== Zwischenüberschriften h4 im Text hinterlegt ============== */
#mainContent h4, .editmode h4 {font-size:1.6em; line-height: 1.3em; font-weight: normal; background-color: #f9ecda; padding:10px}

/* ============== Bilder ==============  */
#mainContent .bildreihe, .editmode .bildreihe {margin-top:10px; margin-bottom:10px; margin-right:15px }
#mainContent .breitbild, .editmode .breitbild {margin-top:10px; margin-bottom:10px;}

/* Pfeil-Link Inline
---------------------------------------------------------------- */
.pfeil, .editmode .pfeil { text-decoration: none; padding-left: 30px; background-image: url("images/pfeil_grau.gif"); background-position: 3px 0; background-repeat: no-repeat}

/* Inaktive Menu Items
---------------------------------------------------------------- */
ul#behandlung {background-color: #d4e1e9; border-top: 2px solid #fff}
ul#patienten {background-color: #d7e4d7; border-top: 2px solid #fff}
ul#klinik {background-color: #f0d8c2; border-top: 2px solid #fff}
ul#aktuell {background-color: #f0d8c2; border-top: 2px solid #fff}
ul#kontakt {background-color: #f0d8c2; border-top: 2px solid #fff}
