/* allgemein gültiges */
/* ---------------------------------------------------------------------------- */



body {
    background-color: #E5E5E5;
    margin: 10px 0px 10px 0px;
    padding: 0px;
}

// .Stil1 {font-size: 15px}
.Stil1 {font-size: 17px}
.Stil2 {font-size: 14px}
.Stil3 {font-size: 13px}
.Stil4 {color: #0033CC}
.Stil5 {color: #FF3333}


h1 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-top: 0px;
}
h2 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    background-image: url('/templates/_img/h2_bg.gif');
    background-repeat: no-repeat;
    padding: 3px 0px 0px 15px;
    height: 20px;
}
h3 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}
h4 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    margin: 5px 0;
}
h5 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
}
h6 {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
p {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 5px 0;
}
p.summary {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}
p.summary a {
    color: #000000;
}
li {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
td {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
div {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

#page_container {
    width: 100%;
    height: 100%;
    text-align: center;
}

#page_table {
    margin: 0 auto;
    width: 791px;
    text-align: center;
}

code {
    font-size: 11px;
}




/* Kopfbereich */
/* ---------------------------------------------------------------------------- */
#cnt_top-meta-navi {
    margin: 0px 0px 5px 0px;
}
#cnt_top-navi {
    display: block;
}


#cnt_nav-top-breadcrumbs {
    margin: 4px 0px 4px 15px;
    padding: 0px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}
#cnt_nav-top-breadcrumbs b {
    font-weight: bold;
    color: #666666;
}
#cnt_nav-top-breadcrumbs strong {
    font-weight: bold;
    color: #666666;
}
#cnt_search {
    visibility: hidden;
}


.top-navi {
    display: block;
    clear: both;
    margin: 10px 0 0 0;
    padding: 0;
}
.top-navi li {
    display: block;
    float: left;
    list-style: none;
    height: 30px;
    text-indent/* */:/**/-9999px;  /* IE 5.0 Filter */
    text-indent: /**/-9999px;  /* Fix of above, for Mac IE 5 */
    font-size: 1px;
    line-height: 0;
    background-color: transparent;
    background-image: url("/templates/_img/top-navi_bg.png");
    background-repeat: no-repeat;
}
.top-navi li a, .top-navi li strong {
    display: block;
    height: 30px;
    text-decoration: none;
    background-color: transparent;
    background-image: url("/templates/_img/top-navi_bg.png");
    background-repeat: no-repeat;
}

#top-navi_loesungen a, #top-navi_loesungen a:link, #top-navi_loesungen a:visited  {
    background-position: 0 0;
    width: 140px;
}
#top-navi_consulting a, #top-navi_consulting a:link, #top-navi_consulting a:visited {
    background-position: -140px 0;
    width: 135px;
}
#top-navi_schulungen a, #top-navi_schulungen a:link, #top-navi_schulungen a:visited {
    background-position: -275px 0;
    width: 145px;
}
#top-navi_newsletter a, #top-navi_newsletter a:link, #top-navi_newsletter a:visited {
    background-position: -420px 0;
    width: 114px;
}
#top-navi_wirueberuns a, #top-navi_wirueberuns a:link, #top-navi_wirueberuns a:visited {
    background-position: -534px 0;
    width: 112px;
}
#top-navi_karriere a, #top-navi_karriere a:link, #top-navi_karriere a:visited {
    background-position: -646px 0;
    width: 89px;
}

#top-navi_loesungen a:hover {
    background-position: 0 -40px;
}
#top-navi_consulting a:hover {
    background-position: -140px -40px;
}
#top-navi_schulungen a:hover {
    background-position: -275px -40px;
}
#top-navi_newsletter a:hover {
    background-position: -420px -40px;
}
#top-navi_wirueberuns a:hover {
    background-position: -534px -40px;
}
#top-navi_karriere a:hover {
    background-position: -646px -40px;
}

#top-navi_loesungen a:active, #top-navi_loesungen strong {
    background-position: 0 -80px;
}
#top-navi_consulting a:active, #top-navi_consulting strong {
    background-position: -140px -80px;
}
#top-navi_schulungen a:active, #top-navi_schulungen strong {
    background-position: -275px -80px;
}
#top-navi_newsletter a:active, #top-navi_newsletter strong {
    background-position: -420px -80px;
}
#top-navi_wirueberuns a:active, #top-navi_wirueberuns strong {
    background-position: -534px -80px;
}
#top-navi_karriere a:active, #top-navi_karriere strong {
    background-position: -646px -80px;
}



/* Hauptbereich */
/* ---------------------------------------------------------------------------- */
.article_title {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.article_options {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
.article_options img {
    margin: 0px 5px 0px 0px;
}
.article_options a {
    color: #000000;
    text-decoration: none;
}
.article_options a:hover {
    text-decoration: none;
}

.article_inline-options {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}
.article_inline-options img {
    margin: 0px 5px 0px 0px;
}

div.articleAddOptions {
    clear: both;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #666666;
    margin: 10px 0 0 0;
    padding: 10px 0px 0px 0px;
}

#cnt_main {
    margin: 0px;
    padding: 10px;
    width: 500px;

    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}
#cnt_main-row {
    margin: 0;
    padding: 0;
    width: 735px;
}

#cnt_navi_leftmenu {
    padding: 10px 0px 0px 10px;
}

#cnt_navi_leftmenu td a {
    font-weight: bold;
}

#cnt_navi_leftmenu td strong {
    color: #000000;
}

.content_element {
}

ul.arrow {
    list-style-image: url("/templates/_img/arrow.gif");
    padding: 0 0 0 22px;
    margin: 0;
}
ul.arrow ul {
    list-style-image: none;
}
ul.button {
    list-style-image: url("/templates/_img/button.gif");
    padding: 0 0 0 22px;
    margin: 10px 0;
}
ul.button ul {
    list-style-image: none;
}


/* Footer-Bereich */
/* ---------------------------------------------------------------------------- */
#cnt_footer-adress {
    margin: 7px 0px 0px 0px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}
#cnt_footer-adress a {
    color: #666666;
}
#cnt_nav-footer-breadcrumbs {
    margin: 7px 0px 0px 0px;
    padding: 0px;
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}
#cnt_nav-footer-breadcrumbs b {
    font-weight: bold;
    color: #666666;
}




/* Formular allgemein */
/* ---------------------------------------------------------------------------- */
.form_box {
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #666666;
    padding: 0px;
}
.form_box .form_box-adress input {
    border: 1px solid #666666;
    margin: 0px 0px 2px 0px;
}

input.form_button {
    font-family: Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    background: transparent url("/templates/_img/button.gif") no-repeat left center;
}
input.form_button:hover {
    cursor: pointer;
}
input.form_button:active {
}
#submit {
    font-weight: bold;
    height: 20px;
    width: 75px;
    margin-right: 10px;
    padding: 2px 2px 2px 10px;
    border: 1px none #FFFFFF;
    padding/* */: /**/2px 2px 2px 15px !important;  /* IE 5.0 Filter */
}
#reset {
    height: 20px;
    width: 150px;
    margin-right: 10px;
    padding: 2px 2px 2px 15px;
    border: 1px none #FFFFFF;
    padding/* */: /**/2px 2px 2px 15px !important;  /* IE 5.0 Filter */
}


/* Kontakt */
/* ---------------------------------------------------------------------------- */

em {
    font-style: normal;
    color: #666666;
}

#kontakt_content, #kontakt_netzwerk, #kontakt_mobility, #kontakt_rechenzentrum {
    border: solid #8C8C8C;
    border-width: 0 0 1px 0;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#kontakt_hl, #kontakt_cd {
    border: solid #8C8C8C;
    border-width: 1px 0 0 0;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}




/* Images */
/* ---------------------------------------------------------------------------- */
div.image_container {
    margin: 0 0 5px 0;
}

.image_caption {
    font-style: italic;
}



.content_filelist .list_item {
    margin: 5px 0;
    padding: 5px 0;
    border: #8C8C8C solid;
    border-width: 0 0 1px 0;

}
