﻿body 
{
    background-color: #FFFFFF;
    color: #000000;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
}
.twhite
{
    font-family: Tahoma, Verdana, Arial;
    color: White;
    font-weight: bold;
    font-size: 12px;
    
    }
    
.path
{
    font-family: Tahoma, Verdana, Arial;
    color: #999999;
    font-size: 10px;
    } 
.t
{
    font-family: Tahoma, Verdana, Arial;
    color: #000000;
    font-size: 12px;
    }  
    
.tbold
{
    font-family: Tahoma, Verdana, Arial;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    }   
    
.titel
{
    font-family: Tahoma, Verdana, Arial;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    } 
.subtitel
{
    font-family: Tahoma, Verdana, Arial;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    }
    
.tslogan
{
    font-family: Tahoma, Verdana, Arial;
    color: #FF6600;
    font-size: 12px;
    font-weight: bold;
    }  
     
A:link
{	
    font-family: Tahoma, Verdana, Arial;
    font-size: 10px;
	text-decoration:	underline;
	color:	#FF0000;
}	
		
A:visited
{
    font-family: Tahoma, Verdana, Arial;
	text-decoration: underline;
	color:	#000000;
}	
		
A:active
{
    font-family: Tahoma, Verdana, Arial;
	text-decoration:	underline;
	color:	#000000;
}	
		
A:hover
{
    font-family: Tahoma, Verdana, Arial;	
	text-decoration:	underline;
	color:	#000000;
}

A.menu:link
{	
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
	text-decoration:	underline;
	color:	#999999;
}	
		
A.menu:visited
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
	text-decoration: none;
	color:	#999999;
}	
		
A.menu:active
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;
	text-decoration:	none;
	color:	#999999;
}	
		
A.menu:hover
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 10px;	
	text-decoration:	none;
	color:	#999999;
}

.knop{
	background-color: #71CAF2;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	border-left:1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
