@charset "utf-8";
#allcontent {
	height: 550px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 135px;
	width: 820px;
}
#menubar {
	background-color: #000000;
	height: 30px;
	width: 820px;
	margin-top: 5px;
}
#content {
}

#submenu {
	background-color: #b1b0b0;
	height: 20px;
	width: 167px;
	margin-top:10px;;
	margin-left:160px;
}

#sidebar {
	height: 350px;
	width: 130px;
	border: thick solid #eb5606;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	float:left;
	margin-top:-25px;
}
#middle {
	height: 320px;
	width: 280px;
	float:left;
	margin-left:20px;
	margin-top:1px;
}

#picture {
	height: 260px;
	width: 340px;
	float:right;
	margin-top:26px;
}
#picture2 {
	height: 50px;
	width: 295px;
	float:right;
	margin-right:200px;
	margin-top:-30px;
}
#footer {
	height: 42px;
	width: 820px;
}
.link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titlu {
	font-family: tahoma;
	font-size: 15px;
	font-weight: bold;
}
.text_small {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
}
.text {
	font-family: tahoma;
	font-size: 12px;
}
.titlu_small {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}
