/* Grundelemente */

body { 
    font-size: 0.8em;
    font-family: arial;
    color: #000000;
    background-color: #FFFFFF; 
    margin: 0px;
}

h1 {
    margin: 7px 0px 7px 0px;
    font-size: 1.2em;
    color: #EC1E28;
}

h2 {
    margin: 7px 0px 7px 0px;
    font-size: 1.2em;
    color: #000000;
}

p { 
    margin-top: 0px; 
    text-align: justify;
    line-height: 1em;
}

a:link { 
    font-weight: normal; 
    text-decoration: none; 
    color: #EC1E28;
}
a:visited { 
    font-weight: normal; 
    text-decoration: none; 
    color: #EC1E28;
}

a:hover, a:active { 
    text-decoration: underline; 
    color: #EC1E28;
}

.hidden {
    display: inline;
    left: -999px;
    top: -999px;
    font-size: 0px;
    height: 0px;
    line-height:0px;
    margin:0px;
    overflow:hidden;
    position:absolute;
}

/* Spezielle Elemente */

/* Der Container umfasst den Gesamten Inhalt der Site */
#container {
    margin: 5px auto 5px auto;
    width: 780px;
    border-top: 1px solid #EC1E28;
    border-bottom: 5px solid #EC1E28;
}

#header {
    height: 185px;
    background-image: url(/img/headlogo_breit.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#header .logolink {
    border: none;
    position: absolute;
    margin: 120px 0 0 660px;
    width: 110px;
    height: 70px;
}

#header-downloadmanager {
    height: 40px;
    background-image: url(/img/headlogo_breit.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    padding: 40px 0 0 20px;
}

#header img.headimage {
    border-bottom: 1px solid #EC1E28;
}

/**
 * NAVI
 */    
#navi {
    clear: both;
    float: left; 
    width: 18:7em;
    font-size: 0.85em;
    padding: 0;
}
#navi ul {
    margin: 0px;
    padding: 0px;
    width: 17.2em;
    font-weight: normal;
}
#navi li {
    margin: 0 0 1px 0;
    padding: 3px 3px 3px 23px;
    list-style-type: none;
    background-color: #EC1e28;
    background-image: url(/img/bullet_weiss.jpg);
    background-position: 6px 6px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

#navi li a {
    color: #FFFFFF;
    font-weight: bold;
}

#navi li.active {
    padding: 3px 3px 3px 23px;
    background-color: #FFFFFF;
    list-style-type: none;
    background-image: url(/img/bullet_rot.jpg);
    color: #000000;
}

#navi li.active a, #navi li.active span {
    color: #000000;
    font-weight: bold;
}

#navi li.active ul {
    width: 17.4em;
    margin: 3px 0 0 -23px;
    padding: 0px;
    background-color: #FFFFFF;
    list-style-type: none;
    color: #000000;
}

#navi li.active ul li {
    margin: 0 3px 0 0px;
    padding: 0 0 0 23px;
    background-color: #FFFFFF;
    list-style-type: none;
    background-image: none;
    color: #000000;
    border-top: 1px solid #EC1e28;
}

#navi li.active ul li div {
    border-left: 1px solid #000000;
    padding: 0 0 0 7px;
    margin: 3px 0 3px 0;
}

#navi li.active ul li span{
    padding-right: 5px;
}


#navi li.active ul li a{
    color: #000000;
    font-weight: normal;
}

#navi li.active ul li.active a{
    color: #000000;
    font-weight: bold;
}

/**
 * BREADCRUMB
 */    

#breadcrumb {
    border-bottom: 1px solid #EC1E28;
    padding: 3px 0px;
    font-size: 0.85em;
}

#breadcrumb ul {
    margin: 0px;
    padding: 0px;
    display: inline;
}

#breadcrumb ul li {
    margin: 0px;
    padding: 0px 0px 0px 12px;
    list-style-type: none;
    display: inline;
    background-image: url(/img/bullet_rot_klein.jpg);
    background-position: left 5px;
    background-repeat: no-repeat;
}

#breadcrumb ul li.first {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline;
    background-image: none;
}

#breadcrumb ul li a {
    padding: 0px;
    font-weight: normal;
    color: #000000;
}

#breadcrumb ul li a:hover {
    text-decoration: none;
    color: EC1E28;
}

/**
 * CONTENT
 */    
#content {
    margin: 0 0 0 15.7em;
}
#content-cleaner {
    float: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #EC1E28;
    width: 580px;
}
#content-downloadmanager {
    padding: 20px;
}

div.teaser {
    padding: 5px 18px 15px 18px;
    border-bottom: 1px solid #EC1E28;
}
div.teaser-last {
    padding: 5px 18px 15px 18px;
    border: none;
}

/**
 * FOOTER
 */    
#footer{
    font-size: 0.9em;
    clear:both;
    margin: 0 0 0 13em;
    padding: 7px 0 7px 0;
    text-align: center;
}

#footer a {
    font-weight: normal;
}

.not-bold {
    font-weight: normal;
}

ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.generated {
    list-style-image: url(/img/bullet_rot_klein.jpg);
}
li {
    margin: 0 0 0 20px;
    padding: 0;
}

ul.pdf-liste {
    list-style-type: none;
}
ul.pdf-liste li {
    margin: 0 0 10px 0;
}

table.generated {
    font-size: 1em;
}
table.generated {
    border-top: 1px solid #C6C6C6;
}
table.generated tr {
    background-color:#FFFFFF;
}
td.indexspalte {
    background-color:#F2F2F2;
    color:#000000;
    font-family:Arial,sans-serif;
    font-size:10pt;
    font-weight:bold;
    text-align: center;
}
td.generated {
    border-bottom:1px solid #C6C6C6;
    border-right:1px solid #C6C6C6;
    padding: 1px 4px 1px 4px;
}
td.first {
    border-left:1px solid #C6C6C6;
}

hr {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #EC1E28;
    height: 1px;
}

ul.news {
    list-style-type: none;
}
ul.news li {
    border-top: 1px solid #EC1E28;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}
ul.news li.first {
    border: none;
    margin: 0;
}

ul.sitemap {
    list-style-image: url(/img/bullet_rot_klein.jpg);
}
ul.sitemap li a {
    font-weight: bold;
}
ul.sitemap li ul {
    margin-bottom: 7px;
}
ul.sitemap li ul li a {
    font-weight: normal;
}

form fieldset {
    width: 560px;
    background-color: #F2F2F2;
    border: 1px solid #C6C6C6;
    margin: 5px 0 0 0;
    padding: 10px;
}

form fieldset input {
    background-color: #ffffff;
    border: 1px solid #C6C6C6;
}

span.error {
    color: red;
    font-weight: bold;
}

.logo-mitgliedsfirma {
    float: right;
    margin: 5px;
}

.logo-mitgliedsfirma img {
    margin-bottom: 25px;
}

textarea.datenschutz {
    width: 580px;
    background-color:#ECECEC;
    color:#716F64;
}

.border {
    border: 1px #000000 solid;
}

div.bildarchiv-bild {
    clear: left;
    padding-top: 1em;
}

div.bildarchiv-bild img {
    float: left;
    border: 1px solid #EC1E28;
    margin: 0 10px 10px 0;
}



form.aboform 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;
}

form.aboform span.fehler {
    color: red;
    font-weight: bold;
    width: 300px;
    margin-left: 135px;
}

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

form.aboform {
    margin: 0;
    padding: 0;
}

form.aboform label {
    font-weight: bold;
}

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

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

form.aboform input.text {
    width: 300px;
}

form.aboform input.textSmall {
    width: 140px;
}

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

form.aboform textarea {
    border: solid 1px #9fa699;
    width: 300px;
    font: normal 100% Verdana, Arial, Helvetica, sans-serif;
    padding: 3px;
    overflow-y: scroll;
    overflow-x: hidden;
}

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

form.aboform div.fields {
    float: left;
    width: 300px;
}

form.aboform div.clear {
    clear: both;
}
