/* fa.css */


body		{	
	
		background-color: #C2C4C6;
		margin: 0px;
		padding: 0px;

		}

/*----------------------------------------------------------*/

.content	{
		
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-style: normal;
		line-height: 14px;
		text-decoration: none;
		color: #67676B;
		
		}

/*----------------------------------------------------------*/

.contentbb	{
		
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: bold;
		line-height: 14px;
		text-decoration: none;
		color: #B90136;
		
		}

/*----------------------------------------------------------*/

a 		{

		text-decoration: none;
		color: #B90136;
		
		}

a:hover 	{
	
		text-decoration: underline;
		color: #B90136;
		
		}

/*----------------------------------------------------------*/

.header 	{
	
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		font-style: normal;
		line-height: 14px;
		color: #FFFFFF;
		
		}

/*----------------------------------------------------------*/

a.menue 	{
	
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		
		}

a.menue:hover 	{
	
		font-weight: bold;
		text-decoration: none;
		color: #B90136;
		
		}

a.menuemarked {
		
		font-weight: bold;
		text-decoration: none;
		color: #B90136;
}

a.menuemarked:hover {
		
		font-weight: bold;
		text-decoration: none;
		color: #B90136;
}

/*----------------------------------------------------------*/

.grey_1 	{
		
		background-color: #999999;
		
		}

/*----------------------------------------------------------*/

.grey_2 	{
		
		background-color: #C2C4C6;
		
		}

/*----------------------------------------------------------*/

.grey_3 	{
		
		background-color: #E2E4E6;
		
		}

/*----------------------------------------------------------*/

.fa_red 	{
		
		background-color: #B90136;
		
		}

/*----------------------------------------------------------*/

.button 	{
		
		background-image: url(../bilder/navback.gif);
		
		}

/*----------------------------------------------------------*/

.popupbutton 	{
		
		background-image: url(../bilder/navback_2.gif);
		
		}

/*----------------------------------------------------------*/
.whiteback 	{
		
		background-color: #F1F1F1;
		
		}

/*----------------------------------------------------------*/

.hintergrund 	{
	
		background-image: url(../bilder/hintergrund.gif);

		}

.unvisible {

	visibility:hidden;

}

.visible {

	visibility:visible;

}
