﻿body
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
    margin-top: 0px;
    background-color: #c1bcb2;
    color: #808080;
}
h1
{
      font-size: 18px;
      font-weight:bold ;
}
.bild
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    display:block;
  
}

.bildlinks
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom : 20px;
     margin-top : 20px;
    margin-right   : 20px;
     text-align: left;
     float:left;
}

.bildrechts
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    text-align:right;
    float:right;
}

.t_titel
{
    height: 26px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    font-size: 16px;
    font-weight:bold;
    color: white;
    vertical-align: middle;
    background-color: #596c7c;
    text-align: left;
    padding-left:10px;
    margin-bottom:10px;
     width:300px;
}
.t_untertitel
{
        height:26px;
        border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
  font-size: 16px;
    font-weight:bold;
    color: black;
        background-color: #FFDB9B;
    text-align: left;
    padding-left:10px;
    margin-bottom:5px;
       width:300px;
}
.t_inhalt
{
        border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
      font-size: 14px;
    color: black;
    text-align:left;
     width:300px;
     padding-left:10px;
     padding-right:10px;
     padding-top:10px;
     padding-bottom:10px;
    }

.t_hoehepunkte
{
    font-size: 14px;
    color: white;
    text-align: left;
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    background-image: url(/images/bg_reisehoehepunkte.gif);
    background-repeat: no-repeat;
    list-style: disc url(/images/li_reisehoehepunkte.gif) outside;
}
.t_hoehepunkte_unten
{
    
    width: 300px;
    padding-bottom: 10px;
    background-image: url(/images/bg_reisehoehepunkte_unten.gif);
    background-repeat: no-repeat;

}
    .t_leistungspaket
{
   
    font-size: 14px;
    color: black;
    text-align: left;
    width: 300px;
   padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
     background-image: url(/images/bg_leistungspaket.gif);
    background-repeat: no-repeat;
    list-style-image: url(/images/li_leistungspaket.gif);
    background-color: #fbd184;
}
.t_leistungspaket_unten
{
    
    width: 300px;
    padding-bottom: 10px;
    background-image: url(/images/bg_leistungspaket_unten.gif);
    background-repeat: no-repeat;

}


