body {
	background-image: url(img/body_bg.png);
	background-position-x: center;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
}

a:link, a:visited {
	color: #E11101;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF840B;
	text-decoration: none;
}


	/* Jobb oldali menü */


.menu-link:link, .menu-link:visited {
	color: #E11101;
	text-decoration: none; 
	font-weight: bold;
}

.menu-link:hover, .menu-link:active {
	color: #A50D01;
	text-decoration: none; 
	font-weight: bold;
}

.topic-link:link, .topic-link:visited {
	color: #FFFFFF;
	text-decoration: none; 
	display: block;
	font-weight: bold;
}

.topic-link:hover, .topic-link:active {
	color: #202020;
	text-decoration: none; 
	display: block;
	font-weight: bold;
}

.gray-link:link, .gray-link:visited {
	color: #808080;
	text-decoration: none; 
}

.gray-link:hover, .gray-link:active {
	color: #404040;
	text-decoration: none; 
}


	/* Cikkek */

.article-title {
	font-family: Georgia;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 4px;
}

.article-date {
	font-family: Tahoma;
	font-size: 10px;
	background-image:url(img/icon_date.png);
	background-repeat:no-repeat;
	background-position-y:1px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 14px;
}

.article-text {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 18px
}

.article-image {
	margin-top: 3px;
	margin-right: 4px;
	border: 1px solid #000000;
	margin-left: 0px;
	margin-bottom: 2px;
}

.article-end {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: -1px;
}

.inactive-article-title {
	font-family: Georgia;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 4px;
	filter: Alpha(Opacity=40);
}

.inactive-article-date {
	font-family: Tahoma;
	font-size: 10px;
	background-image:url(img/icon_date.png);
	background-repeat:no-repeat;
	background-position-y:1px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 14px;
	filter: Alpha(Opacity=40);
}

.inactive-article-text {
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 18px;
	filter: Alpha(Opacity=40);
}

.inactive-article-image {
	margin-top: 3px;
	margin-right: 4px;
	border: 1px solid #000000;
	margin-left: 0px;
	margin-bottom: 2px;
}

.menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}


	/* Beviteli mezők, gombok */

.textfield {
	font-family: Arial;
	font-size: 10px;
	background-image: url(img/bg_textfield.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#D2D2D2;
	width: 570px;
	height: 17px;
	border: 1px solid #404040;
	padding-left: 2;
	padding-right: 2;
	margin-right:4
}

.textfield-search {
	font-family: Arial;
	font-size: 10px;
	background-image: url(img/bg_textfield.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#D2D2D2;
	width: 108px;
	height: 17px;
	border: 1px solid #404040;
	padding-left: 2;
	padding-right: 2;
	margin-right:4
}

.textfield-comment {
	font-family: Verdana;
	font-size: 11px;
	background-image: url(img/bg_textfield.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#D2D2D2;
	width: 150px;
	height: 17px;
	border: 1px solid #404040;
	padding-left: 2;
	padding-right: 2;
	margin-right:4
}

.textarea {
	font-family: Verdana;
	font-size: 11px;
	background-image: url(img/bg_textarea.png);
	background-repeat: repeat-x;
	background-attachment:fixed;
	background-color:#D2D2D2;
	height: 200px;
	width: 100%;
	border: 1px solid #404040;
	padding: 2;
}

.button-submit {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	background-image: url(img/bg_button-submit.png);
	color: #DBDBDB;
	background-color: #B3B3B3;
	border: 0px solid #404040;
	width: 56px;
	height: 17px;
	text-align:center
}

.button-search {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	background-image: url('img/bg_button-search.png');
	color: #DBDBDB;
	background-color: #B3B3B3;
	border: 0px solid #404040;
	width: 28px;
	height: 17px;
	text-align:center
}


	/* Hozzászólások */

.comments-title {
	font-family: Georgia;
	font-size: 19px;
	margin-top: 10;
	margin-bottom: 12
}

.comment-counter {
	text-align: right;
	font-family: Verdana;
	font-size: 11px;
	padding-right: 10px;

}

.comment-text {
	font-family: Verdana;
	font-size: 11px;
	margin-top:0px;
	margin-bottom:8px
}

.new-comment-text {
	font-family: Verdana;
	font-size: 11px;
	padding: 5px;

}


	/* Egyéb */


.menu-head {
	background-repeat: no-repeat;
	background-position: center;
	height: 33px;
}

.icon {
	margin-top: 1px;
	margin-bottom: -1px;
	margin-right: 6px;

}

.radiotext {
	padding-bottom: 5px;
}

.comment-inactive {
	font-family: Verdana;
	font-size: 11px;
}

.smallfont {

	font-family: Tahoma;
	font-size: 10px;
	background-position-y: 1px;
}

.menu-topic {
	font-family: Verdana;
	font-size: 11px;
	background-color: #B0B0B0;
	color: #FFFFFF;
	padding: 2px 3px;
}

.menu-topic-sub {
	font-family: Verdana;
	font-size: 9px;
	background-color: #B0B0B0;
	font-weight: normal;
}
