
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* RESET END */

/* MAIN STYLES */
html{
    background: #ffffff;
}

#container{
    width: 100%;
    font-family: Verdana;
    text-align: center;
    font-size: 17px;
}

#headline{
    background: #444;
    height: 20px;
}

#headline ul{
    float: right;
}

#headline ul li{
    display: inline;
}

#headline ul li a{
    display:block;
    float:left;
    padding-right: 20px;
    color:#eee;
    text-decoration:none;
    letter-spacing: 1px;
    line-height: 18px;
    font-weight: bolder;
    font-size:0.65em;
}

#headline ul li a:hover{
    color:#ffffff;
}


#header{
    background: url('../images/bghead.png') repeat-x;
    background-position: 0px -1px;
    height: 138px;
    border-bottom: 8px solid #ccc;
    position: relative;
}

#logo{
    height: 80px;
    width: 150px;
    background: url('../images/schrift.png');
    font-size: 3em;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    left: 45px;
    top: 16px;
}

#slogan{
    width: 520px;
    height: 69px;
    background: url('../images/slogan.png');
    font-size: 1.1em;
    font-weight: bold;
    position: absolute;
    left: 260px;
    top: 12px;
}

#menu ul{
    position: absolute;
    bottom: 6px;
    left: 20px;
    width: 1400px;
}

#menu li{
    display: inline;
    float: left;
    padding-left: 1px;
}

#menu a{
    height: 25px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
    background: url('../images/bluebg.png');
    padding: 4px 7px;
    border-bottom: 8px solid #ccc;
    text-transform: uppercase;
}


#menu a:hover{
    color: #fff;
    background: url('../images/bluedbg.png');
    border-bottom: 8px solid white;
}


#content{
    margin: 40px 30px;
    overflow: hidden;
    /*text-align: center;*/
    display: inline-table;
}

#content table td{
    vertical-align: top;
}


/* INFO BOXES */
#content .infobox{
    font-size: 0.7em;
    margin-bottom: 25px;
    margin-right: 15px;
    margin-left: 30px;
}

#content .infobox a:link{
    color: #111;
    text-decoration: none;
}

#content .infobox th{
    font-weight: bold;
    font-size: 1.1em;
    color: #588e10;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    border-bottom: 4px solid #0d4a62;
    text-align: center;
}

#content .infobox td{
    font-size: 1em;
    color: #222;
    text-align: left;
    padding: 7px;
    letter-spacing: 0.02em;
    line-height: 1.2em;
}


/* COLS */
#col1, #col2, #col3{
    padding: 0px 15px;
}

#imgdisplay p{
    color: #333;
    font-size: 0.75em;
}

#imgdisplay{
    margin-bottom: 25px;
}

/* NORMAL FORMATS */
#content h2{
    font-size: 1em;
    color: #588e10;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#content h3{
    font-size: 1.0em;
    font-weight: bold;
    color: #0d4a62;
    margin-top: 15px;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

#content h4{
    font-size: 0.90em;
    font-weight: normal;
    color: #0d4a62;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

#content p.norm{
    font-size: 0.75em;
    margin-bottom: 20px;
    color: #252525;
    line-height: 1.2em;
}

#about_members{
    text-align: left;
}


#about_groups{
    text-align: left;
    color: #262626;
}

#about_groups table{
    font-size: 0.75em;
    margin: 6px 0px;
    width: 500px;
}

#about_groups th{
    font-weight: bold;
}

#about_groups td{
    padding-left: 30px;
    padding-bottom: 10px;
}


#about_vorstand{
    clear: both;
}

#about_vorstand td{
    font-size: 1.0em;
    height: 50px;
    width: 33%;
    text-align: center;
}

#about_vorstand table{
    width: 100%;
}


#about_vorstand td a{
    margin-bottom: 10px;
}

#about_vorstand td p, #about_gf td p{
    margin-bottom: 3px;
}

#about_vorstand td p.heading1, #about_gf td p.heading1{
    font-weight: bold;
}

#about_gf{
    clear: both;
    margin-bottom: 100px;
}

#about_gf td{
    padding: 0 20px;
}

#about_info ul {
    list-style-type: square;
}

#about_info ul li{
    font-size: 0.8em;
    text-align: left;
    line-height: 15px;
    margin-left: 35px;
    margin-bottom: 8px;
}

#about_info p{
    font-size: 1.1em;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 20px;
}

table.sidetable{
    width: 100%;
}

td.left {
    text-align: left;
    width: 50%;
}

td.right{
    text-align: right;
    width: 50%;
}

table.newstable td{
    font-size: 0.7em;
    padding: 10px;
}

#tsfinder table td{
    font-size: 0.8em;
    padding: 20px;
    text-align: center;
}

table.selectable{
    margin-top: 50px;
}

table.selectable td{
    padding: 7px 40px;
    font-size: 0.75em;
}

table.selectable th{
    padding: 1px;
    font-size: 0.75em;
    border-bottom: 1px solid #999;
}

table.selectable tr.odd{
    background: #eeeeee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.selectable td.hover, table.selectable tr.hover{
    background-color: #DADFE8;
}


li.spacer{
    list-style: none;
    padding-bottom: 20px;
}

li.header{
    list-style: none;
}

/*
    ***  LINKS ***
*/

a.norm{
    color: #262686;
    text-decoration: none;
    padding: 10px;
}

div.accordion{
    width: 850px;
}

a.accordion2{
    font-weight: bold;
}

div.accordion a{
    text-align: left;
    padding-left: 20px;
}

#accordion_sub {
    padding-left: 50px;
}

div.title {
    cursor:pointer;
    display:block;
    padding:5px;
    margin-top: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.8em;
    color: #FFFFFF;
    background-color: #0d4a62;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #999;
}

#linkList a {
    display:block;
    text-decoration: none;
    font-size: 0.8em;
    padding-bottom: 10px;
    color: #262686;
}

#subjectDetail{
    background: #eee;
    float: left;
    margin: 10px;
    padding: 10px;
    font-size: 0.7em;
}

#subjectDetail h3{
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#subjectDetail a{
   display:block;
}

#subjectList{
    clear: both;
    padding: 50px 20px;
}

#subjectList h2{
    text-align: left;
}

#subjectList h2 a{
    font-size: 12px;
    padding-left: 20px;
}

#searchDiv{
    background: url('../images/preisbiene.gif');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    width: 500px;
    height: 400px;
}

#searchFormDiv{
    position: relative;
    top: 140px;
    left: 180px;
    text-align: left;
    display: inline;
}

