BODY {
	background-image: url("images/bg.png");
	background-attachment:scroll; 
	background-repeat:repeat-x; 
	background-color:#A1A7B5; 
	font:14px/17px Arial, Helvetica, sans-serif;
	width:960px;
	margin:40px auto 60px auto;
}

#main{
	width:960px; 
	border:none; 
	overflow:hidden;
}
#header{
	width:960px;
	height:240px;
	background-image:url(images/top.png);
	position:relative;
	
}


/*MENU*/
#header ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#header ul li{
	display:inline;
}

div#menubar{
	position:absolute;
	top:168px;
	left:158px;
	height:24px;
	z-index:600;
}

.menu1 {
	width:87px;
	height:23px;
	background:url(images/menu_1_fooldal.png) top left no-repeat;
	float:left;
}

.menu1:hover {
	width:87px;
	height:23px;
	background:url(images/menu_1_fooldal_hover.png) top left no-repeat;
	float:left;
}

.menu2 { width:92px; height:23px; background:url(images/menu_2_gyujtok.png) top left no-repeat; float:left; }
.menu2:hover { width:92px; height:23px; background:url(images/menu_2_gyujtok3_hover.png) top left no-repeat; float:left; }

.menu3 { width:113px; height:23px; background:url(images/menu_3_elemzesek.png) top left no-repeat; float:left; }
.menu3:hover { width:113px; height:23px; background:url(images/menu_3_elemzesek_hover.png) top left no-repeat; float:left; }

.menu4 { width:83px; height:23px; background:url(images/menu_4_cikkek.png) top left no-repeat; float:left; }
.menu4:hover { width:83px; height:23px; background:url(images/menu_4_cikkek_hover.png) top left no-repeat; float:left; }

.menu5 { width:89px; height:23px; background:url(images/menu_5_muhely.png) top left no-repeat; float:left; }
.menu5:hover { width:89px; height:23px; background:url(images/menu_5_muhely_hover.png) top left no-repeat; float:left; }

.menu6 { width:113px; height:23px; background:url(images/menu_6_kepregeny.png) top left no-repeat; float:left; }
.menu6:hover { width:113px; height:23px; background:url(images/menu_6_kepregeny_hover.png) top left no-repeat; float:left; }

.menu7 { width:54px; height:23px; background:url(images/menu_7_film.png) top left no-repeat; float:left; }
.menu7:hover { width:54px; height:23px; background:url(images/menu_7_film_hover.png) top left no-repeat; float:left; }
/*Menu over*/


#flash{
	z-index:400;
}

#container{
	background:url(images/content_bg.png) top left repeat-y;
	background-position:-1px 0px;
}

#content{
	float:left;
}

.article{
	position:relative;
	left:30px;
	width:620px;
	padding:0px 0px 30px 0px;
}
.start{padding:0px 10px 0px 10px;}

.separator{float:right; display:inline;}

.content_headline{float:left;}

.content_top_date{
	float:right;
	font-size:14px;
	width:104px;
	text-align:center;
	color:#B2B2B2;	
	position:relative;
	top:3px;
	display:inline;	
}
.content_top{
	padding:10px 0px 0px 0px;
	margin:0px;
	width:620px;
	height:32px;
	background-image:url(images/content_top.png);
	background-position:top;
	background-repeat:no-repeat;
	font-size:20px;
	color:#4C4C4C;
}

.content_top_date{
	float:right;
	font-size:14px;
	width:104px;
	text-align:center;
	color:#B2B2B2;	
	position:relative;
	top:3px;
	display:inline;	
}

.content_middle{
	background-color:rgb(242,242,242);
	padding:10px 30px 0px 30px;
	overflow:hidden;
	height:100%;
}

.content_bottom{ 
	width:620px; 
	height:32px;
	display:block;
	background-image:url(images/content_bottom.png); 
	background-position:bottom; 
	background-repeat:no-repeat;
}

.content_bottom_home{ 
	width:620px; 
	height:42px;
	display:block;
	background-image:url(images/content_bottom-home.png); 
	background-position:bottom; 
	background-repeat:no-repeat;
	cursor:pointer; cursor:hand;
	color:rgb(80,80,80);
	
	
}

.content_bottom_home:hover{ 
	width:620px; 
	height:42px;
	display:block;
	background-image:url(images/content_bottom-home-hover.png); 
	background-position:bottom; 
	background-repeat:no-repeat;
	cursor:pointer; cursor:hand;
	color:rgb(177,177,177);
	
	
}

.content_bottom_home p{ 
	padding:12px 10px 0px 10px;
	font-size:12px;
}


.navigation{
	width:550px;
	padding-left:70px;
	text-align:center;
	margin:0px;
}


a:link {
	text-decoration: none;
	color:rgb(110,110,110);
}
a:visited {
	text-decoration: none;
	color:rgb(110,110,110);
}
a:active {
	text-decoration: none;
	color:rgb(110,110,110);
}
a:hover {
	text-decoration: none;
	color:#B2B2B2;
}


#sidebar{ 
	position:relative;
	float:left;
	left:60px;
}

#sidebar ul{
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}


.sidemenu_container{
	width:250px;
	margin:0px 0px 14px 0px;
	vertical-align:top;
}

.sidemenu_top{
	height:22px;
	text-align:right;
	background:url(images/sidebar-top.png) top center no-repeat;
	color:rgb(10,10,10);
	font-size:12px;
    text-transform:uppercase;
	padding-right:24px;
	padding-top:11px;
}

.sidemenu_middle{
	background-image:url(images/sidemenu_middle.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:rgb(42,42,42);
	padding-top:6px;
	padding-left:14px;
	color:#777777;
	font-size:12px;
	line-height:18px;
	font-variant:small-caps;
}

.sidemenu_bottom{
	background-image:url(images/sidemenu_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	height:14px;
	padding-bottom:10px;
}


#footer{
	background:url(images/bottom.png) bottom left no-repeat;
	height:80px;
	width:960px;
}

#footer ul{
	font-size:10px;
	color:rgb(69,69,69);
	padding:30px 30px 0px 30px;
	margin:0px;
	list-style-type:none;
}

#footer ul li{
	display:inline;
}

#footer ul li:before{
	content:"- ";
}




footer a:link {
	text-decoration: none;
	color:rgb(69,69,69);
}
footer a:visited {
	text-decoration: none;
	color:rgb(69,69,69);
}
footer a:active {
	text-decoration: none;
	color:rgb(69,69,69);
}
footer a:hover {
	text-decoration: none;
	color:#B2B2B2;
}



/*Pictures*/
.pic_left{
	float:left;
	clear: left;
	overflow:hidden;
	display:inline;
	text-align:left;
	margin:0px 10px 2px 0px;
	padding: 2px 2px 0px 2px;
	font:10px/14px Arial, Helvetica, sans-serif;
	color: #4C4C4C;	
}

.pic_right{
	float:right;
	clear: right;
	overflow:hidden;
	display:inline;
	text-align:left;
	margin:0px 0px 2px 10px;
	padding: 2px 2px 0px 2px;
	font:10px/14px Arial, Helvetica, sans-serif;
	color: #4C4C4C;	
}

.pic_center{
	display:block;
	margin:0px auto 10px auto;
	padding: 2px 2px 0px 2px;
	text-align:center;
	font:10px/14px Arial, Helvetica, sans-serif;
	color: #4C4C4C;
	/*width:460px;*/
}

figcaption{
	text-align:center;
	font:10px/14px Arial, Helvetica, sans-serif;
	color: #4C4C4C;
}

IMG.border{
	border:1px solid;
	border-color:#B2B2B2;
}

IMG{
	border:0px;
}


/*Paragraphs*/
p{
	padding:11px 0px 11px 0px;
	margin:0px;
	line-height:22px;
}

h1{
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#4C4C4C;
	font-variant: small-caps;
}

/*Links*/
div.content_middle a:link {
	font-variant:small-caps;
	text-decoration: underline;
	color:#000000;
}
div.content_middle a:visited {
	font-variant:small-caps;
	text-decoration: none;
	color:#000000;
}
div.content_middle a:active {
	font-variant:small-caps;
	text-decoration: none;
	color:#000000;
}
div.content_middle a:hover {
	font-variant:small-caps;
	text-decoration: none;
	color:#000000;
}


aside a:link {
	text-decoration: none;
	color:#777777; 
}
aside a:visited {
	text-decoration: none;
	color:#777777; 
}
aside a:active {
	text-decoration: none;
	color:#777777; 
}
aside a:hover {
	text-decoration: none;
	color:#B2B2B2;
}

div.content_top a:link {
	text-decoration: none;
	color:#4C4C4C; 
}
div.content_top a:visited {
	text-decoration: none;
	color:#4C4C4C; 
}
div.content_top a:active {
	text-decoration: none;
	color:#4C4C4C; 
}
div.content_top a:hover {
	text-decoration: none;
	color:#B2B2B2;
}





.comments-template{

	margin: 10px 0 0;

	padding: 10px 0 0;
	color:#B2B2B2;

}



.comments-template ol{

	margin: 0;

	padding: 0 0 15px;

	list-style: none;

}



.comments-template ol li{

	margin: 10px 0 0;

	line-height: 18px;

	padding: 10px 30px 10px 30px;

	border-bottom: 1px solid #4C4C4C;

}



.comments-template h2, .comments-template h3{

	font-family: Helvetica, Arial, Sans-serif;
	font-size:18px;
	color:#4C4C4C;
	font-weight:normal;
	padding: 0px 30px;
}

#mustlogin{
	padding: 0px 30px;
	
}



.commentmetadata{

	font-size: 12px;
	padding-bottom: 4px;

}



.comments-template p.nocomments{

	padding: 0px;

}

#commentform{
	margin: 0px 30px;
	
}

.comments-template textarea{

	font-family: Arial, Helvetica, Georgia, Sans-serif;

	font-size: 12px;
	width:554px;
	height:100px;

}

#searchform{
padding:8px 0px 0px 0px;
}


#searchform #s{
	background:url(images/field.jpg) top left repeat-x;
	border:0px;
	height:20px;
	width:180px;
	margin-right:4px;
	color:rgb(255,255,255);
}



input{
	background:url(images/field.jpg) top left repeat-x;
	border:0px;
	height:20px;
	width:208px;
	color:rgb(255,255,255);
}

input[type=submit]{
	background:url(images/button.jpg) top left no-repeat;
	border:0px;
	height:30px;
	width:210px;
	color:#777777;
	text-transform:uppercase;
	border: 1px solid rgb(61,61,61);
	cursor:pointer; cursor:hand;
}

input[type=submit]:hover{
	background:url(images/button-hover.jpg) top left no-repeat;
	border:0px;
	height:30px;
	width:210px;
	color:#777777;
	text-transform:uppercase;
	border: 1px solid rgb(61,61,61);
	cursor:pointer; cursor:hand;

}

.forgetmenot {
	clear: both;
	padding-bottom:26px;
}

.forgetmenot input{
	float: left;
	width:14px;
	margin-left: 0px;
}

.forgetmenot label{
  display: block;
  float: left;
  margin-left: 10px;
}

#searchsubmit{
	background:url(images/searchicon.jpg) top left no-repeat;
	border:0px;
	height:22px;
	width:34px;
	padding:0px;
	margin:0px;
}


select{
	width:222px;
	margin-top:8px;
	background-color:rgb(42,42,42);
	color:rgb(140,140,140);
}

/* ------------------------------------*/
/* << BEGIN COPY                       */
/* ------------------------------------*/

/* caption styling */

.caption-top, .caption-bottom {
	text-align:left;
	color: #ffffff;	
	padding: 20px;	
	font-size: 20px;	
	cursor: pointer;
	border: 0px;
	background: #000000;
	text-decoration: none;
	font-variant:normal;
}

.caption a, .caption a {
	font-variant:normal;
	text-decoration: none;
	background: #000000;
	padding: 0px 10px 10px 10px;
}
.caption a:hover, .caption a:hover, .caption a:link, .caption a:visited {
	text-decoration: none;
	background: #202020;
	font-variant:normal;

}
.caption-wrapper {
}
br.c { clear: both; }

/* ------------------------------------*/
/* END COPY >>>                        */
/* ------------------------------------*/
