/****************** BASE ******************/
html    {   height: 100%;   }
body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff !important;
    font-family: verdana, arial, helvetica, geneva, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    height:100%;
    font-size: 12px;
}
a       {   color: #0050CF; text-decoration: none;  }
a span  {   color: #000; text-decoration: none; }
a:hover span.blk {  text-decoration: underline !important; color: #000 !important;  }
a:hover, a:hover span { text-decoration: underline; }
a.anker {   color: #000; background: transparent; text-decoration: none;    }
h2      {   font-weight: bold; }
h3      {   font-size: 16px; font-weight: bold; margin: 17px 0 13px 0; line-height:normal;  }
h4      {   font-size: 12px; margin: 10px 0 10px 0; }
h5      {   color: #000; text-transform: uppercase; font-weight: bold;  }
h6      {   color: #000; margin: 0; padding: 0; }
hr { 
    border:0 none;
    margin:1px 0;
    padding:0;
    height:1px;
    color:#ccc;
    background:#ccc;
}
.Line {
    border-bottom: 1px dotted #c5c5c5;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: right;
    height: auto;
}
td 
{
    vertical-align: top;
}
/****************** BASE END ******************/


/****************** HEADER ******************/
#MainNavigation,
.TableBackground {
    background-color: #f5f5f5;
}
#Header {
    width: 794px;
    margin: 0;
    z-index:1000000;
}
#Header #Banner
{
    height: 100px;
    vertical-align: middle;
    width: 100%;
}
#Header #Banner td
{
    vertical-align: middle;
}
#Header #Banner a img {
    border: 0;
    vertical-align: middle;
}
#Header:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
/* end of this line hides following line from IE5-mac and all non IEs \*/
* html #Header { height: 1%; }
/* end hide */
#Header #TopNavi .HeaderInnerBox        {  width: auto; margin: 0 5px 0 22px;   }
#Header #TopNaviDate { 
    float: left;
    font-weight: bold; 
    font-size: 10px;
    display: block;
}
#Header * { 
    margin: 0; 
    padding: 0; 
}
.HeaderInnerBox:after{ 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
/* end of this line hides following line from IE5-mac and all non IEs \*/
* html .HeaderInnerBox { height: 1%; }
/* end hide */
.HeaderInnerBox { min-height:15px;
}
#Header ul { 
    clear: both; 
}	
#Header li { 
    list-style: none; 
}
#Header #TopNavi {
    width: 100%;
    float: left; 
    background: #005299;
    color: #FFF;
    font-size: 9px;
    line-height: 22px;
}
#Header ul#TopNavigation { 
    clear: none;
    float: right; 
    text-align: right; 
}
#Header ul#TopNavigation li { 
    float: left; 
}
#Header ul#TopNavigation li a { 
    padding: 3px; 
    color: #fff; 
}
#Header #MainNavigation {
    float: left;
    width: 100%; 
    color: #000;
    border:0 none;
}
#Header #MainNavigation #Logo { 
    float:left; 
    margin: 10px 10px 10px 0; 
}
#Header #MainNavigation ul.Level1 { 
    width: 100%;
    float: left;
    clear: both;
}	
#Header .ChannelNavigationLine { 
    width: 100%;
    float: left; 	
    margin-bottom: 0 !important; 
    height: 1px !important; 
    font-size: 1px !important;
    line-height: 1px !important;	
    color: #ccc;
    border-bottom: #c5c5c5 dotted 1px;
}
#Header #MainNavigation ul { 
    margin: 0 0 0 22px;
    line-height: 20px;
}
#Header #MainNavigation li { 
    border-left: #000 dotted 1px;
    float: left;
    width: auto;
}
#Header #MainNavigation ul li a { 	
    float: left;
    padding: 0 6px 1px 6px; 
    text-decoration: none; 
    font-size: 10px !important; 
    font-weight: bold; 
    color: #000; 
}
#Header #MainNavigation ul li a:hover { 
    color: #ccc;
}
#Header #MainNavigation ul li a.Active,
#Header #MainNavigation ul li a.Active:hover { 
    color: #fff; 
    background: #005299; 
}
#Header #NaviChannel {
    position: relative; 
    width: 100%; 
    float: left; 
    background-color: #005299;
    color: #fff;
}
#Header #NaviChannel ul { 
    margin: 0 0 0 22px;
    line-height: 22px;
}
#Header #NaviChannel ul li { 
    float: left; 
}
#Header #NaviChannel ul li a { 
    color: #888; 
    text-decoration: none; 
    font-size: 10px; 
    font-weight: bold;
    padding: 0 6px 0 6px !important;
    border-left: #FFF dotted 1px;
}
#Header #NaviChannel ul li a:hover { 
    color: #fff; 
}
#Header #NaviChannel ul li a.Active {
    color: #fff;
}
/****************** HEADER END ******************/


/****************** FOOTER END ******************/
#Footer
{
    text-align: center;
    float: left;
    padding: 0;
    margin: 0 0 0 22px;
    width: 772px;
    font-size: 9px !important;
}
#Footer a {
    margin:0;
    padding: 0 4px;
}
#Footer ul {
    clear: both;
    margin: 0;
    padding: 0;
    text-align: center;
}
#Footer ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
#Footer ul li a {
    margin:0;
    padding: 0 4px;
    border-left: 1px solid #000;
}
#Footer ul li.first a {
    border-left: none;
    padding-left: 4px;
    font-weight: normal !important;
}
#Top{
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: #c5c5c5 dotted 1px;
}
/****************** FOOTER END ******************/


/****************** CONTENT ******************/
#MainContent {
    width: 500px;
    float: left !important;
    clear: left !important;
    margin: 20px 0 10px 0;
    padding: 0;
    overflow: hidden;
    line-height: 12px !important;
}
#MainContentFullScreen {
    width: 100%;
    float: left !important;
    clear: left !important;
    margin: 20px 0 10px 0;
    padding: 0;
    overflow: hidden;
    line-height: 12px !important;
}
#MainContent ul.LinkList li {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
}
#MainContentFullScreen ul.LinkList li {
    margin: 0;
    padding: 0 0 0 7px;
    list-style: none;
    width: 100%;
}
#Container {
    clear: both;
    margin:0 !important;
    padding: 0 0 0 22px !important;
    width: 772px;
}
#Container #ColumnAd{
    float: left !important;
    margin: 0 0 0 5px !important;
    padding: 0 0 0 0 !important;
}
.BreakNoHeight{
    line-height:1px;
    font-size:1px;
    height:1px;
    display:none;
}
#BreadcrumbNoLine {
    float: left;
    width: 772px;
    height: auto;
    margin: 0 !important;
    padding: 10px 0 8px 0;
    text-align: right;
}
#BreadcrumbLine {
    width: 772px;
    height: auto;
    padding: 10px 0 8px 0;
    text-align: right;
    border-bottom: #c5c5c5 dotted 1px;
}
.TopThema {
    margin:0;
    padding: 0 0 25px 0;
    width: 100%;
}
.TopThema .Autorenzeile {
    font-size: 10px !important;
}
.TopThema h3 {
    margin: 5px 0 7px 0;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 13px;
}
.TopThema h4 {
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 0!important;
    font-weight: bold;
    font-size: 10px;
    background: none !important;
}
.TopThema img {
    border: 1px solid #666;
}
.TopThema p {
    margin: 2px;
}

.Veranstaltung {
    margin:0;
    padding: 0 0 25px 0;
    width: 100%;
}
.Veranstaltung h3 {
    margin: 5px 0 7px 0;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 13px;
}
.Veranstaltung h4 {
    margin: 20px 0 8px 0 !important;
    padding: 0 0 0 0!important;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px !important;
    background: none !important;
}
.Veranstaltung p {
    margin: 0;
}

ul.LinkList {
    margin: 15px 0 0 0;
    padding: 0;
}
ul.LinkList li a:hover span{
    text-decoration: underline !important;
    color: #000 !important;
}
.AssetAlign,
.AssetAlignLEFT,
.AssetAlignRIGHT,
.AssetAlignCENTER{
    page-break-inside: avoid;
    text-align:left;
}
.AssetAlignLEFT{
    float: left;
    margin: 0 10px 5px 0 !important;
    page-break-inside: avoid;
}
.AssetAlignLEFT:after{
    clear:both;
} 
.AssetAlignLEFT img{
    float: left;
    margin: 0;
    margin-right: 8px;
}
.AssetAlignRIGHT {
    float: right !important;
    margin: 0 0 8px 8px !important;
}
.AssetAlignCENTER{
    width: 100%;
    clear: both;
    float: inherit !important;
    margin: 8px auto; 
}
.AssetAlignCENTER:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* end of this line hides following line from IE5-mac and all non IEs \*/
* html .AssetAlignCENTER {height: 1%;}
/* end hide */
.ArticleImageBox{
    float: left;
    margin: 2px 0px 2px 0;
}
.ArticleImageBox p{
    padding-left: 4px;
    font-size: 8px !important;
}
.ArticleImageBox img{
    float: left;
    display: block;
    border: 1px solid #666;
}
.inptcontentlarge
{
    width: 350px;
}
.TextAlignRIGHT li
{
    margin-left: -25px;
}
.TextAlignLEFT ul
{
}
.content2spaltenl
{
    float: left;
    margin-right: 10px;
    width: 380px;
}
.content2spaltenr
{
    width: 380px;
}
.tab
{
    background-color: #f5f5f5;
}
/****************** CONTENT ******************/


/****************** RECHTE SPALTE ******************/
#ColumnRight  {
    margin: 0 0 0 9px;
    float: right;
    width: 241px !important;
    padding: 20px 10px 10px 10px;
    border-left: #c5c5c5 1px dotted;
    border-right: #c5c5c5 1px dotted;
    border-bottom: #c5c5c5 1px dotted;
    background-color: #f5f5f5;
    font-size: 10px;
    line-height: 12px !important;
}
#ColumnRight:after  {   clear:both; }
.InfoBox {
    float: left;
    margin: 0 0 0 1px;
    padding: 13px 10px 16px 11px  !important;
    width: 218px !important;
}
.InfoBox h5 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 10px;
}
.InfoBox h5 a {
    margin:0;
    padding: 0 17px 0 0;
    background-image: url("/images/ic_forward.gif");
    background-position: 100% 50%;
    background-repeat: no-repeat;
    color:#000;
}
#ColumnRight .ArticleImageBox{
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
ul.Single,
ul.Split,
ul.SplitRight {
    float: left;
    padding: 0;
    width: 155px !important;
    margin: 11px 0 0 1px;
    list-style: none;
}
ul.SplitRight {
    width: 142px !important;
    margin: 0 !important;
}
ul.Single li,
ul.Split li{
    clear: both;
    width: 155px !important;
    padding: 5px 0 0 0;
}
ul.SplitRight li{
    list-style: none;
    width: 142px;
    padding: 5px 0 0 0;
}
ul.Single img{
    margin: 0 0 0 1px !important;
    border: solid 1px #666;	
}
.Single h6,
.Split h6,
.SplitRight h6 {
    margin: 0;
    padding: 0 0 0 7px;
    font-weight: normal !important;
    background: transparent url("/images/ic_right_one_arrow_small.gif") no-repeat 0 3px;
}
/****************** RECHTE SPALTE ******************/
