body {
	background: url('../img/map.png') top center no-repeat;
	background-color: #a12424;
	font-family: 'Tahoma', 'Helvetica', sans-serif;
	font-size: 11px;
	color: #292a2a;
	text-align: center;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.imgcenter {
	text-align: center;
	margin: 0 auto;
}

.error {
	color: #ff0000;
	padding: 10px 0px 10px 0px;
}

#wrapper {
	width: 960px;
	height: auto;
	min-height: 600px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

#header {
	width: 960px;
	height: 152px;
	float: left;
	background: url('../img/header.png') no-repeat;
}

#header a.logo {
	width: 170px;
	height: 80px;
	display: block;
	float: left;
	position: relative;
	top: 20px;
	left: 20px;
}

#welcome {
	position: relative;
	float: left;
	top: 74px;
	left: -160px;
	color: #ffffff;
}

#fastsearch {
	position: relative;
	float: right;
	top: 77px;
	right: 15px;
}

#fastsearch .text-input {
	width: 160px;
	background: none;
	border: 0px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 10px;
	color: #333333;
}

#fastsearch .text-submit {
	margin-bottom: -2px;
}

#menubar {
	width: 700px;
	height: 115px;
	float: right;
}

/* content cols */

#content {
	width: 960px;
	min-height: 600px;
	float: left;
	background: url('../img/contenthead.png') top no-repeat;
	background-color: #ffffff;
	line-height: 1.6em;
}

#col_left {
	width: 219px;
	padding: 0px 10px 10px 10px;
	height: auto;
	float: left;
}

#col_main {
	width: 458px;
	padding: 10px 10px 10px 10px;
	height: auto;
	float: left;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

#col_full {
	width: 690px;
	padding: 10px 15px 10px 10px;
	height: auto;
	float: left;
	border-right: 1px solid #c0c0c0;
}

#col_right {
	width: 219px;
	padding: 0px 10px 10px 10px;
	height: auto;
	float: left;
}

#col_leftfull {
	width: 675px;
	padding: 10px 15px 10px 10px;
	height: auto;
	float: left;
	border-left: 1px solid #c0c0c0;
}

#content a {
	color: #9f2322;
}

#content a:hover {
	color: #000000;
}

#content h1,h2,h3,h4,h5,h6,pre,p {
	margin-bottom: 10px;
}

#content h1 { font-size: 22px; line-height: 1.4em; }
#content h2 { font-size: 20px; line-height: 1.4em; }
#content h3 { font-size: 18px; line-height: 1.3em; }
#content h4 { font-size: 16px; font-weight: normal; line-height: 1.3em; }
#content h5 { font-size: 13px; font-weight: normal; line-height: 1.3em; }
#content h6 { font-size: 10px; font-weight: normal; line-height: 1.3em; }

#content pre {
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 9px;
}

#content ul {
	margin-top: 10px;
	margin-left: 20px;
}

#content ul li {
	list-style-image: url('../img/list.png');
	padding-bottom: 5px;
}

.kiadvanyList li a {
	font-size: 12px;
	font-weight: bold;
	color: #000000 !important;
}

.kiadvanyList li a:hover {
	color: #9f2322 !important;
}

.kiadvanyMenu {
	border-top: 1px dashed #c0c0c0;
	padding-top: 20px;
	margin-top: 30px;
}

.newsitem {
	width: 100%;
	font-size: 11px !important;
	margin-bottom: 10px;
	text-align: justify;
	float: left;
}

.newsitem img {
	padding: 0px 10px 0px 0px;
}

.fullitem {
	width: 100%;
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
	text-align: justify;
	float: left;
}

.fullitem div {
	font-family: "Verdana", "Helvetica", sans-serif !important;
	margin-bottom: 10px;
}

.fullitem img {
	padding: 0px;
}

.newslist .date {
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #222222;
	padding-right: 5px;
}

.lead {
	background: url('../img/lead.png') repeat-y;
	width: 668px;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 15px;
	height: auto;
	color: #9f2322;
	font-size: 12px !important;
	font-weight: bold !important;
}

.articlebox {
	width: 680px;
	height: auto;
	float: left;
	background: url('../img/articlebox_repeat.png') repeat-y;
	margin-left: 10px;
}

.articlebox table {
	width: 680px;
	margin: 0 auto;
}

.articlebox table td {
	padding-left: 30px;
	width: 50%;
}

.articlebox_top {
	width: 680px;
	height: 19px;
	float: left;
	background: url('../img/articlebox_top.png') no-repeat;
}

.articlebox_bottom {
	width: 680px;
	height: 19px;
	float: left;
	background: url('../img/articlebox_bottom.png') no-repeat;
}

h2.news-title, h2.news-title a {
	font-family: "Georgia", serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #9f2322;
	line-height: 1em !important;
}

h2.news-title a:hover {
	color: #000000;
}

h3.news-subtitle {
	font-family: "Arial", "Helvetica", sans-serif !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: bold !important;
	color: #676767 !important;
	line-height: 1.2em !important;
}

h3.news-small a {
	font-family: "Georgia", serif;
	font-size: 13px !important;
	font-style: italic;
	color: #9f2322;
}

h3.news-small a:hover {
	color: #222222;
}

h3.news-subtitle {
	font-family: "Georgia", serif;
	font-size: 13px;
	font-style: italic;
	color: #9f2322;
	line-height: 1.3em !important;
	margin-bottom: 5px;
}

h3.comments-title {
	font-family: "Georgia", serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #9f2322;
	margin-top: 10px;
	line-height: 36px;
}

h5.news-date {
	font-size: 11px !important;
	font-weight: bold !important;
	line-height: 1.2em !important;
}

h5.search-result {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin: 5px 0px 10px 0px;
	/*border-bottom: 1px dashed #c0c0c0;*/
}

h5.search-result .red {
	color: #9f2322;
	font-weight: bold;
}

.partnerContainer a img {
	width: 85px;
	margin: 10px;
}

#content ul.poplist li {
	background: url('../img/arrow.png') left center no-repeat;
	padding-left: 15px;
	margin-left: -10px;
	list-style: none;
	float: left;
	width: 100%;
}

#content ul.paperlist {
	float: left;
}

#content ul.paperlist li {
	padding-bottom: 0px;
}

#content ul.paperlist li a, #content ul.poplist li a {
	color: #222222;
}

#content ul.paperlist li a:hover, #content ul.poplist li a:hover {
	color: #9f2322;
}

.szaknevselect {
	width: 215px;
	height: 20px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}

.szaknevinput {
	width: 207px;
	height: 14px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
	margin-bottom: 10px;
}

.szaknevsubmit {
	border: 0px;
	width: 120px;
	height: 23px;
	cursor: pointer;
	background: url('../img/b_search.png') no-repeat;
}

.szaknevsubmit:hover {
	background: url('../img/b_searchhover.png') no-repeat;
}

.logininput {
	width: 207px;
	height: 18px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
	margin-bottom: 10px;
	background: #e0e0e0;
	border: 1px solid #b6b6b6;
	text-align: center;
}

.loginsubmit {
	border: 0px;
	width: 120px;
	height: 23px;
	cursor: pointer;
	background: url('../img/b_login.png') no-repeat;
}

.loginsubmit:hover {
	background: url('../img/b_loginhover.png') no-repeat;
}

.commentsubmit {
	border: 0px;
	width: 120px;
	height: 23px;
	cursor: pointer;
	background: url('../img/b_comment.png') no-repeat;
}

.commentsubmit:hover {
	background: url('../img/b_commenthover.png') no-repeat;
}

.captcha {
	width: 120px;
	height: 18px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding-left: 5px;
}

.newcomment {
	width: 640px;
	height: 100px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

.fromgallery {
	padding-right: 5px;
	text-align: right;
}

.fromgallery a img {
	float: left;
	padding: 3px;
}

.commentbox {
	width: 661px;
	float: left;
	background: #eeeeee;
	padding: 10px;
}

.commentbox_top {
	width: 676px;
	height: 29px;
	float: left;
	background: url('../img/commenthead.png') no-repeat;
	color: #ffffff;
	margin-top: 10px;
	padding: 2px 0px 0px 5px;
}

.commentbox .text-input {
	width: 207px;
	height: 14px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pager {
	width: 100%;
	float: left;
	text-align: center;
	word-spacing: 8px;
	line-height: 2em;
}

.pager a {
	color: #000000 !important;
	font-size: 12px !important;
}

.pager a:hover {
	color: #9f2322 !important;
}

.pager a.active {
	color: #9f2322 !important;
	font-size: 14px;
	font-weight: bold;
}

.registerForm {
	width: 400px;
}

.registerForm p {
	margin-left: 5px;
	font-weight: bold;
}

.registerForm .text-input {
	background: #f5f5f5;
	border: 1px solid #c0c0c0;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	padding: 3px;
	width: 400px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.registerForm .text-submit {
	width: 120px;
	height: 23px;
	border: 0px;
	background: url('../img/b_register.png') no-repeat;
	margin-top: 10px;
	cursor: pointer;
}

.registerForm .text-submit:hover {
	background: url('../img/b_registerhover.png') no-repeat;
}

/* box titles */

.boxhead { width: 235px; height: 45px; float: left; display: block; margin: 5px 0px 10px -10px; }

.advertisement { background: url('../img/head_advertisement.png') no-repeat; }
.downloadpdf { background: url('../img/head_downloadpdf.png') no-repeat; }
.gallery { background: url('../img/head_gallery.png') no-repeat; }
.newsfrom { background: url('../img/head_newsfrom.png') no-repeat; }
.login { background: url('../img/head_login.png') no-repeat; }
.media { background: url('../img/head_media.png') no-repeat; }
.partners { background: url('../img/head_partners.png') no-repeat; }
.poparticles { background: url('../img/head_poparticles.png') no-repeat; }
.relarticles { background: url('../img/head_relarticles.png') no-repeat; }
.search { background: url('../img/head_search.png') no-repeat; }
.searcharticle { background: url('../img/head_searcharticle.png') no-repeat; }
.tagcloud { background: url('../img/head_tagcloud.png') no-repeat; }

/* mac style menu */

.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
	top: 0px;
	left: 150px;
}

.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}

a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* footer */

#footer {
	width: 100%;
	height: 89px;
	float: left;
	background: url('../img/footerbg.png') repeat-x;
	text-align: center;
	margin-left: 0px;
}

#footermsg {
	width: 960px;
	height: 48px;
	background: url('../img/footer2.png') no-repeat;
	margin: 0 auto;
	padding-top: 40px;
}

#footermsg table {
	width: 960px;
}

#footermsg table td {
	font-family: "Georgia", serif;
	font-size: 14px;
	font-style: italic;
	color: #f4f4f4;
}

#footermsg table td a {
	color: #ffffff;
	text-decoration: none;
}

#footermsg table td a:hover {
	color: #898989;
}

#footermsg a.netpeople {
	width: 190px;
	height: 30px;
	display: block;
	position: relative;
	float: right;
	top: 10px;
	right: -20px;
}

.opera #footermsg {
	height: 33px;
	padding-top: 55px;
}

.opera #footermsg a.netpeople {
	top: 0px;
}

.newslead h5 {
	font-size: 11px !important;
	font-weight: normal !important;
	line-height: 1.5em;
}

.szaknevLeft {
	width: 330px;
	float: left;
}

.szaknevRight {
	width: 330px;
	float: right;
}

.szaknev-select {
	width: 300px;
	height: 22px;
	font-family: "Tahoma", "Helvetica", sans-serif;
	font-size: 11px;
	border: 1px solid #c0c0c0;
	margin-bottom: 10px;
}

h4.szaknev-title {
	color: #9f2322;
}

.szaknevHead {
	width: 100%;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #969696;
	margin-bottom: 20px;
}

.szaknevItem {
	float: left;
	display: block;
	width: 320px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}

.catheader {
	width: 100%;
	height: 25px;
	float: left;
	background: url('../img/cat_header.png') no-repeat;
	font-size: 16px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 10px;
	text-transform: uppercase;
}

.catheader.kozelet {
	background: url('../img/cat_kozelet.png') no-repeat;
	color: #720000;
}

.catheader.kultura {
	background: url('../img/cat_kultura.png') no-repeat;
	color: #730b89;
}

.catheader.eletmod {
	background: url('../img/cat_eletmod.png') no-repeat;
	color: #1f630f;
}

.catheader.sport {
	background: url('../img/cat_sport.png') no-repeat;
	color: #9b8417;
}

.catheader.kavezo {
	background: url('../img/cat_kavezo.png') no-repeat;
	color: #4a2f06;
}
#linkCloud {
	background-color: #fcf7f7;
	margin: 10px;
	padding: 10px;
}