body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	background-color: #444444;
	padding: 0px;
   margin: 0px;
	background-image: url(../../images/index_34.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}

	.button_aktiv{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	border: 1px solid #7FFF00;
	color: #FF8C00;
	padding: 2px;
	text-align: center;
}

	.button_inaktiv{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	border: 1px dotted #BAC5D1;
	color: #A9A9A9;
	padding: 2px 5px;
	text-align: left;
}
	
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 740px; 
	height: 230px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:740px;
		height:230px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
		
	div.scroller div.content {
		width: 740px;
		}

