@charset "UTF-8";
/* CSS Document */


/* FONT-FAMILY STYLESHEET */
/* ====================== */
/* body */
body {font-family:Arial, Helvetica, sans-serif}

/* title */
h1, h2, h3, h4 {font-family: Arial, Helvetica, sans-serif}

/* navigation */
#navigation {font-family: Arial, Helvetica, sans-serif}


/* COLORATION STYLESHEET */
/* ===================== */
/* primary color - 3 variations - used for navigation and foot */
.sf-menu a:link, .sf-menu a:visited,.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active,
#foot table, #foot table td a {color:#717171} /* 5 */
.sf-menu li, .sf-menu li li, .sf-menu li li li,
#navigation, #foot table {background-color:#cccccc} /* 1 */
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {background-color:#ffffff} /* 3 */

/* secondary color - 2 variations - used for captions and light text backgrounds */
.cms-inhalt-specialoffertemplate .cms-inhalt-list .so, 
.cms-inhalt-jobtemplate .cms-inhalt-list .job, 
.cms-inhalt-specialoffertemplate .cms-inhalt-list .so a:hover,
.cms-inhalt-jobtemplate .cms-inhalt-list .job a:hover,
h1, h2, h3, h4 {color:#888888} /* 1 */
.cms-inhalt-jobtemplate .cms-inhalt-details, 
.cms-inhalt-specialoffertemplate .cms-inhalt-details {background-color:#e7e7e7} /* 2 */

/* tertiary color - 1 variation - used for links */
a:link, a:visited {color:#0f47d5} /* 1 */
		

/* page & head background and text background and text color */
body {background-color:#0c4ada;color:#000000}
#container, #head {background-color:#e6e6e6}


