/* main.css */


/* Main Parts */


#container {
	background: url(../gfx/container_background.png) 0 0 repeat-y;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:auto;
	position:relative;
	text-align:left;
	width:950px;
	overflow:hidden;
	padding:0 23px 0 23px;
}

#navigation {
	float:left;
	width:210px;
}
	#navigation-header {
		height:135px;
		background:url(../gfx/bg_elements.png) 0 -6px repeat-x;
		border-bottom: solid 3px #F96B19;
		overflow:hidden;
	}
		#logo-container {
			display:block;
			height:100%;
			margin-left:-40px;
			overflow:hidden;
			width:300px;

	}
	#navigation-content {
		border-top: solid 2px #FFFFFF;
	}

#header{
		float:left;
		height:90px;
		background:url(../gfx/bg_elements.png) 0 -6px repeat-x;
		width:740px;	
}
	#header-navigation {
		background:url(../gfx/bg_elements.png) 0 -186px repeat-x;
		display:inline;
		float:left;
		height:46px;
		margin: 44px 0;	
		width:465px;			
	}
			#header-navigation ul {
				font-size: 60%;
				font-weight: bold;
				height:100%;
				overflow:hidden;
				width:100%;
				margin:0;
				padding:0;				
			}
				#header-navigation ul li {
					margin:0;
					padding:0;
					float:left;
					display:block;
					height:46px;
					line-height:46px;	
				}
					#header-navigation ul li a{
					display:block;
					height:100%;
					text-align:center;		
					padding:0 12px 0 13px;
					color:#3A3A3A;
					}				
				#header-navigation ul li.separator {
					background:url(../gfx/logo.png) -30px -140px repeat-x;
					height:21px;
					margin:13px 0;
					width:2px;		
				}									
	
	#header-searchbox{
		font-size:0.65em;
		float:left;
		height:43px;
		line-height:46px;
		margin: 44px 0;
		width:275px;
		border-bottom: solid 3px #F96B19;
	}


#main {
		float:right;
		width:730px;
		padding:5px;
		
}

	#main-header {
		background:#FF3300 url(../gfx/main_headerbg.png) 0 0 repeat-x;
		margin-right:-5px;
		margin-top:-5px;
		padding-top:5px;
		margin-left:-5px;
		padding-left:5px;
		margin-bottom:5px;
}
		#head-image {
		background:#999999;
		background:url(../gfx/content-header.jpg) 0 0 no-repeat;
		height:195px;
		width:735px;

	}
	#main-content-head {
	width:735px;
	}

	#main-content {
	background:#FFFFFF url(../gfx/main_content_background.png) 0 0 repeat-x;
	padding: 10px 0 10px 0px;
	font-size:0.65em;
	width:735px;
	}	
	
#footer-spacer {
	height:110px;
	font-size:60%;	
	text-align:right;
	padding-right:15px;
}

#footer {
	background: url(../gfx/footer_bg.png) 0 0 repeat-x;
	height:80px;
	margin: -80px auto 0 auto;		
	position:relative;
	width:950px;
	font-size:0.6em;
	line-height:80px;
}
#footer div {
padding-right:20px;

}

/* Main Parts [end] */


.side-box-header, .navigation-box-header, .navigation-box-header-dark {
	font-size:0.65em;
	height:37px;
	line-height:37px;
	width:100%;
}
.side-box-header2 {
	font-size:1em;
	height:37px;
	line-height:37px;
	width:100%;	
	background: url(../gfx/bg_elements.png) 0 -330px repeat-x;
	color:#FFFFFF;	
}
.side-box-container {
background:#F9F9F9;
border: solid 1px #F4F4F4;
margin-bottom:5px;
}
.side-box-content {
padding:5px;
font-size:0.84em;
}
.side-box-content ul {
padding:0;
margin:0;
}
.side-box-content ul li{
padding:0;
list-style-type:none;
}

.side-box-header, .navigation-box-header-dark {
	background: url(../gfx/bg_elements.png) 0 -330px repeat-x;
	color:#FFFFFF;
}
.navigation-box-header {
	background: url(../gfx/bg_elements.png) 0 -378px repeat-x;
	color:#3A3A3A;
}
.side-box-header-arrow-box, .navigation-box-header-arrow-box {
	background: url(../gfx/logo.png) 0 -138px no-repeat;
	float:left;
	height:37px;
	margin:0 10px 0 0;
	width:30px;
	}	
.side-box-header-icon-container {
	float:right;
	height:37px;
}

.side-box-header-icon-container a{
	margin: 2px;
}

.navigation-box-container {
}

.navigation-box-content {
	padding:20px 10px 20px 10px;
	background: url(../gfx/navcontent_bg.png) 0 0 repeat-x;
	font-size: 60%;
}
.navigation-box-content a{
color:#3A3A3A;
}
.navigation-box-content a:hover{
color:#3A3A3A;
}

.navigation-box-content ul {
	margin:0;
	padding:0;
}
.navigation-box-content ul li{
	display:block;
	margin:0;
	width:100%;
}
	.navigation-box-content ul li+li{
		border-top: solid 1px #DDDDDD;
	}
	.navigation-box-content ul li a {
		display:block;
		color:#5B5B5B;
		padding: 5px 8px 5px 8px;
		margin-left:-10px;
		margin-right:-10px;
		padding-left:20px;
	}
	.navigation-box-content ul li a:hover {
	color:#282828;
	text-decoration:none;
	border-left:solid 3px #F96B19;
	padding-left:17px;
	}	
/* general */
.mtop5 {
	margin-top:5px;

}


.akadalymentes_32px,
.rss_32px {
	display:block;
	height:32px;
	width:32px;
	overflow:hidden;
}	
.akadalymentes_32px {
	background: url(../gfx/logo.png) -32px -224px no-repeat;
}
.rss_32px {
	background: url(../gfx/logo.png) 0 -224px no-repeat;
}
.hidden {
display:none;
}

.visible {
display:block;
}

#bekelteto-data{

}
.w50 {width:50px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w250 {width:250px;}
.w300 {width:300px;}
.w350 {width:350px;}
.w400 {width:400px;}
.w450 {width:400px;}
.w500 {width:500px;}
.w550 {width:550px;}
.w600 {width:600px;}
.w650 {width:650px;}

.fleft {float:left;}
.fright {float:right;}
.center {margin:auto;}

.tleft {text-align:left;}
.tright {text-align:right;}
.tcenter {text-align:center;}
.tjustify {text-align:justify;}

button {
	width:auto;
	overflow:visible; /* IE6 */
	border:none;
	background:none;
	margin:0;
	padding:6px 0 6px;
	line-height:1;
	cursor:default;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
}
button span {
	padding:6px 0 6px;
	margin:-6px 0 -6px;

}
button span span {
	margin-left:20px;
	padding-right:20px;

}
.orange-button span {
	background-image:url(../gfx/submit_bg.png);
	background-repeat:no-repeat;
	background-position:left top;	
}
.orange-button span span {
	background-image:url(../gfx/submit_bg.png);
	background-repeat:no-repeat;
	background-position:right top;	
}
.orange-button-hover span {
	background-image:url(../gfx/submit_bg.png);
	background-repeat:no-repeat;
	background-position:left -26px;		
}
.orange-button-hover span span {
	background-image:url(../gfx/submit_bg.png);
	background-repeat:no-repeat;
	background-position:right -26px;
}


em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
/* general */
.textbox {
	background:url(../gfx/textbox_background.png) 0 0 no-repeat;
	border: solid 1px #858585;
	color:#5B5B5B;
	padding:4px;
	font-size:1em; !important
	line-height:0.5;
	font-stretch:normal;
}
input {
}
.textbox-hover {
	color:#3D3D3D;
}
.textbox-active {
	border: 1px solid #6B6B6B;
	color:#3D3D3D;
	background:url(../gfx/textbox_background.png) -500px 0 no-repeat;
}
fieldset {
	border:none;
	padding: 0 10px;
}
.clear {
padding:0;
margin:0;
}

fieldset div {
padding: 4px 4px 0 4px;	
}

fieldset label {
line-height:2;
}

/*article*/
.article-container {
	padding:10px;
}
.article-header {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: solid 1px #ECECEC;	
}
.article-header p {
	margin:0;
	font-size:1em;
	color:#949494;

}
.article-header div {
float:right;
width:100px;
height:30px;
background:#33FF33;
}
.article-header h1, .article-content h2 {
	color:#1E1E1E;
	font-weight:bold;
}

.article-container h1 {
font-size:1.46em;
}
.article-content h3 {
font-size:1.15em;
margin:0;
}
.article-header h1 a, .article-content h2 a, .article-content h3 a{
	color:#1E1E1E;
}

.article-header h1 a:hover, .article-content h2 a:hover, .article-content h3 a:hover{
	color:#F96B19;
	text-decoration:none;
}

.article-content h2 {
font-size:1.15em;
margin: 15px 0 15px 0;
}

.article-content h3 {
	font-size:1.07em;
}
.article-content p, .article-content ul, .article-content ol, .article-content div{
	/*font-size:65%;*/
}
.article-content fieldset {
margin-top:20px;
margin-bottom:20px;
padding-top:20px;
padding-bottom:20px;
border: solid 1px #DDDDDD;
border-left: solid 3px #F96B19;
background-color:#F4F4F4;
font-size:1em;
}

.article-content fieldset div{
/*padding: 4px 4px 0 4px;*/
}
.article-content fieldset img{
magin:0;
}
.article-content fieldset div input[type="checkbox"]{

}


.article-content-errorbox {
	border: solid 1px #F7B9BB;
	padding:10px;
	padding-left:62px;
	width:500px;
	margin:auto;
	background: #FAD3D5 url(../gfx/warning.png) 8px 5px no-repeat;	
}

.article-content-errorbox p {
	margin:0;
	padding:0;
	color:#D03B48;	
}


.article-content {
	font-size:1em;
}

.article-content p+h2,
.article-content div+h2,
.article-content ul+h2{
	margin-top:30px;
}
.article-content a{
	color:#F86C18;
}
.article-content ul li{
	background:url(../gfx/logo.png) -40px -149px no-repeat;
	padding-left:15px;
}

.article-content ul a{
	color:#3D3D3D;
}
.article-content ul a:hover{
	color:#5B5B5B;

}
.article-content a.FogalomToolTip {
	border-bottom: dashed 1px #F86C18;
	cursor:help;
}
.article-content a.FogalomToolTip:hover {
	border:none;
	text-decoration:none;
}

.article-content img{
margin:5px;
padding:4px;
border: solid 1px #ECECEC;
background-color:#FFFFFF;
}
.Info {
	border: solid 1px #DDDDDD;
	border-left: solid 3px #F96B19;
	background-color:#F4F4F4;
	padding:0 10px 0 80px;
	margin:10px 20px 10px 20px;
	color:#2E2E2E;
}

.Para {
border: solid 1px #DDDDDD;
border-left: solid 3px #F96B19;
background-color:#F4F4F4;
padding:0 10px 0 80px;
margin:10px 20px 10px 20px;
	color:#2E2E2E;

}
.Warn {
border: solid 1px #DDDDDD;
border-left: solid 3px #F96B19;
background-color:#F4F4F4;
padding:0 10px 0 80px;
margin:10px 20px 10px 20px;
	color:#2E2E2E;

}
.11 {
    border-width: 10px 15px 12px 13px;
    border-image: url("../gfx/border.png") 30% 35% 40% 30% round round;
	background-color:#FF6600;
}
a.controller-back, a.controller-top {
color:#949494;
padding-left:18px;
}
a.controller-back {
	background:url(../gfx/icon16-controller-back.png) 0 0 no-repeat;
}
a.controller-top {
	background:url(../gfx/icon16-controller-top.png) 0 0 no-repeat;
}

.navigation-form-errorbox {
	background-color:#FAD3D5;
	border: solid 1px #F7B9BB;
	padding:2px;
	padding-left:36px;
	margin-bottom:5px;	
}
.navigation-form-errorbox p{
margin:0;
padding:0;
	color:#D03B48;
}
.pos-rel {
position:relative;
}
.pos-abs {
position:absolute;
}


fieldset div.tab-spacer {
padding-top:50px;
}

.tab-container {
background-color:#FFFFFF;
border-bottom: solid 1px #DDDDDD;
left:-13px; 
top:-41px; 
height:30px; 
line-height:30px; 
padding: 0 24px 0 0; 
}
.tab-container ul{
margin:0;
padding:0;
overflow:hidden;
}
.tab-container ul li{
	margin:0;
	padding:0;
	float:left;
	display:block;
	height:30px;
	line-height:30px;
	background:none;
	border: solid 1px #DDDDDD;
	border-bottom:none;
	margin: 0 4px 0 0;
}

.tab-container ul li a{
	display:block;
	height:100%;
	text-align:center;		
	padding:0 21px 0 21px;
}
.tab-container ul li a:hover{
	text-decoration:none;
}

.tab-container ul li a.tab-active{
	display:block;
	height:100%;
	text-align:center;		
	padding:0 21px 0 21px;
	background-color:#F4F4F4;
}
.Tooltip {
	position:absolute;
	left:3px;
	padding-top:7px;
	margin-top:5px;
	width:260px;
	filter:alpha(opacity=80);
	opacity:0.8;
	z-index:9999;
	display:none;
}
.TooltipTop {
	position:absolute;
	top:0;
	left:40px;
	height:8px;
	width:15px;
}
.TooltipContent {
	padding: 1px 8px;
	font-size:12px;
	background-color:#F7F7F7;
	border-left:solid 1px #AEAEAE;
	border-right:solid 1px #AEAEAE;
	background-repeat:repeat-x;
	background-position:bottom;
}
.TooltipBorder1, .TooltipBorder2, .TooltipBorder3 {
	height:1px;
	font-size:1px;
	overflow:hidden;
	display:block;
}
.TooltipBorder1 {
	margin:0 2px;
	background-color:#AEAEAE;
}
.TooltipBorder2 {
	margin:0 1px;
	background-color:#F7F7F7;
	border-left:solid 1px #AEAEAE;
	border-right:solid 1px #AEAEAE;
}
.TooltipBorder3 {
	margin:0 1px;
	background-color:#ECECEC;
	border-left:solid 1px #AEAEAE;
	border-right:solid 1px #AEAEAE;
}
.Tooltip h1 {
	font-size:14px;
	margin-bottom:5px;
	padding:5px;
	padding-top:0;
	color:#000000;
	font-weight:bold;
	border-bottom: solid 1px #DEDEDE;
	display:block;
}
.Tooltip p {
	text-align:left;
!important;
	color:#4D4D4D;
	margin-top:5px;
	margin-bottom:5px;
}
.Tooltip div.ReadMore { 
	text-align:right;
}

.Tooltip div.ReadMore a {
	font-size:12px;
	color:#326693;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../gfx/IconLinkReadMore.gif);
	background-repeat: no-repeat;
	padding-left:15px;
	background-position: 0px 2px;
}
.Tooltip div.ReadMore a:hover {
	text-decoration:underline;
}
.highlight {
	color: #39A4E8;
!important
}

/******/

.IBox {
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	width:auto;
	margin-left:10px;
	margin-right:10px;
	background-color:#F7F7F7;	
	background-image:url(../gfx/TooltipBackground.gif);
	background-repeat:repeat-x;
	background-position:bottom;	
}
.IBoxHead {
	padding:10px;
	width:auto;
	background: url(../gfx/bg_elements.png) 0 -330px repeat-x;
	border-bottom:solid 1px #5B5959;
	color:#FFFFFF;
}
.IBoxForum {
	border:solid 1px #858585;
	display:block;
	padding:2px;
}

.IBoxForum div.Main{
	border:solid 1px #E2D8D7;
	display:block;
	padding:1px;

}

.IBoxForum a.Main{
	border:solid 1px #CDCDCD;
	display:block;
	padding:8px;
	padding-left:35px;
	background: #E2E2E2 url(../gfx/ForumIcon1.gif) 0 0 no-repeat;
}
.IBoxForum a.MainKiemelt{
	border:solid 1px #E2D8D7;
	display:block;
	padding:8px;
	padding-left:35px;
	background: #E2E2E2 url(../gfx/ForumIcon2.gif) 0 0 no-repeat;
}

.IBoxForum div.Info2{
	padding-left:15px;
}
.IBoxForum div.Info2 p{
	margin:3px 0 3px 0;
}

.IBoxForum div.Comment{
	padding:10px;
}
.IBoxForum div.Info{
	background: #E2E2E2;
	margin:0;
	padding:5px;
	border-bottom:0;
}
.IBoxForum div.Avatar{
	float:left;
	margin:5px;
}
.IBoxForum div.Info2 p .Folder{
	background: url(../gfx/ForumIcon3.gif) 0 -4px no-repeat;
	padding-left:28px;
	display:inline-block;
}
.IBoxForum div.Info2 p .Comments{
	background: url(../gfx/ForumIcon4.gif) 0 -4px no-repeat;
	padding-left:28px;
	margin-right:5px;	
	display:inline-block;	
}
.ClearFix {
	padding:0;
	margin:0;
	clear:both;
	height:0;
	overflow: hidden;
}