html, body, form
{  
    background:             #eeeeee; /* Old browsers */
    background:             -moz-linear-gradient(left, #eeeeee 0%, #ececec 50%, #e1e1e1 100%); /* FF3.6+ */
    background:             -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(50%,#ececec), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
    background:             -webkit-linear-gradient(left, #eeeeee 0%,#ececec 50%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background:             -o-linear-gradient(left, #eeeeee 0%,#ececec 50%,#e1e1e1 100%); /* Opera11.10+ */
    background:             -ms-linear-gradient(left, #eeeeee 0%,#ececec 50%,#e1e1e1 100%); /* IE10+ */
    filter:                 progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
    background:             linear-gradient(left, #eeeeee 0%,#ececec 50%,#e1e1e1 100%); /* W3C */
    Height:                 auto;
    Width:                  auto;

}

#tdLoginText
{
   
    
}

h1
{
    text-align:             left;
    margin-bottom:          2px;
    margin-top:             10px;
    font-size:              16px;
}

h2
{
    text-align:             center;
    margin-bottom:          2px;
    margin-top:             2px;
    font-size:              12px;
}

hr
{
    color:                  #CCC;
    background-color:       #CCC;
    height:                 1px;
    border:                 none;
}

html, body, form, input, select, div, td, tr, span, table, textarea, a
{
    font-family:            Tahoma, sans-serif;
    font-size:              12px;
}

/* Abgerundete Ecken mit CSS3 WC3*/
.CSS3BorderRadius
{
    -moz-border-radius:     10px;
    border-radius:          10px;
    border:                 1px solid #CCC;
}

/* Abgerundete Textboxecken mit CSS3 WC3*/
.CSS3BorderRadiusTextbox
{
    -moz-border-radius:     4px;
    border-radius:          4px;
    border:                 1px solid #CCC;
}

/* Abgerundete Buttons mit CSS3 WC3*/
input[type="submit"], input[type="button"]
{
    -moz-border-radius:     4px;
    border-radius:          4px;
    border:                 1px solid #CCC;
    cursor:                 pointer;
}

#Kopfinhalt
{
    width:                  955px;
    background-color:       #FFF;
   // padding-top:            0px;
   // padding-bottom:         0px;
	padding:		10px;
}

#Seite
{   
    width:                  955px;
    margin:                 0 auto;
    text-align:             center;   
}

.FloatRechts
{   
    float:                  right;
    width:                  auto;
}

.FloatLinks
{ 
    float:                  left;
    width:                  auto;
}

.FloatKein
{
    clear:                  both;
}

#Seiteninhalt
{
    width:                  933px;
    height:                 auto;
    background-color:       #fff;
    padding:                20px;
    clear:                  right;
    text-align:             left;
    
}

a:link{ color: Inherit; text-decoration: underline;}
a:visited{ color: Inherit; text-decoration: underline;}
a:hover{ color: Inherit; text-decoration: underline;}
a:active{ color: Inherit; text-decoration: underline;}

.Hinweisfenster
{
    background-color:       #FFC;
    width:                  100%;
    border:                 solid 1px #000;
    text-align:             center;
}

.imgKopfinhaltBild
{
    -moz-border-radius:     10px;
    border-radius:          10px;
}