html,body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:'Arial';
	font-size: 13px;
	color:#808080;
}
a {
	color:#3366FF;
	text-decoration:none;
}

#page{
    background:#fff;
    position:relative;
	width:955px;
	margin:0 auto;
	height:100%;
}
#footer{
    background:url(/images/bg_bottomline.jpg) no-repeat top;
	width:955px;
	text-align:center;
	float:left;
	padding-top:15px;
	font-family:'Arial';
	font-size:13px;
	color:#c0c0c0;	
}
#header{
	background:url(/images/cimmezo.jpg) no-repeat;
	height:80px;
	width:955px;
}
#header img{
	float:right;
	margin:5px 15px;
}
#header a{
	color:#333333;
	font-family:'Arial';
	font-size:13px;
	font-style:normal;
	font-weight:normal;
}
#header div{margin:5px auto auto 10px;float:left;width:100px}
#header ul{margin:5px auto auto 200px;float:left;}
#header li{display:inline;list-style-type:none;margin-right:10px}

#left{
	float:left;
	margin-top:15px;
	width:210px;
	height:80%;
	background:url(/images/bg_right_nav.jpg) repeat-y;
}
#left div.menu-box{
	border-bottom: solid 15px #fff
}
#left div.menu{
	height:23px;
	width:200px;
	background:url(/images/bg_right_nav2a.jpg);
	padding-top:7px;
	padding-left:10px;
}
#left div.menu_sub{
	height:23px;
	width:190px;
	background:url(/images/bg_right_nav1b.jpg);
	padding-top:7px;
	padding-left:20px;
}
#left div.menu a{
	font-family:'Arial';
	font-size:15px;
	font-style:normal;
	font-weight:normal;
	color: #333;
}
#left div.menu_sub a{
	font-family:'Arial';
	font-size:13px;
	font-style:normal;
	font-weight:normal;
	color: #333;
}
#left div.menu a.selected, #left div.menu_sub a.selected{
	color:#ff6600;
	text-decoration:none;
}

#content{
	margin-top:15px;
	margin-left:15px;
	float:left;
	width:730px;
}

#content .news_list_item{
	width:231px;
	float:left;
	margin:0 5px 20px 5px;
}
#content .title{
	background:url(/images/narancs_mezo.jpg);
	height:31px;
	padding:5px;
}
#content .title a{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}
#content li {
	padding-bottom:10px;
}
#content li a{
	color:#ff6600;
	text-decoration:none;
}

#content h2{
	background:#ff6600;
	padding:10px;
	font-size:15px;
	color:#fff;
	display: table;
	/*margin: 10px 0px 10px 0px;*/
}

#content .date{
	background:url(/images/szurke_mezo.jpg);
	color:#5c5c5c;
	height:20px;
	font-weight: bold;
	padding:5px;
}
div.vevok img{
	margin:3px;
}
