﻿@charset "utf-8";
/* CSS Document */

/*----- Általános stílusok -----*/

html, body
	{
	margin:0;
	padding:0;
	background:url(../images/bg.gif) repeat;
	font:normal 12px Verdana, Arial, Helvetica, Sans-serif;
	color:#000;
	}


form
	{
	margin:0;
	padding:0;
	}

H1
	{
	font:normal 18px Verdana, Arial, Helvetica, Sans-serif;
	color:#a7111a;
	padding:0;
	margin:2px 0px 0px 20px;
	background:url(../images/brw_line.gif) repeat-x bottom;
	}

H2
	{
	font:normal 16px Arial, Helvetica, Sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color:#814d00;	
	}

H3
	{
	font: bold 16px Arial, Helvetica, Sans-serif;
	color:#814d00;	
	}


H4, H4, H5, H6
	{
	font:normal 14px Arial, Helvetica, Sans-serif;
	color:#814d00;	
	}

a:link, a:visited
	{
	color:#000;
	}

a:hover
	{
	color:#ff8300;
	}
	
/* DIV stílusok */

#container_outer
	{
	margin: 0;
	padding:0 0 15px 0;
	width:100%;
	background:url(../images/container_bg.gif) repeat-x;
	}
	
#container_inner
	{
	margin:0;
	padding:15px 0 0 0;
	width:970px;
	text-align:left;
	background:url(../images/header.jpg) no-repeat;
	}
	
#container_inner2
	{
	width:970px;
	background:url(../images/container_bg2.gif) repeat-y;
	}
	
#header
	{
	width:973px;
	height:283px;
	}
	
#search
	{
	height:30px;
	padding-top:27px;
	}
	
#search td
	{
	color:#fff;
	font-size:11px;
	}
	
#search td .td1
	{
	color:#fff;
	font-size:10px;
	}
	
#search td .td2
	{
	color:#fff;
	text-transform:uppercase
	}
	
#infoline
	{
	width:100%;
	padding:3px 10px 0 0;
	text-align:center;
	color:#fff;
	background:;
	height:17px;
	white-space: nowrap;
	}	
	
#mainmenu_outer
	{
	padding-top:146px;
	width:970px;
	height:39px;
	background:url(../images/mainmenu_bg.gif) no-repeat;
	}
	
#mainmenu_inner
	{
	padding:0;
	color:#FFFFFF;
	background:;
	}

#mainmenu_inner ul, #mainmenu_inner li
	{
	display:inline;
	font-weight:bold;
	}
	
#mainmenu_inner li a:link, #mainmenu_inner li a:visited
	{
	padding:0 5px 0 15px;
	background:url(../images/bullet1.gif) no-repeat 0 3px;
	text-decoration:none;
	color:#fff;
	}
	
#mainmenu_inner li a:hover
	{
	padding:0 5px 0 15px;
	background:url(../images/bullet1h.gif) no-repeat 0 3px;
	text-decoration:none;
	color:#f00;
	}
	
#centerbox
	{
	
	}

#rightcol_outer
	{
	width:185px;
	padding-top:42px;
	}
	
#rightcol_inner
	{
	padding:0 5px 5px 25px;
	font-size:11px;
	color:#47280f;
	}
	
#rightcol_inner img
	{
	border:1px solid #a3824b;
	}

#footer_outer
	{
	background:url(../images/footer.jpg) no-repeat;
	height:105px;
	}
	
#footer_inner
	{
	padding-top:55px;
	}

#footer_inner td
	{
	font-size:11px;
	color:#fbedd5;
	}
	
a.link_footer:link, a.link_footer:visited 	
	{    
	color: #fbedd5;
	text-decoration: none;
	font-weight:normal;
	}

a.link_footer:hover 
	{   
	color: #f00; 
	text-decoration: none;	
	}
	
/* --- Általános form stílus --- */

.textfield_search
	{
	border:0px solid #000;
	background:#fff;
	width:116px;
	height:15px;
	font-size:11px;
	padding-left:3px;
	margin-top:1px;
	}

.button_search
	{
	width:60px;
	height:17px;
	border:0px;
	padding:2px 0 2px 0;
	margin:0 0 0 1px;
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:transparent;
	cursor:pointer;
	text-transform: uppercase;
	}

.button2
	{
	width:120px;
	height:22px;
	border:0px;
	font-weight:bold;
	font-size:11px;
	background:url(../images/button2.gif);
	cursor:pointer;
	}

.img_left
	{
	float:left;
	margin:5px 5px 5px 0px;
	}

.img_right
	{
	float:right;
	margin:5px 0px 5px 5px;
	}

.clearboth
	{
	clear:both;
	}
	

.opaque 
	{
	opacity: .5;
	filter: alpha(opacity=50);
	}
	
.articlebox {
	background-color: #b87d28;
	border:1px solid #a08760;
	width: 99%;
	color: #ffffff;
}

.opaque {
	opacity: .7;
	filter: alpha(opacity=70);
}
	
.articlebox img
	{
	border:1px solid #7c4e00;
	margin:5px;
	}
	
.articlebox .td1
	{
	padding:5px;
	font-size:11px;
	color:#fff;
	text-align:justify;
	}
	
.articlebox .td_next
	{
	background:url(../images/article_box_next.gif) no-repeat right bottom;
	height:33px;
	font-size:11px;
	color:#fff;
	text-align:right;
	padding-right:5px;
	padding-bottom:8px;
	}
	
.articlebox .td_next a:link, .articlebox .td_next a:visited
	{
	color:#fdfbf8;
	text-decoration:none;
	}
	
.articlebox .td_next a:hover
	{
	color:#f60;
	text-decoration:none;
	}
	
/* --- Táblázat stílus --- */

.table
	{
	border:1px solid #d6c7ad;
	}

.table_header
	{
	padding:5px;
	color:#fdfbf8;
	font-weight:bold;
	background:#b09363;
	border-bottom:1px solid #fff4d9;
	}

.table_td1
	{
	padding:5px;
	background:#fff7e4;
	border-bottom:1px solid #fff4d9;
	}

.table_td2
	{
	padding:5px;
	background:#f2e5c6;
	border-bottom:1px solid #fff4d9;
	}
	
/* számláló */
#counter
	{
	border-left:1px solid #f3deb1;
	border-bottom:1px solid #f3deb1;
	border-right:1px solid #f3deb1;
	padding:5px 0 5px 0;
	text-align:center;
	background:#66491b;
	color:#f3deb1;
	}
	
	.cikk {
	background-color: #f9c26a;
	text-align: justify;
	height: 360px;
	width: 200px;
	padding: 0px 10px 10px 10px;
	border: thin solid #FF6600;
	margin: 5px
}
.szovegtest {
	text-align: justify;
	margin: 20px;
}
.table {border-color: #993300; border-width: 6px; border-style: solid;}
.td  {border-color: #993300; border-width: 1px; border-style: solid; }
.nincskeret { border: none; }

.margin5 { margin: 5px; text-align: justify;}
.margin10 { margin: 10px; text-align: justify;}
.margin20 { margin: 20px; text-align: justify;}

.imageleft1 { float: left; margin-bottom: 10px; margin-right: 10px; }
.imageleft2 { float: left; margin-bottom: 10px; margin-right: 10px; margin-top: 10px; }
.imageright1 { float: right; margin-bottom: 10px; margin-left: 10px; 
	border-left-width: 3px; border-left-style: solid; border-left-color:#F77921; padding-left: 10px; padding-bottom: 10px; padding-top: 10px; padding-right: 10px;  background-color: #F1F0ED; background-image: url(images/dot.gif); background-position: bottom; background-repeat: repeat-x;
}
.imageright2 { float: right; margin-bottom: 10px; margin-left: 10px; margin-top: 10px; }


/* Az alapértelmezettől eltérő link szín */

#link2 a:link, #link2 a:visited
{

font-size: 10px;

color: #FFFFFF;

}

#link a:hover
{
color: #0000FF;

}

#callnow {
	width:80px;
	height:250px;
	background:url(../images/callnow.png) no-repeat;
	right:0;
	top:350px;
	position:fixed;
}