/* CSS Document */

body {
	text-align:center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../img/back.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	}
p, td, tr {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
hr {
	color:#b8522c;
	background: #b8522c;
	border: 0; 
	Height:1px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
	
/***************** header **************************************/

div#header { 
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align:center;
	background-image: url(../img/back_header.gif);
	background-repeat: repeat;
	border: 1px solid #b8522c;
	margin-bottom: 10px;
	margin-top: 10px;
	}
div#header_menu { 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 5px;
	}
div#header_menu a {
	font-size: 16px;
	font-weight: bold;		
	color: #FFFFFF; 
	text-decoration: none;
	margin-right: 7px;
	margin-left: 7px;	
	}
div#header_menu a:hover {
	font-size: 16px;
	font-weight: bold;		
	color: #c69390; 
	text-decoration: underline overline;
	margin-right: 7px;
	margin-left: 7px;
	}
.header_menu_main { /* menusav felso */
	background-color:#000000;
	}
.header_menu_gallery { /* menusav galeriak */
	}

/***************** content **************************************/	
	
div#content {
	text-align:left;
	padding:25px;
	color: #666666;
	}
div#content h1 {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color: #983937;	
	margin-top:0px;
	margin-bottom:10px;
	}
div#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size:23px;
	color: #983937;	
	margin-top:0px;
	margin-bottom:10px;
	}
div#content a {
	text-decoration: underline;
	color: #b56d6d;
	}
div#content a:hover {
	text-decoration: none;
	color: #000000;
	}	
.back_content{
	background-color: #f4e9e7;
	}

/****************************************** gal ******************************************/

.gal_num{
	text-align: center;
	}
.gal_num a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	text-decoration: underline;
	color: #b56d6d;
	margin-left: 15px;
	}
.gal_num a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	text-decoration: none;
	color: #000000;
	margin-left: 15px;	
	}

/****************************************** ads ******************************************/
	
div#ads {
	padding: 25px;
	color: #c69390;	
	}
.back_side{
	background-color: #821512;
	}	
	
/****************************************** boxes ******************************************/

DIV.box {
	margin-bottom: 15px;
	font-size: 11px;
	}
DIV.box UL {
	list-style-type: none;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding:5px;
	margin-top:0px;	
	font-size: 11px;
	font-weight: normal;		
	color: #666666; 
	}
DIV.box UL LI {
	padding-right: 0px; 
	padding-left: 10px; 
	line-height:12px;
	margin-bottom: 2px;
	background-position: 0px 4px;  
	background-image:url(../img/arrow.gif);
	background-repeat: no-repeat;
	}
DIV.box_adsense {
	text-align:center;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;	
	padding:5px;
	}

DIV.box UL A { /*********************** box links *****************/
	text-decoration: none;
	color: #666666;	
	}
DIV.box UL A:hover {
	text-decoration: underline;
	color: #666666; 	
	}
DIV.box h1{ /*********************** box headers *****************/
	font-size: 13px;
	color:#ffffff; 
	font-weight: bold;	
	background-color: #cc0033;
	border-bottom: 4px solid #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 4px;	
	margin: 0px;
	}	
	
/****************************************** footer ******************************************/

div#footer { /* center page content */
	padding: 20px;
	font-size:12px;
	color: #c69390;
	text-align:left;	
	margin-top: 20px;
	border-top: 1px solid #b8522c;
	background-image: url(../img/back_header.gif);
	background-repeat: repeat;	
	}
#footer_submenu {
	clear: both;
	color: #c69390;
	}
#footer_submenu ul {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
	}
#footer_submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 16px 0 0;
	}
#footer_submenu li ul {
	width: auto;
	margin: 0;
	}
#footer_submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 3px 0 3px 10px;
	background: url(../img/arrow_footer.gif) no-repeat left center;
	background-repeat:no-repeat;
	border-bottom: 1px solid #9a5b57;
	}
#footer_submenu h2 {
	color: #c69390;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #9a5b57;
	font-size: 15px;
	font-weight: bold;
	}
#footer_submenu a {
	font-size: 12px;
	text-decoration: none;
	color: #c69390;
	}
#footer_submenu a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #ffffff;
	}
div#footer_copyright {
	text-align:center;
	margin-top:20px;
	color: #cccccc;
	font-size: 11px;
	}
div#footer_copyright a {
	text-decoration: none;
	color: #eeeeee;
	}
div#footer_copyright a:hover {
	text-decoration: underline;
	color: #ffffff;
	}	