body {
	background-color: #FF0033;
	background-image:url(/images/background.gif);
	background-repeat: repeat;
	margin-left:auto; margin-right:auto;
	text-align: center;
}
.titel {  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FF0033
}
.titel_gross {  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FF0033;
}
.auszeichnung {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FF0033;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;

}
TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal
}
.text_klein {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal }
.titel_balken { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF0033
}
.checkbox {
white-space:nowrap;
font-size: 9px;
}

/* Styles for dynamic menu */
#dhtmlgoodies_menu{		
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font for main menu items */
		width:100px;	/* Width of main menu */
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		padding:0px;	/* No <li> air */
		_height:20px;	/* 20 pixels height for IE */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
		}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		display:block;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #FFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		background-color: #FF0033;
		text-align:left;
		max-width:250px;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#FF0033;	/* Blue background */
	}
