/* 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;
}
    
/* Spezielle Elemente */

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

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

/**
 * 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;
    padding-bottom: 20px;
    border-bottom: 1px solid #EC1E28;
}

/**
 * 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;
}
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 li a {
    font-weight: bold;
}
ul.sitemap li ul {
    margin-bottom: 7px;
}
ul.sitemap li ul li a {
    font-weight: normal;
}

form fieldset {
    background-color: #F2F2F2;
    border: 1px solid #C6C6C6;
    margin: 5px 0 10px 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;
}
