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

body {
	background: url(images/bk.gif) top left no-repeat #CFF5FF;
	color:#333;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
	text-decoration: none;
}
a:hover {
	
	
	color: #ff0000;
	
}

.continut_meniu_top {
width:100%;
height:50px;
/*  background:#afa; */
}

.meniu_top {
	margin:auto;
	float:left;
	height: 37px;
	width: 120px;
	display:inline;
	background: url(images/buton_normal.gif) top no-repeat;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.meniu_top:hover {
	background: url(images/buton_over.gif) top no-repeat;
	color:#FFF;
}

.meniu_top_selected {
	margin:auto;
	float:left;
	height: 37px;
	width: 120px;
	display:inline;
	background: url(images/buton_selected.gif) top no-repeat;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.meniu_top_selected:hover {
	background: url(images/buton_selected.gif) top no-repeat;
	color:#FFF;
}

.continut_bk {
width:502px;
margin:auto;
height:625px;
background:url(images/continut_vertical.gif);
}

.continut {
width:450px;
margin:auto;
height:550px;
}

.continut_top {
	width:450px;
	background:url(images/top_continut.gif) no-repeat;
	line-height: 10px;
	display: block;
}
.continut_principal {
	width:450px;
	height:auto;
	background:url(images/continut.gif) repeat-y;
	margin: 0;
	padding-top: 4px;
}

.continut_footer {
height:92px;
background:url(images/continut.gif) repeat-y;
width:434px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:8px 8px 0 8px;
}

.continut_bottom {
width:450px;
height:10px;
background:url(images/continut_bottom.gif) no-repeat;
}

.footer {
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	margin:auto;
	padding:4px;
	border-bottom:2px solid #FFF;
	clear: both;
	display: block;
}

.meniu_top_big {
	margin:auto;
	float:left;
	height: 37px;
	width: 220px;
	display:inline;
	background: url(images/buton_normal_big.gif) top no-repeat;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.meniu_top_big:hover {
	background: url(images/buton_over_big.gif) top no-repeat;
	color:#FFF;
}

.meniu_top_big_selected {
	margin:auto;
	float:left;
	height: 37px;
	width: 220px;
	display:inline;
	background: url(images/buton_selected_big.gif) top no-repeat;
	color:#FFF;
	line-height:30px;
	font-weight:bold;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.meniu_top_big_selected:hover {
	background: url(images/buton_selected_big.gif) top no-repeat;
	color:#FFF;
}
