/*  ---------- TAGS ---------- */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	background-image:url(images/main_bg.png);
	background-repeat:repeat;
	color:#fff;
	text-align:justify;
}

a{
	text-decoration:none;
	outline:none;
	color:#E3AA57;
}

a:hover{
	color:#fff;
}

#fellepesek_box p{
	margin:0;
	padding:0;
}

/*  ---------- DIVS ---------- */
#main{
	width:1000px;
	margin:auto;
}

#head{
	height:476px;
	background-image:url(images/head_bg.jpg);
	background-repeat:no-repeat;
}

#menu{
	width:966px;
	margin:auto;
	height:55px;
}

#head_box{
	width:966px;
	margin:220px auto 0 auto;
	color:#CCBB95;
}

#fellepesek_box{
	width:262px;
	height:190px;
	margin:0 10px;
	float:left;
}

#top10_box{
	width:410px;
	height:190px;
	margin:0 10px;
	float:left;
}

#top10_box ol{
	margin:0;
	padding:0;
	margin-left:30px;
}

#login_box{
	width:220px;
	height:190px;
	margin:0 15px;
	float:left;
}

#content_wrap{
	width:1000px;
	margin:auto;
	background-color:#090B13;
}

#left_panel{
	width:690px;
	float:left;
	padding:15px 10px 15px 30px;
}

#right_panel{
	width:245px;
	float:left;
	padding:15px 10px;
}

#pagename{
	width:700px;
	height:27px;
}

#pagename_uzenofal{
	width:245px;
	height:27px;
}

#uzenofal{
	width:245px;
	margin-top:10px;
}

#uzenofal_top{
	background-image:url(images/uzenofal_bg_top.jpg);
	background-repeat:no-repeat;
	height:5px;
}

#uzenofal_content{
	background-color:#1D1C21;
	margin:0;
	padding:2px 7px;
}

#uzenofal_bottom{
	background-image:url(images/uzenofal_bg_bottom.jpg);
	background-repeat:no-repeat;
	height:5px;
}

#uzenofal_user{
	color:#FFBD59;
	font-weight:bold;
	float:left;
}

#uzenofal_date{
	color:#FFBD59;
	float:right;
}

#uzenofal_msg{
	margin-bottom:8px;
}

#archivum{
	margin:12px 0 0 0;
}

#archivum #uzenofal_msg{
	margin:10px 0 ;
}

#footer{
	width:942px;
	height:40px;
	margin:auto;
	line-height:40px;
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding:0 12px;
}

#footer span{
	float:left;
}

#image_box{
	width:100px;
	padding:5px;
	text-align:center;
	display:block;
	float:left;
	margin:0 6px 10px 0;
	cursor:pointer;
	color:#E3AA57;
	font-weight:bold;
}

#image_box:hover{
	color:#fff;
}

#image_content{
	margin-bottom:5px;
}

#image_name{
	background-color:#1D1C21;
	width:94px;
	padding:5px;
}

#dotted{
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:dotted 1px #404236;
}

#dotted2{
	height:1px;
	line-height:1px;
	font-size:1px;
	border-bottom:dotted 1px #404236;
}

#clear{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}

/*  ---------- MENU ---------- */
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li{
	float:left;
}

#menu a{
	display:block;
	width:137px;
	height:25px;
	float:left;
	text-indent:-3000px;
	background-repeat:no-repeat;
	background-position:center;
	border-right:solid 1px #fff;
	margin-top:13px;
}

/* home */
#menu a#home{
	background-image:url(images/menu/home.png);
}

#menu a:hover#home{
	background-image:url(images/menu/home_hover.png);
}

/* bio */
a#bio{
	background-image:url(images/menu/bio.png);
}

a:hover#bio{
	background-image:url(images/menu/bio_hover.png);
}

/* fotok */
a#fotok{
	background-image:url(images/menu/fotok.png);
}

a:hover#fotok{
	background-image:url(images/menu/fotok_hover.png);
}

/* videok */
a#videok{
	background-image:url(images/menu/videok.png);
}

a:hover#videok{
	background-image:url(images/menu/videok_hover.png);
}

/* mixek */
a#mixek{
	background-image:url(images/menu/mixek.png);
}

a:hover#mixek{
	background-image:url(images/menu/mixek_hover.png);
}

/* linkek */
a#linkek{
	background-image:url(images/menu/linkek.png);
}

a:hover#linkek{
	background-image:url(images/menu/linkek_hover.png);
}

/* kontakt */
a#kontakt{
	background-image:url(images/menu/kontakt.png);
	border:none;
}

a:hover#kontakt{
	background-image:url(images/menu/kontakt_hover.png);
}

/*  ---------- LINKS ---------- */
#footer a{
	text-transform:uppercase;
	width:auto;
	display:block;
	float:left;
	padding:0 7px;
}

/* ---------- POPUP ---------- */

.popup_out{
	position:absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 10000; 
	width: 100%; 
	height:1200px;
	background-image: url(images/popup_bg.png);
	background-repeat:repeat;
	visibility:visible
}

.popup_in, .popup_in2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #fff;
	background-color:#090B13; 
	width:380px;
	height:80px;
	padding:30px 10px 10px 10px; 
	border-color: #900; 
	border-style:solid; 
	border-width:3px; 
	margin:auto; 
	margin-top:15%;
	text-align:justify;
	font-weight:bold;
}

.popup_in2 {
	border-color: #090; 
}

.popup_in a img, .popup_in2 a img{
	float:right;
	outline:none;
	margin:-11% 0 0 12px;
}

/*  ---------- FORMS ---------- */
#login input[type=text], #login input[type=password]{
	background:url(images/login_bg.jpg) no-repeat;
	border:none;
	width:178px;
	height:13px;
	display:block;
	margin-bottom:5px;
	padding:5px;
	font-size:11px;
	font-family:Tahoma;
}

#login input[type=submit]{
	background:url(images/login_btn.jpg) no-repeat;
	border:none;
	width:70px;
	height:23px;
	text-align:center;
	display:block;
	padding:5px;
	color:#E3AA57;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
	cursor:pointer;
	margin:8px 0 0 117px;
}

#login input[type=submit]:hover{
	color:#fff;
}

#uzenofal_form input[type=submit]{
	background:url(images/login_btn.jpg) no-repeat;
	border:none;
	width:70px;
	height:23px;
	text-align:center;
	display:block;
	padding:5px;
	color:#E3AA57;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
	cursor:pointer;
	margin:8px 0 0 159px;
}

#uzenofal_form input[type=submit]:hover{
	color:#fff;
}

#uzenofal_form textarea{
	width:225px;
	height:64px;
	background:url(images/uzenofal_textarea_bg.jpg) no-repeat;
	border:none;
	padding:3px;
	font-family:inherit;
	font-size:12px;
}

#contact input[type=text]{
	background:url(images/login_bg.jpg) no-repeat;
	border:none;
	width:178px;
	height:13px;
	display:block;
	margin-bottom:5px;
	padding:5px;
	font-size:11px;
	font-family:Tahoma;
}

#contact textarea{
	width:225px;
	height:64px;
	background:url(images/uzenofal_textarea_bg.jpg) no-repeat;
	border:none;
	padding:3px;
	font-family:inherit;
	font-size:12px;
}

#contact label{
	width:70px;
	margin-right:4px;
	display:block;
	float:left;
	text-align:right;
}

#contact input[type=submit]{
	background:url(images/login_btn.jpg) no-repeat;
	border:none;
	width:70px;
	height:23px;
	text-align:center;
	display:block;
	padding:5px;
	color:#E3AA57;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
	cursor:pointer;
	margin:10px 0 0 230px;
}

#contact input[type=submit]:hover{
	color:#fff;
}

#reg label{
	width:150px;
	margin-right:4px;
	display:block;
	float:left;
	text-align:right;
}

#reg input[type=text], #reg input[type=password]{
	background:url(images/login_bg.jpg) no-repeat;
	border:none;
	width:178px;
	height:13px;
	display:block;
	margin-bottom:5px;
	padding:5px;
	font-size:11px;
	font-family:Tahoma;
}

#reg input[type=submit]{
	background:url(images/login_btn80.jpg) no-repeat;
	border:none;
	width:80px;
	height:23px;
	text-align:center;
	display:block;
	padding:5px;
	color:#E3AA57;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma;
	cursor:pointer;
	margin:10px 0 0 230px;
}

#reg input[type=submit]:hover{
	color:#fff;
}

#msg{
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px;
	color:#900;
}

#msgcontent {
	display:block; 
	background:#f3e6e6; 
	border:2px solid #F1B45B; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:350px;
	font-weight:bold;
}
