@charset "utf-8";
/* CSS Document */


body {
	background-color: #828282;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
	padding-top:30px;
	padding-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.titlu_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	padding: 10px;
	
}
.titlu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #287abf;
	
}
.linie {
	background-image:url(../images/linie.gif);
	background-repeat:repeat-x;
	
}
.meniu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: #eeeff0;
	padding: 10px;
	
	
	
}
.meniu a:link {
	color: #000000;
	text-decoration:none;	
}
.meniu a:visited {
	color: #000000;
	text-decoration:none;	
}
.meniu a:active {
	color: #000000;
	text-decoration:none;	
}
.meniu a:hover {
	color: #999999;
	text-decoration:none;	
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	padding: 10px;
	
	
}
.img_speaker {
	border: 1px solid #cccccc;
	margin-right: 20px;
	padding: 2px;
}