@charset "utf-8";
#allcontent {
	height: 550px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 135px;
	width: 820px;
}
#menubar {
	height: 30px;
	width: 820px;
	background-color: #000000;
	margin-top:5px;
}
#content {
}

#submenu {
	background-color: #b1b0b0;
	height: 20px;
	width: 645px;
	margin-top:10px;
	margin-left:160px;
}
#sidebar {
	height: 350px;
	width: 130px;
	border: thick solid #eb5606;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 18px;
	margin-top:-25px;
	float:left;
}

#middle {
	height: 320px;
	width: 270px;
	line-height: 16px;
	float:left;
	margin-left:20px;
}
#picture {
	height: 207px;
	width: 330px;
	background-image: url(1pic.jpg);
	float:right;
	margin-top:50px;
}

#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;
}
.titlu_small {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
}
.text_small {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}