@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.meniu {
	height: 200px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #921b39;
	
}
.meniu a {
	text-decoration: none;
	float: left;
	height: 90px;
	width: 90px;
	border: 1px solid #000;
	color: #FFF;
	padding: 4px;
	line-height: 28px;
	overflow: hidden;
	font-size: 12px;
	background-color: #1e030a;
}
.categorie {
	height: 20px;
	width: 388px;
	float: left;
	padding:10px;
	position: absolute;
	background-image: url(../images/alt_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow:hidden;
	background-attachment: scroll;
	border: 3px solid #921b39;
	background-color: #000;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*border: 1px solid #000;
	background-image: url(../images/bgg.png);
	background-repeat: no-repeat;
	background-position: center -100px;*/
	padding-bottom:100px;    
}
#bg_image {
	width: 100%;
	background-image: url(../images/bold_bg2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.input_name {
	display: block;
	float: left;
	height: 20px;
	width: 80px;
}
.input_container {
	float: left;
	width: 270px;
}
input {
	color: #FFF;
	background-color: #000;
	border: 1px solid #FFF;
	width: 250px;
}
textarea {
	color: #FFF;
	background-color: #000;
	width: 250px;
	border: 1px solid #FFF;
}
.item {
	font-size:10px;
	border-bottom:solid 1px #FFF;
	height:170px;
}
.poza_th {
	float:left;
	text-align:
	justify;
	width:110px;
	padding:5px;
}
.site_txt {
	float:left;
	width:340px;
	padding:10px;
	font-size:10px;
}
.site_txt a{
	color:#FFF;
	font-weight: bold;
	text-decoration: none;	
}
.site_txt a:hover{
	
	text-decoration:underline;
	
}
