/***************** GLAMUS - Beginn VideoPopup *****************/
body.videopopup div.body {
    width: 540px;
    margin: 10px auto;
    background-image: url(/img/background_body_spacer.gif);
    background-repeat: repeat-y;
    background-color: #ffffff;
}

body.videopopup div.body div.background-top {
    width: 540px;
    height: 10px;
    background-image: url(/img/background_body_top.gif);
    background-repeat: no-repeat;
}

body.videopopup div.body div.background-bottom {
    width: 540px;
    height: 10px;
    background-image: url(/img/background_body_bottom.gif);
    background-repeat: no-repeat;
}

/***************** GLAMUS - Beginn uebergeordnete Elemente *****************/
html {
    width: 100%;
}

body {
    width: 768px;
    margin: auto;
    padding: 0;
    font: normal 70% Verdana, Arial, Helvetica, sans-serif;
    line-height: 130%;
    background-color: #bbc5cb;
    background-image: url(/img/body_verlauf.gif);
    background-repeat: repeat-x;
    color: #000;
    text-align: center;
}

body * {
    margin: 0;
    padding: 0;
    border: 0 none;
    text-align: left;
}

img {
    border: 0;
}

div.head {
    width: 768px;
    height: 106px;
    background-image: url(/img/head_top.gif);
    background-repeat: no-repeat;
}

div.headpic {
    width: 768px;
    height: 150px;
    margin-top: 0;
    background-image: url(/img/content_verlauf.gif);
    background-repeat: repeat-y;
}

div.headnavi {
    width: 768px;
    height: 29px;
    background-image: url(/img/head_navi.gif);
    background-repeat: no-repeat;
}

div.main {
    width: 768px;
    padding-left: 11px;
    background-image: url(/img/content_verlauf.gif);
    background-repeat: repeat-y;
}

div.main a.linkHome:hover {
    text-decoration: none;
}

div.left {
    background-image: url(/img/content_left_verlauf.gif);
    background-repeat: repeat-y;
    width: 256px;
    margin-top: 5px;
    float: left;
    margin-bottom: 7px;
    margin-left: 5px;
}

div.leftcontent{
    background-image: url(/img/content_left_top.gif);
    background-repeat: no-repeat;
    width: 232px;
    padding: 5px 12px 0 12px;
}

div.leftcontent h1 {
    padding-top: 5px;
}

div.leftbottom {
    background-image: url(/img/content_left_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 256px;
    height: 9px;
    padding-bottom: 0;
}

div.navi {
    width: 232px;
    margin-top: 10px;
    border-top: dashed 1px #7FB2CC;
}

div.nonavi {
    width: 232px;

}

div.right {
    background-image: url(/img/content_right_verlauf.gif);
    background-repeat: repeat-y;
    width: 485px;
    margin-left: 0;
    margin-top: 5px;
    float: left;
    margin-bottom: 7px;
}

div.rightframe {
    background-image: url(/img/content_right_top.gif);
    background-repeat: no-repeat;
    width: 461px;
    padding: 0 12px 0 12px;
}

div.content {
    width: 461px;
}

div.rightbottom {
    background-image: url(/img/content_right_bottom.gif);
    background-repeat: no-repeat;
    width: 485px;
    height: 9px;
    clear: both;
    background-position: bottom;
}

div.footer {
    background-image: url(/img/body_footer.gif);
    background-repeat: no-repeat;
    width: 768px;
    height: 33px;
    padding-bottom: 5px;
}

div.footertext {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    clear: both;
    padding: 7px;
    border-top: dashed 1px #7FB2CC;
    margin: 0 13px;
}

div.bredcrum {
    color: #717B80;
    padding-left: 9px;
}

div.toolbar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    clear: both;
    height: 33px;
    padding: 24px 0 0 18px;
}

div.toolbar a {
    float: left;
    text-decoration: none;
    color: #717B80;
    font-weight: bold;
    padding-left: 0.5em;
}

div.toolbar a:hover {
    text-decoration: none;
    color: #002752;
    font-weight: bold;
}

ul, ol {
    margin: 0 0 0 30px;
    padding: 0;
}

ul li, ol li {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

div.content ul {
    margin-left: 9px;
    padding-left: 9px;
    list-style-type: none;
    list-style-image:url(/img/pfeil.gif);
}

div.content li {
    margin-top: 5px;
}

a {
    text-decoration: none;
    color: #0074bc;
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}

acronym {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/***************** GLAMUS - Ende uebergeordnete Elemente *****************/


/***************** GLAMUS - Beginn Grundlegendes fuer normalen Inhalt ****/


h1 {
    font: normal 220% "Arial Narrow", Verdana, Helvetica, sans-serif;
    color: #7c7c7b;
    font-weight: normal;
    padding-top: 10px;
}

span.h1double {
    font: normal 220% "Arial Narrow", Verdana, Helvetica, sans-serif;
    display:block;
    font-weight: normal;
    padding-top: 5px;
}

h2, h2 a {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    color: #002651;
    font-weight: bold;
    padding-bottom: 5px;
}

em.bold {
    font-weight: bold;
    font-style: normal;
}

b.blau, em.blau {
    color: #002651;
}

div.content img {
    float: left;
    margin: 3px 8px 10px 0;
}

div.content img.border {
    border: solid 1px #7fb2cc;
}

div.content a.link {
    float: left;
    padding: 3px 0 3px 0;
}


/***************** GLAMUS - Ende Grundlegendes fuer normalen Inhalt ****/


/***************** GLAMUS - Beginn Navigation **************************/


div.headnavi ul {
    padding-top: 0;
    list-style-type: none;
    list-style-image: none;
    margin-left: 13px;
}

div.headnavi ul li {
    float: left;
    display: inline;
    background-image: url(/img/navi_0.gif);
    background-position: left 6px;
    background-repeat: no-repeat;
    margin: 0 5px 3px 10px;
    padding: 5px 0 5px 0;
}

div.headnavi ul li:hover{
    background-image: url(/img/navi_1.gif);
    background-repeat: no-repeat;
}

div.headnavi ul li a {
    color: #717b80;
    font-weight: bold;
    display: block;
    padding-left: 19px;
}

div.headnavi ul li a:hover {
    color: #717b80;
    text-decoration: none;
}

div.headnavi ul li.active {
    background-image: url(/img/navi_1.gif);
    background-repeat: no-repeat;
}

div.headnavi ul li.active a{
    color: #002651;
}

div.navi ul {
    margin: 0;
    padding-top: 0;
    list-style-type: none;
    list-style-image: none;
    padding-bottom: 0;
}

div.navi ul li {
    background-image: url(/img/navi_0.gif);
    background-position: left 10px;
    background-repeat: no-repeat;
    margin: 0 0 0 0;
    padding: 10px 0;
    border-bottom: dashed 1px #7fb2cc;
}

div.navi ul li:hover{
    background-image: url(/img/navi_1.gif);
    background-repeat: no-repeat;
}

div.navi ul li a {
    color: #717b80;
    font-weight: normal;
    display: block;
    padding-left: 19px;
}

div.navi ul li a:hover {
    color: #717b80;
    text-decoration: none;
}

div.navi ul li.active {
    background-image: url(/img/navi_1.gif);
    background-repeat: no-repeat;
}

div.navi ul li.active a {
    color: #002651;
}

div.navi ul.level2 {
    margin: 0;
    padding-top: 0;
    list-style-type: none;
    list-style-image: none;
}

div.navi ul.level2 li {
    background-image: url(/img/level2_0.gif);
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0 0 0 10px;
    padding: 10px 0;
    border-bottom: dashed 1px #7fb2cc;
}

div.navi ul.level2 li:hover{
    background-image: url(/img/level2_1.gif);
    background-repeat: no-repeat;
}

div.navi ul.level2 li a {
    color: #717b80;
    font-weight: normal;
    padding-left: 35px;
}

div.navi ul.level2 li a:hover {
    color: #717b80;
    text-decoration: none;
}

div.navi ul.level2 li.active {
    background-image: url(/img/level2_1.gif);
    background-repeat: no-repeat;
}

div.navi ul.level2 li.active a {
    color: #002651;
}

div.left form {
    margin-left: 18px;
}

div.left form p {
    padding: 3px 0;
}

div.left form input.loginbox {
    width: 207px;
    padding: 2px 3px 0 3px;
}

div.left form input.logincheckbox {
    border: 0;
    margin-top: 3px;
}

div.left form label {
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    margin-left: 8px;
}

div.left form input.loginsubmit {
   background-color: #edeff0;
   color: #002651;
   font-weight: bold;
   border: 1px solid #9fa699;
   cursor: pointer;
   font-size: 100%;
   margin-top: 6px;
   padding: 3px;
   width: 100%;
   text-align: center;
}


/***************** GLAMUS - Ende Navigation **************************/


/***************** GLAMUS - Beginn einzelne Elemente *****************/

div.leftcontent div.hr {
    clear: both;
    border-top: dashed 1px #7fb2cc;
    height: 1px;
    width: 232px;
    margin: 10px 0;
}

div.content div.hr {
    clear: both;
    border-top: dashed 1px #7fb2cc;
    height: 1px;
    width: 457px;
    margin: 10px 0;
}

div.halbteaser div.hr {
    clear: both;
    border-top: dashed 1px #7fb2cc;
    height: 1px;
    width: 195px;
    margin: 10px 0;
}

div.halbteaser{
    float: left;
    background-image: url(/img/bg_halbteaser.gif);
    background-repeat: no-repeat;
    width: 195px;
    padding: 12px;
    margin: 0 4px 0 5px;
}

div.halbteaserlogo {
    float: left;
    width: 218px;
    padding: 12px 0;
}

div.boxpadding {
    padding-right: 20px;
}

div.halbteaserlogo div.hr {
    clear: both;
    border-top: dashed 1px #7fb2cc;
    height: 1px;
    width: 218px;
    margin: 10px 0;
}

div.content form input.button {
   background-color: #edeff0;
   color: #002651;
   font-weight: bold;
   width: 100%;
   border: 1px solid #9fa699;
   text-align: center;
   margin-top: 6px;
   padding-bottom: 2px;
   font-size: 100%;
   cursor: pointer;
}

input.sucheSubmitBox {
    float: left;
    padding-left: 3px;
    padding-bottom: 2px;
    border: 1px solid #717b80;
    border-left: none;
}

div.content span.fehler {
    color: red;
    font-weight: bold;
}

form input {
    border: 1px solid #717b80;
}

div.content form {
    margin: 0;
    padding: 0;
}

div.content label {
    font-weight: bold;
}

div.content form input {
    border: solid 1px #9fa699;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    padding: 3px 3px;
}

div.content form select {
    border: solid 1px #9fa699;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    padding: 3px 0;
    width: 150px;
}

div.content form input.text {
    width: 300px;
}

div.content form input.textSmall {
    width: 140px;
}

div.content form input.radio {
    vertical-align: bottom;
    border: 0;
}

div.content form textarea {
    border: solid 1px #9fa699;
    width: 300px;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    padding: 3px 3px;
}

div.content div.description {
    float: left;
    width: 125px;
    text-align: right;
    padding-right: 10px;
}

div.content div.fields {
    float: left;
    width: 310px;
}

div.content div.clear {
    clear: both;
}


ul.sitemap li.h1 {
    color: #002651;
    font-weight: bold;
}

ul.sitemap li.h1 li a {
    font-weight: normal;
}

ul.sitemap li.h2 {
    font-weight: bold;
    color: #002651;
}

ul.sitemap li.h2 a {
    font-weight: bold;
}

ul.sitemap li.h2 li a {
    font-weight: normal;
}

span.bitv {
	display: none;
}

div.content form table input.formbox,
div.content form input.formbox {
    width: 207px;
    margin: 0 0 5px 5px;
    padding: 2px 3px 0 3px;
    border: 1px solid #717b80;
    height: 16px;
}

div.content form table input.submitLg,
div.content form input.submitLg {
   width: 215px;
   text-align: center;
   margin: 6px 0 5px 5px;
   padding-bottom: 2px;
   font-size: 100%;
   background-color: #edeff0;
   color: #002651;
   font-weight: bold;
   border: 1px solid #9fa699;
   cursor: pointer;
}

/***************** GLAMUS - Ende einzelne Elemente *****************/

div.optionen {
    float: right;
    width: 300px;
}

div.optionen a.pfeil {
    display: block;
    float: right;
    padding: 0 0 0 20px;
    background-image: url(/img/navi_0.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

div.optionen a.pfeil:hover, div.optionen a.pfeil:focus {
    background-image: url(/img/navi_1.gif);
    text-decoration: none;
}

div.bilderbox img {
    margin: 0 !important;
}

div.bilderliste {
    padding: 10px 0 0 0;
}

div.bilderliste img.pfeile {
    display: block;
    margin: 14px 8px 0 8px;
}

div.bilderliste div.thumbnails {
    float: left;
    vertical-align: middle;
    padding: 1px;
}

div.bilderliste div.thumbnails img {
    margin: 0;
    padding: 0;
}
