body {
	font-family: Arial;
	font-size: 10px;
	color: black;
}

.wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 96%;
}

h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: black;
}

span.titlu {
	font-family: Arial;
	font-size: 24px;
	font-weight: normal;
	color: black;
}
span.titlu2 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #AAAAAA;
}

span.eventtitlu {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: black;
}
span.data {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #AAAAAA;
}

a img {
	border: none;
}

a.lang, a.lang:active, a.lang:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #54616B;
	cursor: pointer;
}
a.lang:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;
}

a.arrow, a.arrow:active, a.arrow:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #54616B;
	cursor: pointer;
	text-decoration: none;
}
a.arrow:hover {
	color: #000000;
	cursor: pointer;
	text-decoration: none;
}

span.lang {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	cursor: pointer;	
}

span.menu {
	font-family: Microsoft Sans Serif, Franklin Gothic Medium, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #54616B;
	cursor: pointer;
	text-decoration: none;
	line-height: 150%;
}

a.menu, a.menu:active, a.menu:visited {
	font-family: Microsoft Sans Serif, Franklin Gothic Medium, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	text-decoration: none;
	line-height: 180%;
}
a.menu:hover {
	color: #54616B;
	text-decoration: none;
}

span.text {
	font-family: Microsoft Sans Serif, Franklin Gothic Medium, Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

span.perioada {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: grey;
}

div.showimg {
	width: 100%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

div.events_left {
	width: 780px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div.events_right {
	width: 170px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin: 0px;
	padding: 0px;
	float: left;
}