﻿a:link
{
	text-decoration:none;
	color:White;
}
a:visited
{
	text-decoration:none;
	color:White;
}
a:hover
{
	text-decoration:none;
	color:yellow;
}

html, body
{
			font-family:Verdana;
         	margin-bottom:0;
         	margin-left:0;
         	margin-right:0;
         	margin-top:0;
         	color:white;
         	font-size:10pt;
        	text-align: left;
        	
}
.stdlabel
{
		font-size:10pt;
}
.stdlabel_small
{
		font-size:7pt;
}
.stdlabel_invers
{
         	color:#001C43;
}

.stdlabel_big
{
		font-size:12pt;
}
.stdlabel_big_invers
{
			font-size:12pt;
         	color:#001C43;
}

.stdlabel_header
{
		font-size:10pt;
		font-weight:bold;

}
.stdlabel_header_invers
{
			font-size:10pt;
         	color:#001C43;
         			font-weight:bold;
}




.styleMenue
{
        	background-image: url('/Resources/button-ohne-schrift.png');
        	background-repeat: no-repeat;
        	background-position:center;
            width: 200px;
            height:50px;
}

.styleMenue_withoutimg
{
            width: 200px;
            height:50px;
}
        
a.hypButton
{
           font-size:10pt;
           font-weight:bold;
           vertical-align:text-bottom;
           text-decoration:none;
           color:#001C43;
}
        
a.hypButton:link {color: white} 
a.hypButton:visited {color: white} 
a.hypButton:hover {color: white} 
a.hypButton:active {color:white} 
        
a.hypButton_inverse
{
           font-size:10pt;
           font-weight:bold;
           vertical-align:text-bottom;
           text-decoration:none;
           color:White;
}
        
a.hypButton_inverse:link {color: Blue} 
a.hypButton_inverse:visited {color: Blue} 
a.hypButton_inverse:hover {color: Blue} 
a.hypButton_inverse:active {color:Blue} 
        
.tblBody
{
        	background-color:#001C43;
}