/* Fő osztályok definiálása */

body { 
	font-family: Arial;
	font-size: 14px; 
	color: #333333;
	margin: 0;
}

form,p,span,img,blockquote,input,label,body 
{ 
	padding: 0px; 
	margin: 0px;
}

input[type="text"],input[type="password"],textarea,select  { 
	background: #f8f5e3;
	border: solid 1px #c7c4b8;
	border-radius: 5px;
	padding: 7px;
}

button[type="submit"] { 
	background:#594f48;
	border: solid 1px #48403a;
	border-radius: 5px;
	padding: 7px;
	color:#fff;
	cursor: pointer;
}

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


h2
{
	margin:0 0 15px 0;
}

.form-hidden
{
	display: none;
}

/* menu */

.admins
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.admins > li
{
	line-height: 25px;
}

.admins > li > a:hover
{
	text-decoration: underline;
}

.topSlide ul
{
	padding: 0;
	margin: 0;
}

.menu
{
	padding:0;
	margin:0;
	list-style: none;
}

.menu > li
{
	float: left;
	width: 12.5%;
	height: 80px;
	position: relative;
}

.menu > li > a 
{
	color: #243869;
	text-align: center;
	display: block;
	padding: 15px 0;
	font-weight: bolder;
}


.menu > li:hover > ul
{
	display: block;
	z-index: 100;
}

.menu > li > ul
{
	width: 100%;
	display: none;
	padding:0;
	margin:0;
	list-style: none;
	position: absolute;
	box-shadow:2px 2px 2px #b6966b;
	z-index: 5;
	
}

.menu > li > ul > li
{
	border-bottom: solid 1px #eecfa7;
	background:#fbebbd;
	position: relative;
}

.menu > li > ul > li > a
{
	color: #243869;
	text-align: center;
	display: block;
	padding: 10px;
}

.menu > li > ul > li > a:hover
{
	text-decoration:underline;
}

.menu > li > ul > li:hover > ul
{
	display: block;
	z-index: 100;
}

.menu  > li > ul > li > ul
{
	display: none;
	padding:0;
	margin:0;
	list-style: none;
	position: absolute;
	left: 100%;
	top: 0;
	box-shadow:2px 2px 2px #b6966b;	
}

.menu > li > ul > li > ul > li
{
	border-bottom: solid 1px #eecfa7;
	background:#fff7e1;
}

.menu > li > ul > li > ul > li > a
{
	color: #243869;
	text-align: center;
	display: block;
	padding: 10px;
}

.menu > li > ul > li > ul > li > a:hover
{
	text-decoration:underline;
}

.wrapper
{
	width:1060px;
	margin:0 auto;
}

.tmenu > a
{
	display: inline-block;
	padding: 15px 30px 15px 0;
	color: #243869;
}

.clearAfter
{
	clear: both;
}

.topSlide
{
	background-image:url("/images/bg_ban.jpg");
	background-repeat:no-repeat;
	background-size: 100% 100%;
	min-height: 400px;
}

.contentWrap
{
	padding-top: 25px;
}


.rightBoxes
{
	width: 300px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 25px;
	overflow: auto;
}

.mainWrap h1, h3
{
	margin: 25px 0;
	font-family:Times-New-Roman;
	font-size: 36px;
	color:#243869;
	text-align: center;
	text-transform: uppercase;
}

.mainWrap h3
{
	text-align: left;
	font-size: 24px;
}

.contentWrap h1
{
	text-align: left;
	margin: 0 0 25px 0;
}


.mainBoxes, .footBoxes
{
	float: left;
	width: 300px;
	box-sizing: border-box;
	height: auto;
	position: relative;
	overflow: auto;
}

.midBox
{
	float: left;
	width: 680px;
	box-sizing: border-box;
	height: auto;
	position: relative;
}

.mainBoxes, .rightBoxes
{
	background:#ecece9;
}

.noBg
{
	background: #fff;
}

.mainBoxes img, .rightBoxes img, .midBox img
{
	max-width: 100%;
	height: auto;
}

.mainTitle
{
	font-family:Times-New-Roman;
	font-size: 22px;
	color:#243869;
	text-transform:uppercase;
	text-align: center;
	margin: 15px 0;
}

.artTitle
{
	padding: 0 15px;
	text-align: center;
	font-weight: bolder;
}

.artLead
{
	padding: 0 15px;
	text-align: center;
	margin-bottom: 15px;
}

.moreButton
{
	padding: 20px 0;
	text-align: center;
}

.form
{
	
}

.row
{
	text-align: center;
	padding-bottom: 15px;
}

label
{
	display:block;
	width:100%;
	padding-bottom: 5px;
}

.marginl
{
	margin-left: 80px;
}

.margint
{
	margin-top: 20px;
}

.footerWrap
{
	background: #424040;
	padding: 30px 0 10px 0;
	color:#fefeff;
	font-size: 13px;
	margin-top: 30px;
}

.ftitle
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.footerWrap p
{
	margin-bottom: 30px;
}

.copy
{
	display: block;
	font-size: 12px;
	padding: 40px 0 0 0;
	text-transform: uppercase;
}

.tcol1, .tcol2, .b, .tdrow
{
	padding: 15px;
}

.head
{
	background:#243869;
	color:#fff;
	padding: 10px 15px;
}

.tcol1, .row1
{
	background:#eaeaea;
}

.tcol2, .row2
{
	background:#f3f3f3;
}

.archivBoxes
{
	width: 680px;
	margin-bottom: 15px;
	background:#eaeaea;
}

.archivBoxes img
{
	max-width: 100%;
}

.archivBoxes > .aimg
{
	float: left;
	width: 100px;
}

.archivBoxes > .ablock
{
	float: left;
	padding: 10px 0;
	margin-left: 30px;
}