.text
{
font-size: 12px;
color: #999999;
line-height: 21px;
font-family: Courier New,Courier,Monaco,monospace;
}

.inhalt
{
    padding: 30px;  
    margin: 0;
    vertical-align: top;
    text-align: justify;
    font-size: 13px;
    color: #656565;
    line-height: 18px;
    font-family: Verdana,Arial,Helvetica;
}

.head
{
    border-collapse:collapse;
    width: 90%
}

.headecke_l {
    width: 38px;
    padding: 0;
    background-image: url(img/headecke_l.png);
    background-repeat: no-repeat;
}

.headecke_r {
    width: 38px;
    padding: 0;
    background-image: url(img/headecke_r.png);
    background-repeat: no-repeat;
}

.headline {
    height: 56px;
    padding: 0;
    font-size: 14px;
    font-family: Courier,Courier New,Monaco,monospace;
    background-image: url(img/bg.png);
    background-repeat: repeat-x;
}


.sb {
    background-color:#FFFFFF;
    scrollbar-3dlight-color:#666666;
    scrollbar-arrow-color:#cc3300;
    scrollbar-base-color:#ffffff;
    scrollbar-darkshadow-color:#6666666;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#ffffff;
    scrollbar-shadow-color: #444444;
    margin-top: 30px;
    margin-left: 30px;
}

.mysite
{
    table-layout: fixed;
    border-collapse:collapse;
    border: none;
    padding: 0;
    margin: 0;
    width: 85%;  
}

.menu
{
    color:#CCCCCC;
    background-color: #F5F5F5;
    width: 200px;
    padding: 0px;  
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
    line-height: 21px;
    font-family: Arial,sans-serif;
}

.menubottom {
    height: 38px;
    width: 200px;
    padding: 0;
    margin: 0;
    background-image: url(img/menubottom.png);
    background-repeat: no-repeat;
}


.menutop {
    height: 38px;
    width: 200px;
    padding: 0;
    margin: 0;
    background-image: url(img/menutop.png);
    background-repeat: no-repeat;
}


.menu ul
{
    list-style-type: none;
}

.menu a:link
{
    color:#909090;
    background-color:#F5F5F5; 
    text-decoration: none;
}

.menu a:visited
{
    color:#909090;
    text-decoration: none;
}

.menu a:hover
{
    color:#333333;
    font-weight: bolder;
    text-decoration: none;
}

.menu a:active
{
    color:#AAAAAA;
    text-decoration: none;
}

a:link { text-decoration: none; color: #FF9933; }
a:visited { text-decoration: none; color: #FF9933; }
a:hover { text-decoration: underline; color: #FF9933; }
a:active { text-decoration: underline; color: #FF9933; }
