﻿body
{
    font-family: Arial, Sans-Serif;
    font-size: 16px;
    margin-top: 0px;
    background-color: #B7C1A5;
        color:#587954;
}

a
{
    color: #587954;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

h1
{
      font-size: 20px;
      font-weight:bold ;
          color:#587954;
}
.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_news
{
    font-size: 12px;
    color: #587954;
    text-align: left;
    width: 220px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    background-image: url(/images/bg_news.gif);
    background-repeat: no-repeat;
    list-style: disc url(/images/li_reisehoehepunkte.gif) outside;
}
.t_news:first-line
{
    color:White;
    font-size:14px;
    font-weight:bold;
}
.t_news_unten
{
    
    width: 220px;
    padding-bottom: 10px;
    background-image: url(/images/bg_news_unten.gif);
    background-repeat: no-repeat;

}
.t_kurse
{
    border-spacing: 0px;
    padding: 0px;
    width:100%;
}


.t_kurse td
{
    border-bottom: olive 1px solid;
     padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}


