/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1 h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/*	clear: both; */
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* End Reset
-------------------------------------------------------------- */

::selection {color:#fff;background:#004087;}
::-moz-selection {color:#fff;background:#004087;} 

a {
	color:#004087;
	text-decoration:none;
}

a:hover, 
a:focus {
	text-decoration:underline;
}

.hideit {
	display:none;
}

body {
	background-color: #fff;
	color: #000;
	font-size:14px;
	font-size:1rem;
	line-height:1.3;
}

#wrapper {
	margin:20px auto;
	margin:1.428571428rem auto;
	max-width:900px;
	padding:0 20px;
	padding:0 1.428571428rem;
}

#header,
#main,
#footer {
	clear:both;
	display:block;
	max-width:900px;
	max-width:64.285714285rem;
	overflow: hidden;
	width:100%;
}

/* header */
#header {
	text-align:center;
}

	#header img {
		height:auto;
		width:100%;
	}
	
	small {
		color:#777;
		display:block;
		font-size:10px;
		font-size:0.714285714rem; 
		line-height: 1;		
	}
	

	ul.lang_select {
		list-style:none;
		margin:0;
		text-align:right;
	}
	
		ul.lang_select li{
			display:inline;
			font-size:14px;
			font-weight:500;
			line-height:14px;
			margin:0;
			text-transform:lowercase;
		}
	
	
	ul.menu {
		border-color:#aaa;
		border-style:solid;
		border-width:1px 0;
		list-style:none;
		margin:25px auto 15px;
		margin:1.785714285rem auto 1.071428571rem;
		padding:1px 0 0;
		width:100%;
	}
	
		ul.menu li {
			display:inline;
			font-weight:500;
			line-height:25px;
			line-height:1.785714285rem;
			margin:0 3%;
			padding:5px 0;
			padding:0.357142857rem 0;
			text-transform:uppercase;
		}
	
		ul.menu li.first {
			margin:0 3% 0 0;
		}
	
		ul.menu li.last {
			margin:0 0 0 3%;
		}
		
		ul.menu li.current a {
			font-weight:600;
			text-decoration:none;
		}
	 
/* main */
#main {
	margin:25px 0;
	margin:1.785714285rem 0;
}	

	#sidebar {
		float:left;
		max-width:110px;
		padding:5px 0 0;
		padding:5px 0 0;
		width:16%;
	}	
		
		#sidebar img{
			max-width:100px;
			height:auto;
			width:100%;
		}	
		
	#content {
		float:right;
		width:84%;
	}	
		

		#content  p{
			margin:0 0 15px;
			margin:0 0 1.071428571rem;
		}
		
		#content  a{
			font-weight:500;
		}
		
		#content strong a{
			font-weight:600;
		}
		

/* eletrajz */		
img.alignleft {
	float:left;
	height:auto;
	margin:0 0 15px 15px;
	max-width:400px;
	width:50%;
}

img.alignright {
	border:1px solid #999;
	float:right;
	height:auto;
	margin:0 0 15px 15px;
	max-width:400px;
	padding:1%;
	width:48%;
}



/* galeria */		
	ul.gallery {
		text-align:right;
		width:100%;
	}

		ul.gallery li {
			display: inline-block;
			margin: 0 30px 30px 0;
			width: 20%;
		}

		
			ul.gallery li img{
				height:auto;
				max-width:160px;
				width:100%;
			}

			ul.gallery li img:hover{
				opacity:0.85;
				filter:alpha(opacity=85);
				transition: all 0.2s linear 0s;
			}

		
/* cikkek */		
	ul.cikkek {
		list-style: square outside none;
		padding: 0 0 0 28px;
		padding: 0 0 0 2rem;
		width: 100%;
	}

		ul.cikkek li {
			margin: 0 0 7px 0;
			margin: 0 0 0.5rem 0;
		}

/* informacio */

	p.info {
		color:#666;
		font-size:12px;
		font-size:0.857142857rem;
		font-style:italic;
		font-weight:500;
	}

		

		
#footer {
	border-top: 1px solid #aaa;
	margin:25px 0;
	margin:1.785714285rem 0;
	padding:15px 0 0;
	padding: 1.071428571rem 0 0;
	text-align:center;
}	

		#footer img{
			max-width:596px;
			height:auto;
			width:100%;
		}	


	#footer table{
		margin:5px auto;
	}	

		#footer table td{
			color: #666; 
			font-family: Arial, helvetica, sans-serif; 
			font-size: 9px; 
			font-size: 0.642857142rem; 
			font-weight: normal; 
			line-height:12px;
			line-height:0.857142857rem;
			text-align: left;
			vertical-align:middle;
		}	
		
@media all and (max-width: 480px) {
	#wrapper {
		margin:10px auto;
		margin:0.714285714rem auto;
		padding:0 10px;
		padding:0 0.714285714rem;
	}

		ul.menu li {
			font-size:13px;
			font-size:0.928571428rem;
			margin:0 2%;
		}
	
		ul.menu li.first {
			margin:0 2% 0 0;
		}
	
		ul.menu li.last {
			margin:0 0 0 2%;
		}
}
		