


	/* ********************************************************
		CONTENT
	******************************************************** */

	P.small {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 60%; 
		color: #666666; 
		font-style: normal; 
		font-weight: normal;
		margin: 0 0 10 0;
	}

	P.medium {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 80%; 
		color: #666666; 
		font-style: normal; 
		font-weight: normal;
		margin: 0 0 10 0;
	}

	SPAN.medium {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 80%; 
		color: #666666; 
		font-style: normal; 
		font-weight: normal;
		margin: 0 0 10 0;
	}

	TD.small {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 60%; 
		color: #666666; 
		font-style: normal; 
		font-weight: normal;
		margin: 0 0 10 0;
	}

	TD.medium {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 80%; 
		color: #666666; 
		font-style: normal; 
		font-weight: normal;
		margin: 0 0 10 0;
	}

	P.medium-or {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 80%; 
		color: #D85A0B 
		font-style: normal; 
		font-weight: normal;
		margin: 0 0 10 0;
	}

	P.headline {

		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 100%; 
		color: #D85A0B; 
		font-style: normal; 
		font-weight: normal; 
		margin: 0 0 10 0;
	}
	

	UL {
		margin-left: 20px;
	}

	LI.medium {
		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		font-size: 80%; 
		color: #666666; 
		font-style: normal; 
		font-weight: normal;
		list-style-type: square;
		margin-bottom: 5px;
	}

	
	A {
		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		color: #D85A0B; 
		font-style: normal; 
		font-weight: normal; 
		text-decoration: none;
	}	

	A:hover {
		font-family: verdana, geneva, tahoma, arial, helvetica, serif; 
		color: #D85A0B; 
		font-style: normal; 
		font-weight: normal; 
		text-decoration: none;
	}	

	/* ********************************************************
		MENÜ LEVEL 1 (HEADER)
	******************************************************** */

	.menu-level1 {

		font-family: verdana, geneva, tahoma, arial, helvetica, sans;  
		font-size: 60%; 
		color: #888888; 
		font-style: normal; 
		font-weight: normal; 
	}

	.menu-level1 A {
		color: #888888;
		text-decoration: none;
	}
	
	.menu-level1 A:hover {
		color: #D85A0B;
		text-decoration: none;
	}

	.menu-level1-act {

		font-family: verdana, geneva, tahoma, arial, helvetica, sans;  
		font-size: 60%; 
		color: #D85A0B; 
		font-style: normal; 
		font-weight: normal; 
	}

	.menu-level1-act A {
		color: #888888;
		text-decoration: none;
	}
	
	.menu-level1-act A:hover {
		color: #888888;
		text-decoration: none;
	}


	/* ********************************************************
		MENÜ LEVEL 2 (SUBMENÜ)
	******************************************************** */

	.menu-level2 {

		font-family: verdana, geneva, tahoma, arial, helvetica, sans;  
		font-size: 70%; 
		color: #888888; 
		font-style: normal; 
		font-weight: normal; 
	}

	.menu-level2 A {
		color: #888888;
		text-decoration: none;
	}
	
	.menu-level2 A:hover {
		color: #D85A0B;
		text-decoration: none;
	}


	.menu-level2-act {

		font-family: verdana, geneva, tahoma, arial, helvetica, sans;  
		font-size: 70%; 
		color: #888888; 
		font-style: normal; 
		font-weight: normal; 
	}

	.menu-level2-act A {
		color: #D85A0B;
		text-decoration: none;
	}
	
	.menu-level2-act A:hover {
		color: #888888;
		text-decoration: none;
	}


	/* ********************************************************
		MENÜ LEVEL 3 (FOOTER)
	******************************************************** */

	.menu-level3 {

		font-family: verdana, geneva, tahoma, arial, helvetica, sans;  
		font-size: 60%; 
		color: #D8D8D8; 
		font-style: normal; 
		font-weight: normal; 
	}

	.menu-level3 A {
		color: #D8D8D8;
		text-decoration: none;
	}
	
	.menu-level3 A:hover {
		color: #333333;
		text-decoration: none;
	}

	