/* 
-----------------------------------------
Layout 
----------------------------------------
*/
* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body{
	background: #fff;
	font: small/1em verdana, sans-serif;
	color: #444;
	min-width: 750px;
	width:100%;
	text-align: center;
}
#outer-wrapper{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#header{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 76px;
	background: #662766 url(./images/header.png) repeat-x top;
}

#inner-wrapper{
	width: 760px;
	margin: 0 auto 0 auto;
}
#left{
float: left;
margin: 0 0 0 0;
width: 150px;
text-align: right;
}

#left dl{
	float: left;
	/*margin: 0 2em 0 2em;
	padding: 1em 1em 1em 1em;*/
}

#right{
/*float: right;*/
margin: 0 0 0 160px;
/*width: 590;*/
text-align: left;
}

#footer{
	background: #FEFEFE url(./images/footer.gif) repeat-x;
	height: 76px;
}
.clear{
	clear: both;
	visibility: hidden;
}

/* 
---------------------------------------------------
Style 
---------------------------------------------------
*/
.accessibility {display: none}

#header #logo{
	width: 760px;
	margin: 0 auto 0 auto;
}
#header #logo img{
float: left;
margin: 0 auto 0 50px;
}

#footer p{
	text-align: center;
	color: #000;
	padding: 30px 0 0 0;
}
.cikk{
	margin: 1em 1em 1em 0;
	/*float: right;*/
}
h1, h2, h3{
	font: normal 1.6em/2em "Trebuchet MS", helvetica, arial, sans-serif;
}
h1{
	color: #F4862B;
	letter-spacing: 0.3em;
	text-align: right;
	border-bottom: 1px solid #e7ddff;
	margin: 0 1em 1em 0;
}
h2{
	color: #3E3E3E;
	font-size: 1.3em;
	letter-spacing: 0.3em;
}
h3{
	color: #F4862B;
	font-size: 1.1em;
	letter-spacing: 0.3em;
}
p
	{
	font-size: 88%;
	line-height: 1.7em;
	}
#left dt, dd{
	font-size: 88%;
	line-height: 1.9em;
}
#left dd{
	margin: 0 0 0 0;
	padding: 0.2em 0.2em 0.2em 0.2em;
	letter-spacing: 0.2em;

}
#left a{
display: block;
text-decoration: none;
color: #9966CC;
font-weight: bold;
padding: 0.2em 1.5em 0.2em 0.2em;
background: url(./images/check_off.png) no-repeat right;
border-bottom: 1px solid #fff;
}
#left a:hover {
	color: #F4862B;
	background: url(./images/check_on.png) no-repeat right;
	background-color: #FFFFF9;
	border-bottom: 1px solid #E7DDFF;
}

.cikk .belsokep {
	float: left;
	margin: 0.5em 1em 1em 0;
	padding: 0.5em;
	border: 1px solid #f5f5f5;
	display: block;
	text-align: center;
	color: #F4862B;
}
.cikk .belsokep:hover {
	border: 1px solid #9966CC;
	color: #9966CC;
}


.cikk h2 {
margin: 0.2em 0 1em 0;
}

.cikk p{
margin: 0.2em 0 0 0.2em;
}
.cikk a{
	color: #9966CC;
	border-bottom: 1px solid #E7DDFF;
	text-decoration: none;
}
.cikk a:hover{
color: #F4862B;
	background-color: #FFFFF9;
	border-bottom: 1px solid #E7DDFF;
}

.cikk h2 a{
	color: #000;
	border-bottom: 1px solid #f5f5f5;
	text-decoration: none;
}
.cikk h2 a:hover{
color: #F4862B;
	background-color: #FFFFF9;
	border-bottom: 1px solid #E7DDFF;
}

#footer a{
	color: #9966CC;
	border-bottom: 1px solid #E7DDFF;
	text-decoration: none;
}
#footer a:hover{
	color: #F4862B;
	background-color: #FFFFF9;
	border-bottom: 1px solid #E7DDFF;
}

/* 
---------------------------------------------------
Anti-Spam code
---------------------------------------------------
*/

.swenSpam {
    unicode-bidi: bidi-override; direction: rtl;
  }

 /* 
---------------------------------------------------
External links in new window
---------------------------------------------------
*/
form.ujablak{
text-align: right;
font-size: 0.8em;
color: #F4862B;
margin: 0 2em 1em 0;
}
input[type="checkbox"]{
background: transparent;
}


 /* 
---------------------------------------------------
Under Construction or other Ribbon
---------------------------------------------------
*/#uc {
position: absolute;
top: -50px;
left: -50px;
width: 216px;
height: 244px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.szil.info/images/under_cons_hu.png');
}

html>body #uc{
position: absolute;
top: -50px;
left: -50px;
width: 216px;
height: 244px;
background: url(./images/under_cons_hu.png);
}