html {
	height: 100%;
	box-sizing: border-box;
}
body {
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	background-attachment: fixed;
	margin-top: 0px;
	height: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	box-sizing: border-box;
}
h1 { font-size: 1.4rem; font-weight: normal; }
h2 { font-size: 1.2rem; font-weight: normal; }
h3 { font-size: 1rem; font-weight: bold; }
input { padding: 5px; }
#pagewrap {
	width: 980px;
	height: 100%;
	box-sizing: border-box;
}
#fomenu {
	width: 250px;
	padding-top: 50px;
	margin-left: 30px;
}
.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu li {
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.menu li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	border-bottom: 1px solid transparent;
	color: #BBBBBB;
	text-decoration: none;
	padding-bottom: 2px;
	transition: all .15s;
	-moz-transition: all .15s; 
	-webkit-transition: all .15s; 
	-o-transition: all .15s; 
}
.menu li a:hover, .menu li a.akt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	border-bottom: 1px solid #ff0a06;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#szlogen {
	font-size: 18px;
	font-style: italic;
	text-align: left;
	width: 330px;
	padding-top: 80px;
	margin-left: 90px;
}
#szerzo {
	font-size: 14px;
	font-style: italic;
	text-align: right;
	width: 320px;
	padding-top: 10px;
	margin-left: 90px;
	color: #999999;
}
#pagewrap2 {
	width: calc(100% - 25px);
	background-image: url(images/laxer.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	height: 100%;
	overflow: auto;
	box-sizing: border-box;
}

#content {
    font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial;
	line-height: 1.4em;
	margin: 40px 0px 0px 30px;
	padding-bottom: 20px;
	width: 450px;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
	height: 100%;
}
#article {
	
}
#article .date, #articles .date {
	font-size: 80%;
}
#articles .article_item {
	clear: both;
	margin-bottom: 30px;
}
#articles .date {
	position: relative;
	top: -5px;
}
#article h1, #articles h2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.content-list .item {
	margin-bottom: 3em;
}
.more {
	font-size: 0.8em;
	text-transform: uppercase;
}