﻿body
{
    background-color: #f2cc77;
    font-family: Arial, Sans-Serif;
    margin: 0px;
    color: #2B3F7E;
    font-size: 14px;
}

h1
{
    color: #2B3F7E;
     font-size: 16px;
    font-weight:bold;
          text-transform:uppercase;
          
}

a
{
     color: #2B3F7E;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

#ctl00_ContentPlaceHolder1_RadEditor1
{
    width:890px;
}

#ctl00_ContentPlaceHolder1_RadEditor1 img
{
      margin-left: 20px;
      float:right;
}

.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;
  
}

.spezlink
{
    text-decoration: none;
    color: #ffffff;
    border: 0px;
}
.spezlink:hover
{
    color: #ffffff;
}

.news
{
 
    background-image: url(/images/bg_news.gif);
  background-repeat: repeat-x;
     padding-top: 6px;
      padding-left:6px;
   
}
.news:first-line
{

      font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}





