﻿#info
{
    color: Black;
    font-family: Arial;
}
#main
{
    width: 700px;
}
h1
{
    font-size: 12pt;
    font-weight: bold;
    color: #e2007a;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h2
{
    font-size: 9pt;
    font-weight: bold;
    color: #606060;
    margin-bottom: 0px;
    margin-top: 0px;
}

h3
{
    font-family: Arial;
    font-size: 9pt;
    color: #606060;
    font-weight: bold;
    margin-bottom: 0px;
}

p
{
    margin-top: 5px;
    padding-top: 0px;
    margin-bottom: 5px;
    color: #606060;
}

hr
{
    color: #e2007a;
}

ul
{
    margin-top: 0px;
    padding-top: 0px;
}
ol
{
    margin-top: 0px;
    padding-top: 0px;
}


body
{
    background-image: url(../../Images/background_neu.png);
    background-color: #D0D0D0;
    background-repeat: repeat-x;
    background-position: top;
    font-family: Arial;
}

.innerbody
{
    margin: auto;
    width: 1000px;
    position: relative;
    text-align: left;
    margin-top: 0px;
}

.innertable
{
    position:relative;
    width: 100%;
    margin:auto;
}

body, p, td, li
{
    font-family: Arial;
    font-size: 9pt;
    color: #606060;
}

.tdHome
{
     font-size:12px;
     vertical-align:top;
     text-align:left;
}

a
{
    text-decoration: none;
    color: #e2007a;
}

#btnTest
{
    text-align: center;
    
}


.tablefirstcol
{
    color:#e2007a;
}

.raditem
{
    background-image: url(../../Images/Balken_oben.png);
}


.arrowLeft
{
    height: auto;
    width: auto;
    background: url(../../Images/pfeil_links.png) no-repeat;
}

.arrowRight
{
    height: auto;
    width: auto;
    background: url(../../Images/pfeil_rechts.png) no-repeat;
}

.question
{
    cursor: hand;
    color:#606060;
    
}
.question:hover
{
    color:#e2007a;
}

.opacity
{
   /* opacity: 0.8;
    filter:alpha(opacity=80);*/
}

.alternateRow
{
    background-color:#F0F0F0;
}







