* {
	margin:		0;
	padding:	0;
}



html {
	
	color: 		#500000; 
	font: 		400 11px/14px arial, verdana, helvetica, sans-serif; 
}


body {
/*overflow-y:scroll;*/	
}



#container_middle {
	background:	#333366; 
	margin:		auto; 
	width:		905px; 
}



#container_left {
	background:	#333366; 
	float:		left;
	width:		100px;
}


#container_right {

background:	#333366;
}

#header {
	background:	#99CCCC;
	height:		73px;
}	

#content {
	background:	#ffffff;

	
}

#footer {
	background:	#333366;
	height:		5px;

}



 /* DEFINITION BUTTONS  */
 
 
 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #999999;
/*	text-d;
	decoration: none;*/
}


/* DEFINITION TEXT CONTENT */


.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


.text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.tabella {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.tabellen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 4px;
	padding-top: 4px;
	padding-left: 4px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #FFFFFF;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
}

