* {
    margin: 0px;
    padding: 0px;
}

body,html,TD {
    font-family: arial,verdana;
    font-size:12px;
    font-weight:normal;

}

body{
    text-align: center;
    background: #FFFFFF url(../images/wandernhg1.jpg) repeat-x top left;
    height: 100%;
    color: #000000;
}

A {
    text-decoration: none;
    background: none;
}


/* Content */
.content_main h1{
    padding: 0  0 10px 0;
    color: #d16d3c;
    font-size: 20px;
    font-weight: normal;
}

.content_main h2{
    padding: 0  0 10px 0;
    color: #b33a00;
    font-size: 16px;
    font-weight: normal;
}

.content_main P{
padding-bottom: 8px;
}

.content_main HR{
    height: 1px;
    width: 70%;
    border: 0;
    background-color: #BFBFBF;
    text-align: center;
    margin-right: 15%;
    margin-left: 15%;
}

.content_main A.dirs21_button {
    text-decoration: none;
    background: none;
}

.content_main A{
    color: black;
    text-decoration: none;
    background: transparent;
    font-weight: bold;
    color: #b33a00;
}

.content_main A:hover{
    color: #ffcda6;
}

.content_main A.back{
    line-height: 30px;
    padding-left: 16px;
    background: transparent url(../images/arrow_left.gif) left center no-repeat;
    text-decoration: none;
}

.content_main A.back:hover{
    text-decoration: none;
}

.content_main A.top{
    line-height: 30px;
    padding-left: 16px;
    background: transparent url(../images/arrow_top.gif) left center no-repeat;
    text-decoration: none;
}

.content_main A.top:hover{
    text-decoration: none;
}

/* Content Tabellen */
.content_main table{
    border: 0px;
    padding: 0px;
    margin: 0px;
}










#page{
    position: relative;
    width: 998px;
    border: 0px solid red;
    /*background: white url(../images/radfahren-bg-content.jpg) left top no-repeat;*/
}

#hs_tourismus_navigation_bar{
    position: absolute;
    top: 0px;
    left: 0px;

}




#banner{
    width: 998px;
    border: 0px solid red;
}

#banner_logo{
    position: absolute;
    height: 89px;
    width: 80px;
    left: 918px;
    top: 0px;
    background: transparent url(../images/hs-tourismus-logo.png) left center no-repeat;
    z-index: 99;
}

#banner_top{
    height: 38px;
    width: 998px;
    background: transparent url(../images/banner-top-hg.jpg) left center no-repeat;
}

#banner_text{
    position: absolute;
    height: 20px;
    width: 380px;
    left: 530px;
    top: 20px;
    background: transparent;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    border: 0px solid black;
}

#banner_image{
    position: relative;
    height: 206px;
    width: 998px;
    left: 0px;
    top: 0px;
    /*background: white url(../images/radfahren-banner-image.jpg) left center no-repeat;*/
    /*border: 1px solid red;*/
}

#banner_main_image{
    height: 206px;
    width: 998px;
    background: transparent url(../images/banner-main-image.jpg) left top no-repeat;

}

#banner_main_image_corner_left{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 5px;
    width: 5px;
    background: transparent url(../images/banner_image_corner_top_left.gif) left top no-repeat;
}

#banner_main_image_corner_right{
    position: absolute;
    top: 0px;
    left: 993px;
    height: 5px;
    width: 5px;
    background: transparent url(../images/banner_image_corner_top_right.gif) left top no-repeat;
}

#banner_welle{
    position: absolute;
    height: 78px;
    width: 998px;
    left: 0px;
    top: 138px;
    background: transparent url(../images/banner-thema.png) left top no-repeat;
}






#content_base{
    position: relative;
    width: 998px;
    background-color: #ffde50;
    text-align: left;
}

#content_base2{
    position: relative;
    width: 100%;
    padding-left: 5px;
}



#content_left_col{
    float: left;
    width: 180px;
    border: 0px solid red;
    background-color: transparent;
    /*background-color: #F5EFDB;*/
}

#content{
    float: left;
    width: 613px;
    margin-left: 5px;
    border: 0px solid yellow;
    background-color: #FFFFFF;
}

#content_right_col{
    float: left;
    width: 180px;
    margin-left: 5px;
    border: 0px solid lime;
    /*background-color: #F5EFDB;*/
}

#left_col_teaser{
    margin-top: 20px;
    text-align: center;
}


.page_row_corner{
    position: relative;
    height: 10px;
    line-height: 5px;
    font-size: 0px;
    border: 0px solid green;
    clear: both;
}

.page_corner_top_left{
    float: left;
    width: 5px;
    height: 5px;
    background: url(../images/content_corner_left.gif) no-repeat top left;
}
.page_corner_top_right{
    float: right;
    width: 5px;
    height: 5px;
    background: url(../images/content_corner_right.gif) no-repeat top right;
}

.page_corner_bottom_left{
    float: left;
    width: 5px;
    height: 10px;
    background: url(../images/content_corner_bottom_left.gif) no-repeat bottom left;
}
.page_corner_bottom_right{
    float: right;
    width: 5px;
    height: 10px;
    background: url(../images/content_corner_bottom_right.gif) no-repeat bottom right;
}



.collr_row_corner{
    position: relative;
    height: 10px;
    background-color: #fff8dc;
    line-height: 5px;
    font-size: 0px;
    border: 0px solid green;
    clear: both;
}

.collr_corner_top_left{
    float: left;
    width: 5px;
    height: 5px;
    background: url(../images/col_corner_left.gif) no-repeat top left;
}
.collr_corner_top_right{
    float: right;
    width: 5px;
    height: 5px;
    background: url(../images/col_corner_right.gif) no-repeat top right;
}

.collr_corner_bottom_left{
    float: left;
    width: 5px;
    height: 10px;
    background: url(../images/col_corner_bottom_left.gif) no-repeat bottom left;
}
.collr_corner_bottom_right{
    float: right;
    width: 5px;
    height: 10px;
    background: url(../images/col_corner_bottom_right.gif) no-repeat bottom right;
}




.content_row_corner{
    position: relative;
    height: 10px;
    line-height: 5px;
    font-size: 0px;
    border: 0px solid green;
    clear: both;
}

.content_corner_top_left{
    float: left;
    width: 5px;
    height: 5px;
    background: url(../images/content_inner_corner_top_left.gif) no-repeat top left;
}
.content_corner_top_right{
    float: right;
    width: 5px;
    height: 5px;
    background: url(../images/content_inner_corner_top_right.gif) no-repeat top right;
}

.content_corner_bottom_left{
    float: left;
    width: 5px;
    height: 10px;
    background: url(../images/content_inner_corner_bottom_left.gif) no-repeat bottom left;
}
.content_corner_bottom_right{
    float: right;
    width: 5px;
    height: 10px;
    background: url(../images/content_inner_corner_bottom_right.gif) no-repeat bottom right;
}

.menu_content{
    background-color: #fff8dc;
}

.right_col_content{
    border-top: 3px solid #fff8dc;
    background-color: white;
    padding: 0px;
}

.content_main{
    padding: 0px;
    margin: 0px;
    min-height: 450px;
}

.content_main UL{
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
line-height: 15px;
}

.content_main TABLE{
    border-collapse: collapse;
}

.content_main TD{
    padding: 2px;
}






.content_text{
    padding: 10px;
    padding-top: 0px;
}





.spacer{
    height: 10px;
    clear: both;
    background: transparent;
}

.spacer2{
    height: 5px;
    clear: both;
    line-height: 5px;
    font-size: 5px;
    background: #fff8dc;
}

.spacer3{
    height: 5px;
    line-height: 5px;
    font-size: 5px;
    clear: both;
    background: transparent;
}

.spacer4{
    line-height: 0px;
    font-size: 0px;
    clear: both;
    background: transparent;
}

#done_by{
    width: 290px;
    padding: 20px;
    vertical-align: top;
    text-align: center;
    white-space: nowrap;
}






div#mnavi ul, div#mnavi li, div#mnavi ol {
    list-style: none;
}



/* Main navigation */
div#mnavi a {
    display: block;
    color: #000000;
    background-color: #fff8dc;
    border-bottom: 1px solid #ffde50;
    text-decoration: none;
    font-weight: normal;
    overflow: hidden;
}


/* Ebene 1 */
div#content_left_col ul.e1 {
    margin: 0 0 0 0;
}

div#content_left_col li a.e1p {
    padding: 3px 5px 3px 5px;
    border-right: 6px sold #b33a00;
    background: url(../images/menu_right_border.gif) no-repeat right center
}

div#content_left_col li a:hover.e1p {
    color: white;
    background: #b33a00;
}

div#content_left_col li a.e1a,
div#content_left_col li a.e1o,
div#content_left_col li a.e1oa {
    padding: 3px 5px 3px 5px;
    background: #b33a00 url(../images/navi_pfeil_rechts.gif) no-repeat right center;
    color: white;
}

div#content_left_col li a.e1p span,
div#content_left_col li a.e1a span,
div#content_left_col li a.e1o span,
div#content_left_col li a.e1oa span{
    width: 165px;
}

div#content_left_col li a.e1oa {
    background: #b33a00 url(../images/navi_pfeil_rechts.gif) no-repeat right center;
}

div#content_left_col li a.e1o {
    background: #b33a00 url(../images/navi_pfeil.gif) no-repeat right center;
}


/* Ebene 2 */
div#content_left_col li a.e2p {
    padding: 3px 5px 3px 10px;
    background: #d16d3c;
    color: white;
    overflow: hidden;
}

div#content_left_col li a:hover.e2p {
    color: white;
    background: #b33a00;
}

div#content_left_col li a.e2a,
div#content_left_col li a.e2o,
div#content_left_col li a.e2oa {
    padding: 3px 5px 3px 10px;
    background: #d16d3c url(../images/navi_pfeil.gif) no-repeat right center;
    color: white;
    overflow: hidden;
}

div#content_left_col li a.e2p span,
div#content_left_col li a.e2a span,
div#content_left_col li a.e2o span,
div#content_left_col li a.e2oa span{
    width: 165px;
}

div#content_left_col li a:hover.e2o{
    background: #b33a00 url(../images/navi_pfeil.gif) no-repeat right center;
}

div#content_left_col li a.e2oa {
    background: #d16d3c url(../images/navi_pfeil_rechts.gif) no-repeat right center;
    overflow: hidden;
}






/* Ebene 3 */
div#content_left_col li a.e3p {
    padding: 3px 5px 3px 15px;
    background: #ffcda6;
    color: black;
    font-weight: normal;

}

div#content_left_col li a.e3a,
div#content_left_col li a.e3o,
div#content_left_col li a.e3oa {
    padding: 3px 5px 3px 15px;
    color: black;
    font-weight: normal;
    background: #ffcda6 url(../images/navi_pfeil_rechts.gif) no-repeat right center;

}

div#content_left_col li a:hover.e3p {
    color: white;
    background: #b33a00;
}

div#content_left_col li a.e3p span,
div#content_left_col li a.e3a span,
div#content_left_col li a.e3o span,
div#content_left_col li a.e3oa span{
    width: 160px;
}


/* Ebene 4 */
div#content_left_col li a.e4p {
    padding: 3px 5px 3px 20px;
    background: #FFF;
    color: black;
    font-weight: normal;

}

div#content_left_col li a.e4a,
div#content_left_col li a.e4o,
div#content_left_col li a.e4oa {
    padding: 3px 5px 3px 20px;
    color: black;
        font-weight: normal;
    background: #FFF;
}

div#content_left_col li a.e4oa{
    background: #b33a00 url(../images/navi_pfeil_rechts_black.gif) no-repeat right center;
}

div#content_left_col li a:hover.e4p {
    color: white;
    background: #b33a00;
}

div#content_left_col li a.e4p span,
div#content_left_col li a.e4a span,
div#content_left_col li a.e4o span,
div#content_left_col li a.e4oa span{
    width: 155px;
}









/* Allgemeine Formatierungen */

INPUT{
    border: 1px solid black;
}

INPUT.button{
    background-color: #fff8dc;
}

.checkbox{
    border:0px;
}
/* Module */

/* Module Zufallskasten */
.zufallskasten_basis{

}
.zufallskasten_headline{
    height: 24px;
    /*background-color: #b33a00;*/
    background-color: white;
    text-align: center;
    line-height: 24px;
    color: #FF9C00;
    font-weight: bold;
}

.zufallskasten_headline span{
    padding: 5px;
}

.zufallskasten_content{
    padding: 2px;
    background-color: white;
}


.zufallskasten_content A{
    color: #b33a00;
    text-decoration: none;
}

.zufallskasten_content A:hover{
    color: black;
}




/* Module TG Datenbank - Links Top 5 */
.tgdb_links_teaser_basis{
}

.tgdb_links_teaser_headline{
    height: 24px;
    background-color: white;
    text-align: center;
    line-height: 24px;
    color: #FF9C00;
    font-weight: bold;
}

.tgdb_links_teaser_headline span{
    padding: 5px;
}

.tgdb_links_teaser_content{
    line-height: 14px;
}

.tgdb_links_teaser_content ul{
    list-style: none;
    margin: 0 0 0 0;
    padding: 0px;
}

.tgdb_links_teaser_content li{
    margin: 0 0 0 0;
    padding: 0px;
}

.tgdb_links_teaser_content li A{
    display: block;
    color: black;
    background-color: white;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
    padding: 2px 2px 6px 10px;
}

.tgdb_links_teaser_content li A:active,.tgdb_links_teaser_content li A:visited,.tgdb_links_teaser_content li A:link{
}

.tgdb_links_teaser_content A:hover{
    background-color: #d16d3c;
    color: white;
}

.tgdb_links_teaser_content span{
    padding: 0px;
}

/* Module Gewinnspielkasten */
.gewinnspielkasten_basis{

}
.gewinnspielkasten_headline{
    height: 24px;
    background-color: white;
    text-align: center;
    line-height: 24px;
    color: #FF9C00;
    font-weight: bold;
}

.gewinnspielkasten_headline span{
    padding: 5px;
}

.gewinnspielkasten_content{
    padding: 5px;
    text-align: center;
}


/* Rubrik */
div.rubrik_banner{
    padding: 5px;
    padding-left: 15px;
    border: 0px solid red;
    background: #d16d3c;
}

div.rubrik_banner span{
    font-weight: bold;
    color: white;
}


/* Gastgeber */
.gastgeber_base{
    border:0px solid lime;
}

.gastgeber_pageturner{
    margin-top: 20px;
    border: 0px solid red;
    border-bottom: 1px solid black;
    vertical-align: bottom;
}

.gastgeber_pageturner_bottom{
    margin-top: 20px;
    border: 0px solid red;
    border-top: 1px solid black;
    vertical-align: bottom;
}

.gastgeber_pageturner A{
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.gastgeber_pageturner A:hover{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}


.gastgeber_typ_banner{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 0px solid red;
    vertical-align: center;
    line-height: 30px;
    font-size: 20px;
}

.gastgeber_ort_banner{
    padding: 5px;
    border: 1px solid #BFBFBF;
    background: white url(../images/content_box_hg2.png) top right no-repeat;
}

.gastgeber_ort_banner div h3{
    padding-bottom: 10px;
}




.gastgeber_entry{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    padding: 10px;
    border: 1px solid #BFBFBF;
    min-height: 250px;
}

.gastgeber_entry H3{
    margin: 0px;
}

div.gastgeber_entry .gastgeber_picture{
    float:left;
    margin: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    padding: 0;
    border: 0px solid aqua;
    line-height: 0;
    font-size: 0;
}

div.gastgeber_entry .gastgeber_picture .no_picture{
    position: absolute;
    width: 200px;
    height: 60px;
    margin: 0px;
    margin-top: 10px;
    padding: 0;
    border: 0px solid aqua;
    text-align: center;
    color: #BFBFBF;
    font-weight: bold;
    font-size: 11;
    line-height: 11;
}

div.gastgeber_entry .gastgeber_picture A{
    padding: 0px;
    margin: 0px;
    line-height: 0;
    font-size: 0;
}

div.gastgeber_entry .gastgeber_picture IMG{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border: 1px solid #BFBFBF;
}

div.gastgeber_entry .picture_shadow{
    width:202px;
    height: 6px;
    padding:0px;
    margin:0px;
    background: transparent url(../images/picture_shadow.png) top left no-repeat;
    border: 0px solid #ff0000;
}

div.gastgeber_entry .gastgeber_adresse{
    float:left;
    width: 270px;
    margin: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0;
    border: 0px solid aqua;
}

div.gastgeber_entry .barrierefrei{
    margin-top: 20px;
}

div.gastgeber_entry .barrierefrei IMG{
    margin-right: 5px;
}

div.gastgeber_entry div.barrierefrei span{
    display: block;
    float: left;
    width: 90px;
    font-weight: bold;
}

div.gastgeber_entry .gastgeber_adresse span{
    display: block;
    float: left;
    width: 50px;
    font-weight: bold;
}

div.gastgeber_entry .gastgeber_info{
    /*clear: left;*/
    line-height: 18px;
}

.gastgeber_entry_textinfo{
    /*clear: left;*/
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.gastgeber_entry .gastgeber_entry_textinfo span{
    display: block;

    width: 150px;
    font-weight: bold;
}

div.gastgeber_entry .gastgeber_legend{
    margin-top: 20px;
}

div.gastgeber_entry table.zimmerdetails{
    width: 500px;
    padding: 0px;
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
    font-size: 12;
}

div.gastgeber_entry table.zimmerdetails th{
    font-weight: bold;
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
    padding: 0px;
}

div.gastgeber_entry table.zimmerdetails th.left{
    font-weight: bold;
    border: 1px solid #bfbfbf;
    background: #bfbfbf;
    padding: 0px;
    text-align: left;
}

div.gastgeber_entry table.zimmerdetails td{
    border: 1px solid #bfbfbf;
    padding: 2px;
    text-align: center;
}

div.gastgeber_entry table.zimmerdetails td.left{
    border: 1px solid #bfbfbf;
    padding: 2px;
    text-align: left;
}

div.gastgeber_entry .gastgeber_info span{
    display: block;
    float: left;
    width: 150px;
    font-weight: bold;
}

div.gastgeber_entry .gastgeber_servicedetails{
    float:left;
    margin: 0px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

div.gastgeber_entry .gastgeber_servicedetails IMG{
    margin-bottom: 5px;
}

div.gastgeber_entry .gastgeber_entry_more{
    clear: both;
    /*margin-top: 10px;*/
    padding-top: 10px;
    color: red;
}

div.gastgeber_entry .online_buchen{
    clear: both;
    margin-top: 5px;
    margin-bottom: 5px;
}


/* Gastgeber Suchformular */
#search_form fieldset{
    padding: 0;
    margin: 0;
    border: 0px;
}

#search_form .form_row{
    border: 0px solid red;
    height: 30px;
}

#search_form label{
    float: left;
    display: relative;
    width: 120px;
    height: 20px;
    clear: left; /* Umbruch */
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 2px;
    border: 0px solid lime;
    text-align: right;
}

#search_form input{
    position: relative;
    display: block;
    border: 1px solid #a5acb2;
    padding: 2px;
    margin: 0px;
    background: #fff;
    float: left;
}

#search_form select{
    position: relative;
    display: block;
    top: 0px;
    width: 200px;
    border: 1px solid #a5acb2;
}

#search_form input.checkbox{
    position: relative;
    display: block;
    margin: 0px;
    margin-right: 5px;
    border: 0px solid #a5acb2;
}

#search_form input.hidden{
    display: none;
}

#search_form input.submit{
    border: 1px solid #a5acb2;
}


/* Prospekte */
div.prospekte_base{

}

div.prospekte_entry {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    padding: 10px;
    border: 1px solid #BFBFBF;
    min-height: 200px;
}


div.prospekte_entry H3{
    margin: 0px;
    margin-bottom: 20px;
}

div.prospekte_entry .prospekte_content{
    float:left;
    width: 480px;
    margin: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0;
    border: 0px solid aqua;

}

div.prospekte_entry .prospekte_picture{
    float:left;
    min-width: 130px;
    margin: 0px;
    margin-right: 20px;
    padding: 0;
    border: 0px;
    line-height: 0;
    font-size: 0;
}

div.prospekte_entry .prospekte_picture IMG{
    border: 1px solid #BFBFBF;
}

/*div.prospekte_entry .prospekte_beschreibung{
    float:left;
    width: 130px;
    margin: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0;
    border: 1px solid red;
}*/

div.prospekte_entry .prospekte_form_element{
    float:left;
    width: 60px;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0;
    border: 0px solid aqua;
    text-align: center;
}

div.prospekte_entry .prospekte_form_element .bestellen_titel{
    font-weight: bold;
    margin-bottom: 10px;
}

div.prospekte_entry .prospekte_form_element input{
    border: 0px;
}



/* Prospekte */
div.pauschalen_base{

}

div.pauschalen_entry {
    width: 270px;
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
    border: 1px solid #BFBFBF;
    min-height: 220px;
}

.col_left{
    float: left;
}

.col_right{
    float: right;

}

div.pauschalen_entry H3{
    margin: 0px;
    margin-bottom: 20px;
}

div.pauschalen_entry .pauschalen_content{
    float:left;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0;
    border: 0px solid aqua;

}

div.pauschalen_entry .pauschalen_picture{
    float:left;
    width: 110px;
    margin: 0px;
    margin-right: 20px;
    padding: 0;
    border: 0px;
    line-height: 0;
    font-size: 0;
}

.pauschalen_picture IMG{
    border: 1px solid #BFBFBF;
    width: 110px;
}

div.pauschalen_entry .pauschalen_mehr{
    clear: both;
    margin-top: 15px;
    text-align: center;
}

div.pauschalen_details{
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0px;
    padding: 10px;
    border: 1px solid #BFBFBF;
}

div.pauschalen_details h3{
    margin-bottom: 10px;
}

div.pauschalen_details .pauschalen_details_picture{
    float:right;
    width: 200px;
}

div.pauschalen_details .pauschalen_details_picture IMG{
    width: 200px;
    border: 1px solid #BFBFBF;
}

div.pauschalen_details .pauschalen_details_textx{
    float: left;
}

div.pauschalen_details .pauschalen_details_anfragen{
    display: block;
    text-align: center;
}


/* Veranstaltungen */
table.veranst_table{
    border-collapse: collapse;
}

.veranst_table TD{
    border-collapse: collapse;
    padding: 2px;
}

.table_toggle0{
    background-color: #EfEfEf;
}



/* Hinweistext */
div.startseite_hinweis{
    display: block;
    position: relative;
    width: 590px;
    padding: 5px;
    margin: 0px;
    margin-bottom: 10px;
    border: 1px solid #BFBFBF;
    background: white url(../images/content_box_hg2.png) top right no-repeat;
}

div.startseite_hinweis P{
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}





/* Modul Wellnesshotels */

.GG_UnterTabelle{
padding:0px;
margin:0px;
border:1px solid #b33a00;
width:520px;
}

.GG_UnterTabelle THEAD{
 background-color:#b33a00;
}

.GG_UnterTabelle TH{
 color:#FFFFFF;
 font-weight:bold;
 font-size: 12px;
 text-align:left;
 padding:2px;
}

.GG_UnterTabelle TD{
 padding:2px;
}

.GG_BasisTabelle{
border:0px;
width:520px;
}

.GG_UnterTabelle{
border:1px solid #FF8000;
width:520;
}

.wellness_titel{
 color:#b33a00;
 font-weight:bold;
 font-size: 14px;
}

TABLE.GG_UnterTabelle P{
padding-top: 3px;
padding-bottom: 10px;
}





/* Pauschalen */
.pauschale_eintraege_liste{
    width:523px;
    border:1px solid #FF8000;
    position:relative;
    float:left;
    /*margin-right:10px;*/
    margin-bottom:10px;
}

div.pauschale_eintraege_liste TABLE{
    border-collapse: collapse;
}


div.pauschale_eintraege_liste TD{
    padding: 2px;
}

div.pauschale_eintraege_liste TH{
    padding: 4px;
}

.table_header2{
    color:#FFFFFF;
    background-color:#FF8000;
    font-weight:bold;
    text-align:left;
    font-size: 12px;
    padding:4px;
    padding-bottom:3px;
}

.table_header{
    color:#FFFFFF;
    background-color:#b33a00;
    font-weight:bold;
    text-align:left;
    font-size: 10px;
    padding:4px;
}

.kategorie_headline{
    color:#FFFFFF;
    background-color:#FFA12E;
    text-align:left;
    font-weight:bold;
    padding:2px;
    padding-left:0px;
    margin-bottom: 10px;
    width:523px;
}

.kategorie_headline SPAN{
    padding-left:4px;
}

.tabelle_db_ausgabe{
border:0px solid #FF8000;
width:590px;
border-collapse: collapse;
}
