﻿.center
{
    text-align: center;
    margin: 0 auto;
    width: 950px;
 }

.kopf
{
    text-align: left;
    width: 950px;
    height:250px;
    clear:both;
}
.logo
{
    float: left;
    margin-right:20px;
    width: 253px;
}

.ueberschrift
{
    float: left;
    width: 600px;
    color: black;
    font-family: 'Arial Black';
}
.panelleft
{
    float: left;
    margin-right: 20px;
    width: 253px;
    text-align:left;
}

.panelright
{
    float: left;
    width: 600px;
    text-align:left;
}


body
{
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    text-align:left;
        background-image: url("/admin/images/bg.gif");
    background-repeat: repeat-y;
}

h1
{
    font-size: 16px;
   
}

h2
{
    font-size: 14px;
   
}

.fett
{
    font-weight: bold;
    color: gray;
}
.radCalSelect_Hay 
{
    background-color:blue;
    color:White;
}

.buttons
{
    display: block;
    width: 131px;
    height: 24px;
    background: transparent url(/admin/images/loginButton.png) top left no-repeat;
    border: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    
    }
            .buttonsKlein
{
    display: block;
    width: 91px;
    height: 24px;
    background: transparent url(/admin/images/loginButtonKlein.png) top left no-repeat;
    border: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    
    }
        .buttonsMittel
{
    display: block;
    width: 161px;
    height: 24px;
    background: transparent url(/admin/images/loginButtonMittel.gif) top left no-repeat;
    border: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    
    }
    .buttonsGross
{
    display: block;
    width: 191px;
    height: 24px;
    background: transparent url(/admin/images/loginButtonGross.gif) top left no-repeat;
    border: 0;
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    
    }



.textboxnoborder
{
    border-style: 0;
    border-width: 0px;
    border-color: #FFFFFF;
}
