
/* Reset
-----------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, cite, code, del, 
em, img, ins, q, small, strong, sub, sup, 
dl, dt, dd, ol, ul, li, 
form, fieldset, legend, label, 
 caption, thead, tbody, tfoot, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    }

table {
    border-collapse: separate;
    border-spacing: 0px;
    float: inherit;
    }

caption, th, td {
    font-weight: normal;
    text-align: left;
    }

/* Hauptdefinitionen
-----------------------------------------------------------------------*/

body {
    background-color: #FFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 62.5%; 
    }

#container 	{width: 960px;}

DIV OL LI	{margin-left: 25px;}

/* Kopfbereich
-----------------------------------------------------------------------*/
#header {
    background-image: url(../images/bg_head_departement.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #FFF;
    height: 10.3em;
    }

#header .logo {float: left;}

h1 {
    color: #000;
    font-size: 1.6em;
    line-height: 1.9em;
    padding: 20px 20px 0px 0px;
    text-align: right;
    }

#header h2 {
    color: #000;
    font-size: 1.2em;
    padding: 2px 20px 0px 0px;
    text-align: right;
    }

#header h2 a {
    color: #000;
    text-decoration: none;
    }
    
/* Servicenavigation
-----------------------------------------------------------------------*/
#serviceNav {
    background-color: #CCC;
    border-top: 1px solid #FFF;
    clear: left;
    height: 3.0em;
    }

#serviceNav ul {
    list-style-type: none;
    margin-left: 1.5em;
    }

#serviceNav ul li {
    border-left: 1px solid #000;
    float: left;
    font-size: 1.1em;
    margin-top: 0.3em;
    padding: 0em 0.5em 0em 0.5em;
    }

#serviceNav ul li a {
    color: #000;
    text-decoration: none;
    }

/* Language-Navigation
-----------------------------------------------------------------------*/        
#languageNav {
    background-color: #CCC;
    border-top: 1px solid #FFF;
    clear: right;
    height: 3.0em;
    }

#languageNav ul {
    list-style-type: none;
    margin-right: 1.5em;
    }

#languageNav ul li {
    border-right: 1px solid #000;
    border-left: 0px;
    float: right;
    font-size: 1.1em;
    margin-top: 0.3em;
    padding: 0em 0.5em 0em 0.5em;
    }

#languageNav ul li a {
    color: #000;
    text-decoration: none;
    }

#languageNav ul li a.LanguageActive {
font-weight: bold;
}
/* Globalnavigation
-----------------------------------------------------------------------*/

#globalNav {
    background-color: #CCC;
    border-top: 1px solid #FFF;
    height: 2.8em;
    }

#globalNav ul {
    list-style-type: none;
    }

#globalNav ul li {
    background-color: #000;
    border-right: 1px solid #FFF;
    float: left;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    padding: 0em 1.4em 0em 1.4em;
    }

#globalNav ul li a {
    color: #FFF;
    text-decoration: none;
    }

/* Seitennavigation
-----------------------------------------------------------------------*/

#pageNav {
    float: left;
    padding-top: 2em;
    width: 21em;
    }

#pageNav ul {
    list-style-type: none;
    }

#pageNav ul li {
    border-top: 1px solid #CCC;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.3em 0em 0.2em 2.0em;
    }

#pageNav ul li a {
    color: #000;
    text-decoration: none;
    }

/* Inhaltsbereich
-----------------------------------------------------------------------*/

#content {
    float: left;
    margin-left: 2.7em;
    padding-top: 2em;
    width: 55.1em;
    font-size: 1.2em;
    }

.textAbschnitt{
	line-height: 30px;
}

/* Seitenleiste
-----------------------------------------------------------------------*/

#sidebar {
    float: left;
    margin-left: 2.7em;
    padding-top: 2em;
    width: 16.5em;
    }

/* Fusszeile
-----------------------------------------------------------------------*/

#footer {
    border-top: 1px solid #000;
    clear: left;
    float: left;
    margin: 1em 0em 0em 23.7em;
    padding: 0.5em 0em 0.5em 0em;
    width: 65.1em;
    }

#footer p {
    font-size: 1.1em;
    line-height: 1.5em;
    }

#footer p a {
    color: #006699;
    }