﻿body 
{
    margin:20px;
    margin-top:10px;
}

a
{
 font-family:Arial;
 font-size:14px;
 color:#333333;   
 text-decoration:none;
    }
a:hover
{
 cursor:pointer;
 font-family:Arial;
 font-size:14px;
 color:#487B38;  
 color:#333333;    
 text-decoration:underline;
    }
.fehler
{
 font-family:Arial;
 font-size:10pt;
 color:#ff0000;
}
.button
{
 font-family:Arial;
 font-size:10pt;
 color:#777777;
 background-color:Transparent;
   
 border-style: outset;
border-color: #cccccc;
border-width: 2px;

    }
.button:hover
{
 cursor:pointer;
 background-color:#cccccc;
   color:#333333;


    }
.orange
{
font-family:Arial;
font-weight:bold;
font-size:16pt;
color:#85A200;
}

.white
{
font-family:  Arial;
font-size:14px;
color:#333333;

}


.grey
{
font-family:  Arial;
font-size:10pt;
color:#333333;
}
.green
{
font-family:Arial;
font-size:10pt;
color:#86A200;
}
.greenmedium
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#415816;

}
.blackmedium
{
font-family:Arial;
font-size:14px;
font-weight:bold;
color:#333333;

}
.greenbig
{
font-family:Arial;
font-size:15pt;
color:#415816;
}
.blackbig
{
font-family:Arial;
font-size:15pt;
color:#333333;
}
.darkgrey
{
font-family:Arial;
font-size:10pt;
color:#333333;
}

.greybig
{
font-family:Arial;
font-size:15pt;
color:#666666;
}
.greybig2
{
font-family:Arial;
font-size:12pt;
color:#666666;
}

.greysmall
 {
 font-family:Arial;
 font-size:8pt;
 color:#666666;
    }
    
    
 .opaque {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;			
}
.opaque2 {
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
			
}
