body {
	font: 11px/125% verdana, arial, helvetica, sans-serif;
	color: #000;
	text-align: left;
	background: #EEE9BF url(images/background.jpg) top left repeat-y;
	margin: 0;
	padding: 0;
}


/* ## TABLES ############################################################### */
.style1234 {
clear:both;
	font-size: 36px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#tableLayout {
	width: 100%;
}

#tableInnerLayout {
	width: 100%;
}

#tableLeftMenu {
	vertical-align: top;
	width: 210px;
}

#tableRightSide {
	vertical-align: top;
	width: auto;
}

#tableContent {
	vertical-align: top;
}

#tableNews {
	vertical-align: top;
}

#tableRightMenu {
	vertical-align: top;
}


/* ## TBOX & BUTTON SETTINGS ############################################### */

.tbox {
	color: #0B3C74;
	cursor: text;
}

.button {
	margin: 3px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.button:hover {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	cursor: pointer;
}


/* ## LINKS ################################################################ */

a, a:link, a:visited {
	text-decoration: none;
	color: #0B3C74;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
        color: #006699;
 }
a:active {
	text-decoration: none;
	color: #990033;
}

.leftMenu a, .leftMenu a:link, .leftMenu a:visited {
	text-decoration: none;
	color: #EEE9BF;
	font-weight: bold;
}

.leftMenu a:hover {
	text-decoration: underline;
	color: #FFCC33;
}

.leftMenu a:active {
	text-decoration: none;
	color: #FFFF99;
}

.rightMenu a, .rightMenu a:link, .rightMenu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #EEE9BF;
}

.rightMenu a:hover {
	text-decoration: underline;
	color: #FFCC33;
}

.rightMenu a:active {
	text-decoration: none;
	color: #FFF;
}


/* ## HEADER ############################################################### */

#myWelcomeMessage {
	width: 195px;
	height: 185px;
	padding: 10px 15px 10px 5px;
	background: url(images/header_left.jpg);
	color: #fff;
}

#headerTop {
	height: 155px;
	background: #87af94 url(images/header_right_top.jpg) no-repeat;
}

#headerBottom {
	height: 50px;
	background: url(images/header_right_bottom.jpg) repeat-x;
}

#siteName {
	font: bold 30px/50px verdana, arial, helvetica, sans-serif;
	color: #006666;
}

#siteTag {
	font: bold 15px verdana, arial, helvetica, sans-serif;
	color: #FFF;
}

#siteLinks {
	position: absolute;
	left: 20px;
	top: 160px;
	height: 25px;
	font: bold 10px verdana, arial, helvetica, sans-serif;
	color: #FFF;
}

#siteLinks a, #siteLinks a:link, #siteLinks a:visited {
	padding: 0 2px;
	text-decoration: none;
	color: #FFF;
}

#siteLinks a:hover {
	text-decoration: underline overline;
}

#siteLinks a:active {
	text-decoration: none;
	color: #FFF;
}


/* ## LEFT MENU ############################################################ */

.leftMenu {
	width: 180px;
	padding: 10px 25px 10px 10px;
	color: #FFF;
}

.leftMenuCaption {
	font: bold small-caps 15px/125% verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid white;
	text-align: center;
}

.leftMenuContent {
	margin: 5px 0;
}

.leftMenu textarea.tbox,
.leftMenu input.tbox {
	width: 90%;
	background: #FFF url(images/tbox.gif) no-repeat;
	border: none;
	padding: 6px 0 0 6px;
}


/* ## RIGHT MENU ########################################################### */

.rightMenuTop {
	height: 25px;
	width: 190px;
	background: url(images/right_menu_top.gif) no-repeat;
}

.rightMenu {
	width: 160px;
	padding: 0 25px 5px 10px;
	background: url(images/right_menu.gif) repeat-y;
	color: #FFF;
}

.rightMenuCaption {
	font: bold small-caps 15px/125% verdana, arial, helvetica, sans-serif;
	border-bottom: 1px solid white;
	text-align: center;
}

.rightMenuContent {
	margin: 0px 0;
}

.rightMenuBottom {
	height: 40px;
	width: 190px;
	margin: 0 0 10px 0;
	background: url(images/right_menu_bottom.gif) no-repeat;
}

.rightMenu textarea.tbox,
.rightMenu input.tbox {
	width: 90%;
	background: #FFF url(images/tbox.gif) no-repeat;
	border: none;
	padding: 6px 0 0 6px;
}

#featurePresentation {
}

/* ## NEWS ################################################################# */

.newsBlock {
	margin: 0 10px 20px 10px;
	background-color: #FFFFCC;
}
.newscontent {
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #993333;
	border-right-color: #993333;
	border-left-color: #993333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img {
	border: 0px;	
}
.newsIcon { padding: 5px 10px; }

.newsCaption {
	font: bold 14px arial, helvetica, sans-serif;
	color: #993333;
	margin-top: 3px;
	margin-left: 5px;
	margin-bottom: 3px;
}
.newsfoot {
	font: bold 14px arial, helvetica, sans-serif;
	color: #993333;
	margin-top: 3px;
	background-color: #CADBCF;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	clear: both;
}
.newsbottom {
	height: 5px;
	background-image: url(images/newsbottom.gif);
	background-repeat: repeat-x;
	background-color: #EEE9BF;

}
.newsbottomleft {
	background-color: #EEE9BF;
	background-image: url(images/newsbottomleft.gif);
	float: left;
	width: 41px;
	height: 7px;
	background-repeat: no-repeat;
}
.newsbottomright {
	background-color: #EEE9BF;
	background-image: url(images/newsbottomright.gif);
	float: right;
	width: 90px;
	height: 7px;
	background-repeat: no-repeat;
}
.clear {
	clear: both;
} 
.clear5 {
	clear: both;
	height: 5px;
} 
.newsPosted {
	font: bold 10px arial, helvetica, sans-serif;
	float: left;
}
.newsOptions {
	/*margin: 10px 0 0 0;*/
	float: right;
}
.newsComments {
	margin: 10px 0 0 0;
	float: left;
	font: bold 9px arial, helvetica, sans-serif;
}

.newsComments img {display: none;}

/* ## OTHERS ################################################################# */
.otherBlock {
	margin: 0 10px 20px 10px;
	background-color: #FFFFCC;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #993333;
	border-right-color: #993333;
	border-left-color: #993333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #993333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 7px;
}


/* ## MISCELLANEOUS ######################################################## */
.floatLeft { float: left; }

.floatRight { float: right; }

.floatEnd { clear: both; }

.smalltext {
	font: 10px/100% verdana, arial, helvetica, sans-serif;
}


/* ## COMMENTS ############################################################# */
.comment_block {
	padding: 5px;
	margin: 5px;
	border-bottom: 1px solid #C3C29E;
	height: auto !important;
	height: 1%;
}

.comment_info {
	padding: 5px;
	width: 150px;
	text-align: center;
	float: left;
}

.comment_content {
	margin:  0 0 0 160px;
	padding: 5px;
}

/* ## CHATBOX ############################################################## */
.leftMenu .chatboxBlock {
	margin: 10px 0;
	background: #999;
}

.rightMenu .chatboxBlock {
	margin: 10px 0;
	background: #1C4D85;
}

.leftMenu .chatboxInfo {
	border-bottom: 2px solid #7F7F7F;
}

.rightMenu .chatboxInfo {
	border-bottom: 2px solid #0B3C74;
}

.chatboxMessage {
	padding: 3px 3px;
}

/* ## FORUM ################################################################ */
.fborder {
	/* border: 1px solid #777; */
}

.fcaption {
	/* border: 1px solid #777; */
	font-weight: bold;
}

.forumheader {
	/* border: 1px solid #777; */
	text-align: left;
	font-weight: bold;
}

.forumheader2 {
	border: 1px solid #777;
	text-align: left;
}
/* ez a cikkek bevezetje! */
.forumheader3 {
	border: 1px solid #993333;
	background-color: #FFFFCC;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
}
.calendar {
	border: 1px solid #993333;
	background-color: #009933;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
}

.menu .fborder {
	font-size: 1px;
	border: none;
}

.menu .forumheader {
	font-size: 1px;
	color: #fff;
	padding: 1px;
	border: none;
	text-align: left;
}

.menu .forumheader3 {
	font-size: 1px;
	color: #fff;
	padding: 1px;
	border: none;
	text-align: left;
}

.menu .fborder a {
	border: 1px solid #777;
}


.menu .fborder .smalltext {
	font-size: 8px;
}






