﻿.content
{
    width: 730px;
    background-color: white;
    border-collapse: collapse;
    
    float: left;
    padding: 0px 8px;

    font-size: 12px;

    word-spacing: 4px;
}

.content h1
{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #b1a712;
}
.content h2
{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #b1a712;
}
.content h3
{
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: #b1a712;
}

.content h4
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: Black;
    margin: 0px 0px 10px 0px;
    line-height: 20px;
}

.content h5
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    color: Black;
    margin: 0px;
    display: inline;
}


.content p
{
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: Black;

    line-height: 20px;
}

.content a, .content a:link, .content a:active, .content a:link, .content a:visited
{
    border-bottom: dotted 1px #b1a712;
    color: #476DA2;
    text-decoration: none;
}

.content a:hover
{
    color: #b1a712;
}

.content table th
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.content table td
{
    font-size: 12px;
}

ul
{
    list-style-image: url('/images/pfeil_liste.png');
}

ol
{
    list-style-type: decimal;
}

ul li, ol li
{
    padding: 0px 0px 10px 0px;
}

/* 2 Spalten Layout */
.PanelLeft
{
    border-collapse: collapse;
    float: left;
    display: table-cell;
    font-weight: normal;
    padding: 0px 5px 5px 0px;
}

.PanelRight
{
    border-collapse: collapse;
    display: table-cell;
    font-weight: normal;
    padding: 0px 5px 5px 15px;
}

/* spezielle Elemente / Features */
.feature 
{
    width: 250px;
    background-color: White;
    border-collapse: collapse;

    float: right;    
}

.kalender
{
    border-left: 2px dotted #ededed;
    padding: 0px 9px 0px 4px;
}

.TagCloudBox .TagCloud
{
    width: 710px;

    text-align: center;
    padding: 25px 10px 0px 10px;
    vertical-align: middle;
    line-height: 24px;
}

.TagCloud a
{
    color: White;
    text-decoration: none;
    margin: 10px 6px;
    font-weight: bold;
}

.TagCloud a:hover
{
    text-decoration: underline;
}
/*
.TagCloud a.Size1 { font-size: 12px; color: #88800d; }
.TagCloud a.Size2 { font-size: 14px; color: #958e24; }
.TagCloud a.Size3 { font-size: 16px; color: #9b920d; }
.TagCloud a.Size4 { font-size: 18px; color: #b1a712; }
.TagCloud a.Size5 { font-size: 20px; color: #d5cc49; }
.TagCloud a.Size6 { font-size: 22px; color: #d6cf69; }
.TagCloud a.Size7 { font-size: 24px; color: #e4e09d; }
*/
.TagCloud a.Size1 { font-size: 12px; color: #808000; }
.TagCloud a.Size2 { font-size: 14px; color: #929200; }
.TagCloud a.Size3 { font-size: 16px; color: #A4A400; }
.TagCloud a.Size4 { font-size: 18px; color: #B6B600; }
.TagCloud a.Size5 { font-size: 20px; color: #C8C800; }
.TagCloud a.Size6 { font-size: 22px; color: #DADA00; }
.TagCloud a.Size7 { font-size: 24px; color: #ECEC00; }

