﻿@charset "utf-8";
/* CSS Document */

/*----- Általános stílusok -----*/

html, body
	{
	margin:0;
	padding:0;
	background:#fdfaea url(../images/) repeat;
	font:normal 14px "Trebuchet Ms" Verdana, Arial, Helvetica, Sans-serif;
	color:#666666;
	}


form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:normal 20px "Trebuchet Ms" Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	padding:0;
	margin:0;
	background:url(../images/) repeat-x bottom;
	}

H2
	{
	font:normal 18px "Trebuchet Ms" Verdana, Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	color:#;	
	}

H3, H4, H4, H5, H6
	{
	font:bold 16px "Trebuchet Ms" Verdana, Arial, Helvetica, Sans-serif;
	color:#;	
	}

a:link, a:visited
	{
	color:#666666;
	}

a:hover
	{
	color:#c3816d;
	}
	
/* DIV stílusok */

#container_outer
	{
	margin: 0;
	padding: 0;
	width:100%;
	background:url(../images/) repeat-x;
	}
	
#container_inner
	{
	margin:0;
	padding:0;
	width:831px;
	text-align:left;
	background:url(../images/) no-repeat;
	}
	
#header
	{
	width:831px;
	height:130px;
	background:url(../images/header.jpg) no-repeat center;
	}
	
.left_td
	{
	width:125px;
	background:url(../images/left_bg.gif) no-repeat;
	}

.center_td
	{
	width:551px;
	background:url(../images/content_bg.gif) repeat-y;
	vertical-align:top;
	padding:15px;
	}
	
.center_td img
	{
	padding: 1px;
	border:1px solid #4d2612;
	}
	
.right_div
	{
	padding:4px;
	text-align:center;
	border-bottom:3px solid #f5e6bd;
	}
	
.right_div a
	{
	width:auto;
	}
	
.right_td
	{
	width:125px;
	vertical-align:top;
	}
	
.right_td ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 12px "Trebuchet Ms" Verdana, Arial, Helvetica, Sans-serif;
	}
	
.right_td li a
	{
	display: block;
	margin: 0 0 0 5px ;
	padding: 0 ;
	width: 120px;
	line-height:25px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:bottom;
	text-align:left;
	text-indent:10px;
	}
	
.right_td a.link1:link, .right_td a.link1:visited
	{
	background:url(../images/link0_bg_up.gif) repeat-x bottom;
	color:#666666;
	}
	
.right_td a.link1:hover
	{
	background:url(../images/link0_bg_h.gif) repeat-x bottom;
	color:#c3816d;
	}
	
.right_td a.link2:link, .right_td a.link2:visited
	{
	background:url(../images/link2_bg_up.gif) no-repeat top center;
	color:#666666;
	}
	
.right_td a.link2:hover
	{
	background:url(../images/link2_bg_h.gif) no-repeat top center;
	color:#c3816d;
	}
	
.right_td a.link3:link, .right_td a.link3:visited
	{
	background:url(../images/link3_bg_up.gif) no-repeat top center;
	color:#666666;
	}
	
.right_td a.link3:hover
	{
	background:url(../images/link3_bg_h.gif) no-repeat top center;
	color:#c3816d;
	}
	
.img_left
	{
	float:left;
	margin:5px 5px 5px 0px;
	}


.img_right
	{
	float:right;
	margin:5px 0px 5px 5px;
	}
	
.navtable
	{
	margin-bottom:15px;	
	}

.navtd
	{
	text-align:center;
	padding:2px;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	}
	
.navtd a
	{
	text-decoration:none;
	}
	
#footer
	{
	width:831px;
	height:128px;
	background:url(../images/footer_bg.gif) no-repeat center;
	}
	
#footer td
	{
	font-size:12px;
	}
	
#counter
	{
	text-align:center;
	padding:5px;
	}
	