/* styles.css */


body		{

		background-image: url(../p/back.gif);
		margin: 0px;
		padding: 0px;

		}

/*----------------------------------------------------------*/

.navi 		{
	
		background-image: url(../p/back_navigation.gif);
	
		}

/*----------------------------------------------------------*/

.content 		{
	
		background-image: url(../p/back_content.gif);
	
		}

/*----------------------------------------------------------*/

.line 		{
	
		background-color: #FFFFFF;
	
		}

/*----------------------------------------------------------*/

.trenner 		{
	
		background-image: url(../p/trenner.gif);
	
		}

/*----------------------------------------------------------*/		

.text 		{

		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-style: normal;
		line-height: 15px;
		text-decoration: none;
		color: #FFFFFF;
		
		}

/*----------------------------------------------------------*/

.text2 		{

		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 9px;
		font-style: normal;
		line-height: 13px;
		text-decoration: none;
		color: #D8D9DB;
		
		}

/*----------------------------------------------------------*/

a 		{
		
		text-decoration: none;
		color: #E8B849;

		}

/*----------------------------------------------------------*/

a:hover 	{
		
		text-decoration: underline;
		color: #E8B849;

		}

/*----------------------------------------------------------*/

a.menue 	{
		font-weight:bold;
		text-decoration: none;
		color: #FFFFFF;

		}

/*----------------------------------------------------------*/

a.menue:hover 	{

		font-weight:bold;
		text-decoration: none;
		color: #E8B849;

		}