/* shortcuts on right side start*/
#tablist li{
    font-family: Arial, sans-serif; 
    font-size: 12px;
    cursor:pointer;
    list-style: none;
    display: inline;
    padding: 0px 0px 2px 3px;
}

#tablist a {
    text-decoration: none;
    color: #000000;
}

.boxactivecont {
    display: block;
    padding-top: 2px;
}

.boxinactivecont {
    display: none;
}	

.boxactivetab{
    background: #FFF8CC;
    font-weight: bold;
}

.boxinactivetab{
    font-weight: normal;
}
/* shortcuts end */

/* alphabet on index.html start */
.letterlist li{
    display: inline-block;
    font: 12px Arial, sans-serif;
    margin-left: 6px;
    text-align: center;
    padding-top: 1px;
}

.letterlist a{
    width: 20px;
    display: inline-block;
}

 /* IE Fix */
* html .letterlist li {
    display: inline;
}
/* alphabet end */

/* firms on index.html */
.firmslist ul, .firmslist a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding-top: 1px;
}

.inputframe{
    font-family: arial, sans-serif;
    width: 80%; 
    height: 26px; 
    vertical-align: middle; 
    font-size: 15px;
}

/* justify larger text blocks */
.divtext{
    text-align: justify;
    margin: 20px 0px;
}

.buttonsconf{
    font-family: arial;
    font-size: 15px;
    font-weight:bold;
    vertical-align: middle; 
    height: 28px;
}

/* 0180 shortcuts in text start*/
.href0180 a {
    color: #336699;
}
/* 0180 shortcuts in text end*/

/* for firmslist, alphabetlist and news/ratgeber */
.shorterULs ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.red{
    color: #FF0000;
}

.rednb{
    color: #FF0000;
    font-weight: normal;
}

/* set input table in neu.html start*/
.tneu input{
    width: 150px;
}
/* set input table in neu.html end*/

/* set input table in kontakt.html start*/
.tkon TD{
    font-weight: bold;
}
.tkon INPUT{
    width: 220px;
}
.tkon .wi{
    width: 220px;
}
.tkon .hidtd{
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;    
}
/* set input table in kontakt.html end*/

/* set result tables start */
.tcss                   { margin: 8px 0px; border-collapse: separate; }
.tcss TD               	{ border-top: 2px solid white; border-left: 2px solid white; padding: 0px 4px; vertical-align: top;}
.tcss .top, .top TD     { border-top: 0px; }
.tcss .left             { border-left: 0px; }
.tcss .top .left        { background-image: url( /gif/tab_rund_li.gif ); background-repeat: no-repeat; background-position: top left; }
.tcss .top .right       { background-image: url( /gif/tab_rund_re.gif ); background-repeat: no-repeat; background-position: top right; }
.tcss .head, .head TD   { background-color: #E3D470; font-weight: bold; text-align: center; }
.tcss .lhead, .lhead TD { background-color: #6699CC; font-weight: bold; }
.tcss .dg               { background-color: #DDDDDD; }
.tcss .hg               { background-color: #EEEEEE; }
.tcss .ws               { white-space: nowrap; }
.tcss .al, .al TD       { text-align: left; }
.tcss .ar, .ar TD       { text-align: right; }
.tcss .ac, .ac TD       { text-align: center; }
.tcss .vt, .vt TD       { vertical-align: top; }
.tcss .vb, .vb TD       { vertical-align: bottom; }
.tcss .vm, .vm TD       { vertical-align: middle; }
.tcss .vbl, .vbl TD     { vertical-align: baseline; }
.tcss .rb               { padding-bottom: 20px; }
.tcss .bo               { font-weight: bold; }
/* set result tables end */

H1{
    text-align: left;
    color: #336699;
    font-weight: bold;
    margin: 0px;
}

