/* main-css Einstellungen für www.jobservice.de 

 folgende Tags können können für die unterschiedlichen Textformatierungen genutzt werden:
 <p> = normale Text
 <b> = normaler Text, aber Fettdruck
 CSS Klasse "headline" = kleine überschrift
 <td> = wird Standardmässig mit der normalen Text formatiert
 <small> = mini-Text

*/

body {
    background-color:#EFEFE3;
    scrollbar-base-color:#E0E0E0;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#000000;
}


/* ---- -----------------------------------------------------  -------- */
/* ---- Definitionen für Standard Texte, Headlines etc. -------- */
/* ---- -----------------------------------------------------  -------- */

td,th,p,.normal,.bewerbungstipps {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:500;
  color:#000000;
  background-color:#FFFFFF;
  line-height:12pt;
  font-size:8pt;
  line-height:10pt;
}

input {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:500;
  font-size:8pt;
  color:#000000;
  line-height:10pt;
  background-color:#EFEFE3;
  border:1px;
  border-style:solid;
  border-color:#19318D;
  color:#19318D;
}


b,strong {
  font-family:Arial,Helvetica;
  font-weight:700;
  letter-spacing:0px;
}

i {
  font-family:Arial,Helvetica;
  font-weight:500;
  font-size:10pt;
  line-height:13pt;
  font-style:italic;
}

.headline {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:800;
  font-size:11pt;
  color:#19318D;
  line-height:13pt;
}

.subheadline {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight:800;
  font-size:9pt;
  color:#000000;
  line-height:11pt;
}


small {
  font-size:7pt;
}


/* ---- -----------------------------------------------------  -------- */
/* ---- Style Definitionen von allgemeinen Links          -------- */
/* ---- -----------------------------------------------------  -------- */

a:link {
    color:#00587D;
    text-decoration:underline;
}

a:visited {
    color:#00588F;
    text-decoration:underline;
}

a:active {
    color:#0000FF;
    text-decoration:underline;
}

a:hover {
    color:#000000;
    text-decoration:none;
}


/* ---- -----------------------------------------------------  -------- */
/* ---- Style Definitionen für ein Untermenü der Hauptmenüs   */
/* ---- -----------------------------------------------------  -------- */

.submenu_td {
  font-family:Arial, Helvetica, sans-serif;
  font-weight:500;
  font-size:10pt;
  line-height:11pt;
  color:#000000;
  padding-left:15px;
}

a.submenu_link:link {
    color:#000000;
    text-decoration:none;
}

a.submenu_link:visited {
    color:#909090;
    text-decoration:none;
}

a.submenu_link:active {
    color:#19318D;
    text-decoration:none;
}

a.submenu_link:hover {
    color:#162A79;
    text-decoration:underline;
}


/* ---- -----------------------------------------------------  -------- */
/* ---- Style Definitionen das menü am Seiten-Abschluss ----- */
/* ---- -----------------------------------------------------  -------- */

.bottommenu_td {
  background-color:#EFEFE3;
}

a.bottommenu_link:link {
    color:#656565;
    text-decoration:none;
}

a.bottommenu_link:visited {
    color:#757575;
    text-decoration:none;
}

a.bottommenu_link:active {
    color:#FF0000;
    text-decoration:none;
}

a.bottommenu_link:hover {
    color:#FF0000;
    text-decoration:underline;
}

.bottommenu_text {
  color:#656565;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:500;
  font-size:8pt;
  line-height:12pt;
}


/* ---- -----------------------------------------------------  -------- */
/* ---- Style Definitionen die Login Box                       -------- */
/* ---- -----------------------------------------------------  -------- */


.login_box {
  color:#19318D;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:500;
  font-size:9pt;
}
