@charset "utf-8";
/* StartAdmin site-css by StartAdmin 2009 */
/* 
- common: altalanos formazasok beallitasok
- page : oldalszelesseg, pozicio
- header + menu : fejlec es a vizszintes menu
- content + vmenu : tartalom elosztas + fuggoleges menu
- footer : lablec
*/


/********************************************************************************* common */


body {
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #cedee7; /* szoveg szine */
	background-image: url(i/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
	
a {
	color: #52abec; 
	text-decoration: underline;
}
a:hover {
	color: #FFF; 
}
h1 { /* titles */
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px;
	padding:0px 0px 0px 0px;
	}
h2 { /* subtitles */
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	}
h3 { /* subtitles */
	font-size: 14px;
	font-weight: bold;
	}
hr {
	color:#bdb6bd;
	background: #bdb6bd;
	border: 0; 
	height:1px;
	margin: 10px 0px 10px 0px;
	}	


/********************************************************************************* page */


#page {
/*	width: 980px; */
	text-align: left;
	margin: 0px auto 0px auto;
}
#page_header { 
}
#page_body { 
	padding: 20px 0px 0px 0px;
}
#page_footer {
}
#page_center{
	width:980px;
	margin: 0px auto 0px auto;
	overflow: hidden;


}


/********************************************************************************* header + hmenu */


#header {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	}
#header_header {
	}
#header_footer {
	height:42px;
	width: 994px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-image: url(i/content_header.png);
	background-repeat:no-repeat;

}
#header_body {
	padding: 0px 0px 0px 0px;
	width: 990px;
	height:172px;
	margin: 0px auto 0px auto;
	background-image: url(i/header_image.png);
	background-repeat: no-repeat;
} 
#header_image { /* header_hatterkep */
}
#header h1 { /* cegnev */
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #e8dcca;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 130px;
	background-image:none;
	width:600px;
	height:40px;
	}
#header h2 { /* cegmotto */
	font-size: 18px;
	font-weight: normal;
	color: #c45709;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 100px;	
	}

#hmenu_footer {
	padding: 142px 0px 0px 320px;
}
/*  ******************************************************** menu vertical */
#vmenu {
	float: left;
	width: 235px;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: -80px 0px 0px 50px;
}
*+html #vmenu {
	float:left;
	margin: -450px 0px 0px 0px; /* i7 hack */
	padding: 0px 0px 0px 0px;
	background:#FFFFFF;
	min-height:500px;
}
#vmenu_header {
	float: left;
	width: 290px;
	height:5px;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#vmenu_body { 
	float: left;
	width: 295px;
}
#vmenu_footer {
	float: left;
	width: 290px;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 6px;
}
#vmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
*+html #vmenu ul{
	margin: 15px 0px 0px 0px; /* i7 hack */
}
#vmenu li {
	width:234px;
	height: 30px;
	padding: 5px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-image: url(i/vmenu_tab_off.png);
	background-repeat: no-repeat;
	text-align: left;
}
#vmenu li:hover {
	background-repeat: no-repeat;
}	
#vmenu li.active {
	width:234px;
	background-position: 0px 0px;
	background-image: url(i/vmenu_tab_on.png);
	background-repeat: no-repeat;
}
#vmenu li.active a{
	color:#000;
	text-decoration:underline;
}	
#vmenu a {
	text-decoration: none;
	color:#fff;
	width:234px;
}
#vmenu a:hover {
	text-decoration: underline;
	color: #999999;
}
#vmenu_body .almenu{
	font-size: 11px;
	background-image: url(i/vmenu_al_off.png);
	background-repeat: no-repeat;
	height: 18px;
	padding: 5px 0px 0px 30px;
}	
#vmenu li.active_almenu {
	margin: 0px 0px 0px 0px;
	background-image: url(i/vmenu_al_on.png);
	background-repeat: no-repeat;
	font-size: 11px;
	color:#fff;
	height: 18px;
	padding: 5px 0px 0px 30px;
}
#vmenu li.active_almenu a{
	color:#CCCCCC;
	}

/*  ******************************************************** vcontent  */	

#vcontent{
	font-size: 12px;
	font-weight:normal;
	color: #666666;
	float:left;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#vcontent_header{
	height: 14px;
	font-size: 1px;

}
#vcontent_body{
	background-repeat: no-repeat;
	padding: 15px;

}
#vcontent_footer{
	background-repeat: no-repeat;
	height: 14px;
	font-size: 1px;	

}



/********************************************************************************* content */


#content {
	font-size: 13px;
	width: 980px;
	margin: 0px 0px 0px -7px;
	_margin: 0px 0px 0px 0px; /* i6 hack */
	padding:0px 0px 0px 0px;
	text-align: left;
	overflow:hidden;
}

#content_footer {
	width: 980px;
	height:290px;
	margin: 0px auto 0px auto;
	float:left;
	background: url(i/content_footer.png);
	background-repeat:no-repeat;
}
#content_body {
	width: 980px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float:left;
	background: url(i/content_bg.png);
}
#content_header {
	background: url(i/content_left_header.png);
	background-repeat:no-repeat;
	width: 980px;
	float:left;
	height:80px;
}

/*  ******************************************************** content right */

#content_right {
	}
#content_right h1 {
	
	}
#content_right h2 {
	}

#content_right a {
	}
#content_right a:hover {
	}	
#content_right_header {
	}
#content_right_footer {
	}
#content_right_body {
	}
	
/*  ******************************************************** content left */	
	
#content_left { 
	float:right;
	margin: -80px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content_left_body {
	width:615px;
	padding: 20px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}
#content_left_header {
	display:none;
	}
#content_left_footer {
	}
.clearfloat {  /* float end */
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}

	
/********************************************************************************* footer section */


#footer { 	
	float:left;
	width:955px;
	height:95px;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: -30px 0px 0px 40px;
	padding: 10px 0px 0px 0px;
	background: url(i/footer.png);
	background-repeat:no-repeat;
}
#footer_header {
	}
#footer_footer {
	}
#footer_body {
	}
#footer a {
	color:#97c8e7;
	text-decoration: underline;
	}
#footer a:hover {
	color: #000000;	
	text-decoration: none;
	}


/**********************************************************************************   FORM */
#error_feszo {
	color:#FF0000;
	border: 2px #990000 solid;
	background-color: #F2F2F2;
	padding: 5px;
}

input[type=text] input[type=password] {
	border: 1px #666666 solid;
	width: 220px;
}
textarea {
	border: 1px #666666 solid;
	width: 240px;
	height: 150px;
}


/*************************************************************************** STARTADMIN BEALLITASOK */


/*************************************** kepgaleria */
#galeria_list {
	min-width: 500px;
	float: left;
}

.galeria_thumb {
	float: left;
	width: 180px;
	height: 150px;
	margin: 5px;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	color: #fff;
}
.galeria_thumb img{
	border: 0px;
}
.galeria_thumb a{
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	color:#52abec;
}

.kepgaleria {
	float: left;
}
.kepgaleria_kep {
	float: left;
	width: 180px;
	height: 180px;
	margin: 7px;
	text-align: center;
	padding-top: 10px;
}
.kepgaleria_szoveg{
	margin: 10px;
	color:#fff;
	font-size: 14px;
}


/****************************    NYELV VALASZTO  */
#language_select {
	width: 940px;
	height: 15px;
	margin: 0px auto 0px auto;
	padding: 10px;
	text-align: right;
	font-size:9px;

}
*+html #language_select { /* IE7 */
	width: 85%;
	height: 15px;
	margin: 0px;
	padding-left: 25px;
	padding-top: 5px;
	float: left;
}
/********************************************* BLOG KEZDETE */
#bloglist_magazin {
	float: left;
	margin: 5px 0px 5px 0px;

}
#bloglist_magazin a.cimsor{
	font-size: 16px;
	text-decoration: none;
}

#bloglist_magazin img {
	background-position:top center;
	width: 150px; 
	height: 90px;
	border: 6px #FFFFFF double;
	float: left;
}
#blog_szoveg {
	overflow: auto;
	margin: 0px 0px 20px 0px;
}
/* BLOG VEGE */



/*******************************   LAPOZO  */
#lapozo {
	float: left;
	width: 100%;
	height:30px;
	color: #fff;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}
#lapozo a {
	color: #f05c10;
	font-weight: bold;
	text-decoration: underline;
}
#lapozo_bal {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 33%;
}
#lapozo_szamsor {
	float: left;
	width: 33%;
	text-align: center;
}
#lapozo_jobb {
	margin: 0px 0px 0px 0px;
	float: right;
	width: 33%;
	text-align: right;
}



/***************************************** KOMMENT  */
#komment_szoveg textarea {
	width: 600px;
	height: 100px;

}
#komment_list_fejlec {
	color: #fff;
	font-weight: bold;
	float: left;
	width: 600px;
}
#komment_list_fejlec a{
	color: #bad3e6;
	text-decoration: none;
	font-weight: normal;
}

#komment_list_bejegyzes {
	background-color: #416987;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	font-size: 10px;
	float: left;
	border-top: 4px #0e0b05 solid;
	width: 600px;
}

#komment_list_datum {
	float: right;
	color: #fff;
	border-bottom: 1px #e1ef81 solid;
}

#komment_list_szoveg {
	float: left;
	font-size: 12px;
	color:#f4eed4;
}
div#komment_webuser_kiskep
{
	float: left;
	width: 70px;
	height: 90px;
	margin-right: 5px;
	background-position: top center;
}

/******************************************* KOMMENT VEGE */

/************************************ FORUM  */
/******* A kommentezeshez szukseges form elemek is a Forumbol taplalkoznak */
#forum_forum_list {
	float: left;
}

#forum_szoveg textarea {
	width: 500px;
	height: 100px;
}
#forum_list_fejlec {
	color: #666666;
	font-weight: bold;
	float: left;
	width: 500px;
}
#forum_list_fejlec a{
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

#forum_list_bejegyzes {
	background-color: #E8E8E8;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	font-size: 10px;
	float: left;
	border-top: 4px #CCCCCC solid;
}

#forum_list_datum {
	float: right;
	color: #666666;
	border-bottom: 1px #999999 solid;
}

#forum_list_szoveg {
	width: 550px;
	float: left;
	font-size: 12px;
}
div#forum_webuser_kiskep
{
	float: left;
	width: 70px;
	height: 90px;
	margin-right: 5px;
	background-position: top center;
}
/*****************************************88 FORUM VEGE */


/* A felso oldalterkep es kapcsolat gombok */
a.menugomb { 
	color: #FFF;
	font-size: 11px;
}
a.menugomb:hover { 
	color: #000;
	text-decoration: none;
}

