html {
    height: 100%;
    background: url(../sys_img/bg.gif) #ffffff;
}

body {
    color: #4a4a4a;
    font-size: 100%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    margin: 0;
    height: 100%;
}


#seite {
    width:63.7em;
    min-width: 1019px;
    margin: 0 auto;
}


/* KOPF */
#kopf {
    position: relative;
    width: 63.7em;
    min-width: 1019px;
    height: 171px;
}

#kopfLinks {
    float: left;
    width: 674px;
}

#kopfMitte {
    background: url(../sys_img/kopfMitte2.png);
    background-repeat: repeat-x;
    height: 171px;
    margin-left: 674px;
    margin-right: 319px;
}

#kopfRechts {
    width: 319px;
    float: right;
}
/* ENDE KOPF */



/* INHALT OUTER */
#inhalt {
    clear: left;
    width: 63.7em;
    min-width: 1019px;
    overflow: hidden;
}

#inhaltLinks {
    float: left;
    width: 9px;
    background: url(../sys_img/borderLinks.png);
    padding-bottom: 16000px;
    margin-bottom: -16000px;
}

#inhaltRechts {
    float: right;
    width: 9px;
    background: url(../sys_img/borderRechts.png);
    padding-bottom: 16000px;
    margin-bottom: -16000px;
}


#inhaltMitte {
    padding-bottom: 16000px;
    margin-bottom: -16000px;
    background:#fff;
    margin-right: 9px;
    margin-left: 9px;
}


/* ENDE INHALT OUTER */


/* INHALT */

#topBar {
    background: url(../sys_img/topBar.png);
    height: 42px;
    color: #ffffff;
}

#breadercrumb {
    float: left;
    padding-left: 17em;
    font-size: 0.875em;
    padding-top:8px;
}

#breadercrumb a {
    color: #ffffff;
    text-decoration: none;
}

#breadercrumb a:hover, #breadercrumb a:focus, #breadercrumb a:active {
    text-decoration: underline;
}

#suche {
    float: right;
    font-size: 0.875em;
    padding-right: 7px;
}

#sucheLabel {
    margin-top: 8px;
    float:left;
    padding-right: 10px;
}

#sucheInput {
    margin-top: 7px;
    float:left;
}

#quickSucheBut {
    padding-top: 7px;
    padding-left: 5px;
}

#xsearch {
    width: 146px;
    height: 21px;
    background: url(../sys_img/bgSuche.gif);
    border:0;
    font-size: 1em;
}

#suche img {
    vertical-align: middle;
}

#navigation {
    float: left;
    width: 14em;
    min-width: 224px;
}

#links {
    float: right;
    color: #4a4a4a;
    width: 11.8em;
    min-width: 188px;
    padding-top: 14px;
}

#hauptteil {
    /*margin-left: 14em;
    margin-right: 13.8em;*/
    padding: 5px 30px 30px 30px;
    font-family:Tahoma,Arial,Helvetica,'Nimbus Sans L','Nimbus Sans L Regular',sans-serif;
    letter-spacing: 0.5pt;
    line-height: 1.1em;
    float: left;
    width: 33em;
}

/* ENDE INHALT */




h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana;
    color: #1160a5;
    font-weight: normal;
}

h1 {
    font-size: 1.25em;
}

h2 {
    font-size: 1.15em;
}

h3 {
    font-size: 1.05em;
}

h4 {
    font-size: 0.95em;
}

h5 {
    font-size: 0.85em;
}

h6 {
    font-size: 0.75em;
}

p {
    font-size: 0.75em;
    font-family: Tahoma, Verdana;
    margin: 0.5em 0 0.5em 0;
}

#hauptteil ul.text {
    font-size: 0.75em;
    font-family: Tahoma, Verdana;
}

p.borderLeft {
    border-left: 1px solid #b00e23;
    padding-left: 4px;
}

ul.navLevel1space li {
    padding-top: 2px;
    padding-bottom: 2px;
}

/* NAVIGATION */

#navigation ul {
    border-bottom: 13px solid #1e5e96;
    list-style: none;
    padding-left: 0;
    margin-top: -2px;
    margin-left: 0;
}

#navigation ul li {
    min-height: 33px;
}

#navigation ul li ul {
    border-bottom: 0;
    list-style: none;
    background: none;
    margin-bottom: -1px;
}

#navigation ul li ul li {
    min-height: 33px;
}



#navigation a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #4a4a4a;
    display: block;
    height: 23px;
    padding-top: 10px;
}

#navigation a:hover, #navigation a:focus, #navigation a:active {
    color: #ffffff;
    background: url(../sys_img/navItemHover.gif);
    border-top: 1px solid #5197d7;
    border-left: 1px solid #5197d7;
    border-bottom: 1px solid #1b578d;
    border-right: 1px solid #1b578d;
}



#navigation a.active, #navigation a.rex-current {
    font-weight:bold;
}


#navigation ul li a {
    padding-left: 35px;
    border-top: 1px solid #fdfdfd;
    border-left: 1px solid #fdfdfd;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background: url(../sys_img/navItem.gif);
}


#navigation ul li ul li a {
    padding-left: 45px;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: url(../sys_img/navItem2.gif);
}


/* ENDE NAVIGATION */


/* FUSSINHALT */
#fussInhalt {
    height: 1.5em;
    min-height: 24px;
    position: relative;
    width: 63.7em;
    min-width: 1019px;
    text-align: right;
    clear: left;
}

#fussInhaltLinks {
    float: left;
    width: 9px;
    height: 100%;
    background: url(../sys_img/borderLinks.png);
}

#fussInhaltMitte {
    margin-left: 9px;
    margin-right: 9px;
    background:#fff;
    height: 100%;
}

#fussInhaltRechts {
    float: right;
    width: 9px;
    height: 100%;
    background: url(../sys_img/borderRechts.png);
}

#service {
    position: relative;
    bottom: -10px;
    padding-right: 5px;
    font-size: 0.7em;
    background:#fff;
}


#service ul {
    margin:0;
}

#service ul li {
    display: inline;
    border-left: 1px solid #4a4a4a;
    padding: 0 0.25em 0 0.4em;
}


#service ul li:first-child {
    border-left:none;
}

#service a {
    color: #4a4a4a;
    text-decoration: none;
}

#service a:hover, #service a:focus, #service a:active {
    text-decoration: underline;
}

/* ENDE FUSSINHALT */




/* FUSS */
#fuss {
    clear: left;
    position: relative;
    width: 63.7em;
    min-width: 1019px;
}

#fussLinks {
    float: left;
    width: 18px;
    height: 19px;
    background: url(../sys_img/fussLinks.png);

}

#fussMitte {
    margin-left: 18px;
    margin-right: 18px;
    height:19px;
    background: url(../sys_img/fussMitte.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#fussRechts {
    float: right;
    width: 18px;
    height: 19px;
    background: url(../sys_img/fussRechts.png);
}
/* ENDE FUSS */



.clear {
    clear: both;
}



ul.rex-breadcrumb {
    margin:0;
}

ul.rex-breadcrumb li {
   display: inline;
}

a, a:visited, a:link {
    color: #1160a5;
    text-decoration: none;
}

a:focus, a:hover, a:active {
    text-decoration: underline;
}


.floatleft
{
float: left;
margin: 2px 5px 0px 0px;
background-color: #FFFFFF;
padding: 0px 0px 0px 0px;
}


ul.searchresults {
    list-style: none;
    padding: 0;
}

ul.searchresults li {
    padding-bottom: 8px;
}

ul.searchresults li h4 {
    margin:0;
}

