/*----------------

Menu: #5B85AD
Links: #B30005
Rot: d30303

Hier werden individuelle Grafiken und Farben
definiert:

Schriftarten
Navigation-Farben
Ueberschriften
Link-Farben

Link-Icons
Footer-Grafik
Hintergrund
Marken-Logo

Grafische Unterstreichung bei Ueberschriften H1
und Sidebar

----------------------------------------------- */

/* =GENERIC
----------------------------------------------- */

html,body {
	background-color: #EEE;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

/* =STRUCTURE
----------------------------------------------- */

#wrapper {
    background: #FFF url("../images/bg_lin.gif") top left repeat-y;
}

/* =HEADER
----------------------------------------------- */

#header {
    border-bottom: 1px solid #999;
}

/* =NAVIGATION
----------------------------------------------- */

#nav {
    background-color: #55595C;
	width: 186px;
	list-style: none;
    font-size: 1.1em;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    border-left: 1px solid #FFF;
    color: #FFF;
    }

#nav li{
	border: 0;
    border-top: 1px solid #FFF;
    }

#nav a {
    text-decoration: none;
	display: block;
	padding: 4px 0 4px 20px;
	/*border: 0;*/
    background: #55595C url("../images/navi_up.gif") top left no-repeat;
    color: #FFF;
	height:15px;
    }

#nav ul li a{
	padding: 3px 0 3px 13px;
    font-size: 85%;
    }

/* =Main */
#nav li a.you_are_here {
    font-weight: bold;
    background:   url("../images/navi_over.gif") top left no-repeat;
    cursor: default;
}

/* =Subnavigation */

#nav ul li a {
	padding: 4px 0 4px 25px;
    font-size: 100%;
    background-color: #E06666;
    color: #FFF;
    }

#nav ul li a.you_are_here {
    font-weight: bold;
    font-size: 100%;
    color: #FFF;
    background-color: #E06666;
    padding-left: 25px;
    }

#nav ul li a:hover,#nav .subnav a:hover,#nav a:active,#nav a:focus{
	text-decoration: none;
    background:   url("../images/navi_over.gif") top left no-repeat;
    font-weight: bold;
    }

#nav ul li a:hover {
    font-weight: bold;
    font-size: 100%;
    color: #FFF;
    background-color: #E06666;
    padding-left: 25px;
    }

/* =Portal-Link */

#nav .portal a,#nav .portal a:hover  {
  background-color: #ccc;
  color: #333;
}

#navbottom {
   height: 20px;
   background:   url("../images/bg_navibottom.gif") top left repeat-x;
   border-top: 1px solid #FFE;
   width: 187px;
   }

#navbottom hr {
   display: none;
   }

/* =CONTENT =Typo
----------------------------------------------- */

h1,h2,h3,h4,h5 {
  color: #000;
}

h1 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    background: #FFF url("../images/h1_520.gif") bottom left no-repeat;
    font-size: 2.1em;
    font-weight: normal;
    margin: 30px 20px 15px 20px;
    padding: 0 0 5px 0;
    line-height: 1em;
}

h2 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px 20px 5px 20px;
}

h3 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
}

h4 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 0 5px 0;
}

#sidebar h1 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 4px 0 0 10px;
	line-height: 1.2em;
	height: 20px;
	border-top: 1px solid #FFF;
	background-color: #939FAB;
	background-image: url(../images/h1_187.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* =LINKS
----------------------------------------------- */

a:link {
	color: #B30005;
	}
a:visited {
	color: #B30005;
	}
a:hover,a:focus {
	color: #333;
	}

a.icn {
  background:  url("../bilder/icn_link.gif") left 50% no-repeat;
  padding-left: 9px;
}

/* =LINK =Breadcrumb
----------------------------------------------- */


#breadcrumb a {
	margin: 0 3px 0 0;
    padding: 0 1px;
	text-decoration: underline;
    color: #B30005;
    }

#breadcrumb a:hover,#breadcrumb a:active,#breadcrumb a:focus {
	margin: 0 3px 0 0;
    padding: 0 1px;
    color: #333;
    }

#breadcrumb span {
  font-family: Verdana, Geneva, sans-serif;
}

/* =TABLE
----------------------------------------------- */

caption {
  text-align: left;
  font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
  color: #000;
  margin: 0 0 0 20px;
  padding: 0 0 5px 0;
}
  
/* =LINK =Footer
----------------------------------------------- */

#footer a:link {
    color: #666;
    text-decoration: none;
}

#footer a:visited {
    color: #666;
    text-decoration: none;
}

#footer a:hover,#footer a:active,#footer a:focus {
    color: #B30005;
    text-decoration: underline;
}

/* =LINK =Misc
----------------------------------------------- */
#content a.top {
    float: right;
    clear: right;
    margin-bottom: 15px;
    }

/* =Mitarbeiter
----------------------------------------------- */

#malist {
  width: 520px;
  margin: 0 0 20px 20px;
}

#malist img {
   margin: 0 12px 0 0;
   float: left;
   }

#malist dl {
    padding: 10px;
    background-color: #F3F3F3;
    height: 143px;
}

#malist dt {
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px 0;
}

#malist dd {
    font-size: 1.2em;
    margin-bottom: 3px;
}

#malist .pos {
    padding: 0;
    margin-bottom: 8px;
    }

#malist .odd {
    background-color: #FFF;
}

/* =FOOTER
----------------------------------------------- */

#footer {
    background: url("../images/bg_footer.gif") bottom left repeat-x;
}
