@import url(../udm-resources/udm-style.css);

/**
 *	VATI css
 *	@author	Adam Maschek (maschek@aitia.ai)
 *	@date	2006-05-15 11:19:39
 */

/** NORMAL STYLES **************************************************************
 ******************************************************************************/

HTML {
	font-size: 62.5%;
}
 
HTML, BODY {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	min-height: 100%;
}
 
BODY {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: #ffffff;
	font-size: 110%;
	font-family: Arial, Verdana;
}

A {
	text-decoration: underline;
	color: #100e2c;
}

A:hover {
	text-decoration: underline;
}

A IMG {
	border: none;
}

H1 {
	cursor: default;
	font-size: 100%;
	margin: 0;
}

H2 {
	cursor: default;
	font-size: 110%;
	margin: 0;
	text-align: center;
	border-top: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding: 3px 0;
	margin: 3px 0 10px 0;
}
H2 A {
	text-decoration: none!important;
}
 
#maindiv {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	background-color: #c4cdda;
}

DIV.spacer {
	clear: both;
}

#leftdiv, #leftheader, #leftfooter {
	clear: left;
	float: left;
	width: 205px;
	overflow: hidden;
}

#leftdiv, #rightdiv {
	padding: 17px 0;
}

#rightdiv, #rightheader, #rightfooter {
	float: right;
	clear: right;
	width: 120px;
	overflow: hidden;
}

#rightdiv DIV.article_txt {
  margin: 0;
  border: none;
}

#rightdiv DIV {
	margin-left: 15px;
	border-bottom: 1px solid #999999;
}
#rightdiv DIV IMG {
	padding: 10px 0;
}

#middiv, #midheader, #midfooter {
	float: left;
	width: 679px;
	overflow: hidden;
	background-color: #dee5ed;
}
#midheader {
	overflow: visible!important;
}

#title {
	clear: both;
	width: 100%;
	height: 109px;
	text-align: center;
	font-family: Arial,Geneva;
	font-weight: bold;
	font-size: 100%;
	line-height: 19px;
	color: rgb(16, 14, 44);
	background-image: url(../img/design/felsokep.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#title H1 A {
	text-decoration: none;
	color: inherit;
}

#udmenucontainer {
	background-color: #8593ab;
	height: 20px;
}

#folderpath {
	padding: 2px 7px;
	background-color: #c4cdda;
}

#content {
	width: 100%;
	text-align: justify;
}

#content_left {
	width: 321px;
	float: left;
	padding: 7px 6px 5px 10px;
}

#content_right {
	width: 321px;
	float: right;
	padding: 7px 10px 5px 6px;
}

#content_single {
	padding: 7px 10px 5px 10px;
}

#totop {
	clear: both;
	height: 21px;
	text-align: center;
}

#footer {
	clear: both;
	line-height: 25px;
	height: 25px;
}

#midfooter {
	background-color: #ffffff;
	font-weight: bold;
	color: rgb(16, 14, 44);
}

#midfooter_left {
	float: left;
	background-color: #ffffff;
	padding-left: 5px;
}

#midfooter_right {
	float: right;
	padding-right: 5px;
}

#styleselector {
	margin: 5px;
}
#styleselector A {
	text-decoration: none;
	
}

#nyelvvalasztas {
	text-align: center;
	margin: 20px 0 4px 0;
}
#nyelvvalasztas DIV {
	display: inline;
	width: 30px;
	border: 1px white solid;
	background-color: #8593AB;
	text-align: center;
	margin: 0 5px;
}
#nyelvvalasztas DIV A {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none!important;
	cursor: pointer;
	width: 100%;
	padding: 2px 5px;
}

#bal_linkek {
	text-align: center;
	margin: 20px 0 4px 0;
}
#bal_linkek UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bal_linkek UL LI {
	display: inline;
	width: 30px;
	border: 1px white solid;
	background-color: #8593AB;
	text-align: center;
	margin: 0 5px;
}
#bal_linkek UL LI A {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none!important;
	cursor: pointer;
	width: 100%;
	padding: 2px 5px;
}

.folderpath {
	padding-left: 7px;
}
.folderpath A {
	text-decoration: none;
}

.left {
	float: left;
	clear: left;
}

.right {
	float: right;
}

/** HIDDEN STYLES *************************************************************/

.hidden001, .hidden011 {
	/* not visible but read */
	display: block;
	font-size: 0px;
	height: 0;
	width: 0;
	position: absolute;
	left: -50000px;
}

.hidden, .hidden000 {
	/* nor visible nor read */
	display: none!important;
}

/** MENU STYLES ***************************************************************/

UL.balmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
UL.balmenu LI A {
	display: block;
	/*width: 180px;*/
	width: 170px;
	font-weight: bold;
	text-decoration: none;
	color: #100E2C;
	padding: 3px 0 3px 12px;
	border-bottom: 1px solid #999999;
}
UL.balmenu LI.first A {
	border-top: 1px solid #999999;
}
UL.balmenu A:hover {
    color: #2C5944;
}

UL.balmenu UL {
	list-style-type: none;
	margin-left: 15px;
	padding: 0;
	border: 0;
}
UL.balmenu UL LI A {
	border: none!important;
	font-weight: normal;
	background-image: url(../img/balnyil.gif);
	background-repeat: no-repeat;
	background-position: left;
}
UL.balmenu UL LI.first A {
	border: none!important;
}

UL.balmenu UL UL LI A {
  background: none!important;
}

UL.lablec {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
UL.lablec LI {
	display: inline;
}
UL.lablec LI A {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	color: #100E2C;
	padding: 3px 3px 3px 3px;
}

UL.sitemap {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	border: 0;
}
UL.sitemap UL {
	list-style-type: none;
	margin: 0 0 8px 0!important;
	padding: 0;
	border: 0;
}
UL.sitemap UL UL {
	list-style-type: none;
	margin: 0 0 0 15px!important;
	padding: 0;
	border: 0;
}
UL.sitemap LI A {
	font-weight: bold;
	text-decoration: none;
	padding: 1px 0 1px 8px;
}

UL.sitemap LI LI A {
	font-weight: normal!important;
}




/** ARTICLE STYLES ************************************************************/

.article_title {
	clear: left;
	padding-top: 10px;
	text-align: left;
}

.article_title, .article_title A, .article_title SPAN {
	font-weight: bold;
	text-decoration: none;
}

.article_date {
	padding: 3px 0; 
}

.article_intro {
	text-align: justify;
}

.article_txt {
	text-align: justify;
}

.article_detaillink {

}

/** SEARCH STYLES *************************************************************/

#c_searchbox {
	text-align: center;
	margin: 0;
}

#c_searchbox LABEL {
	display: none;
}

.searchbox_input {
	border: 1px #989bc6 solid;
	width: 95px;
    font-size: 90%;
    margin: 5px 0;
}

.searchbox_submit {
	color: rgb(255, 255, 255);
    background-color: rgb(133, 147, 171);
	border: 1px white solid;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    width: 60px;
    font-weight: bold!important;
    font-size: 95%;
}

/** PREVIEW STYLES ************************************************************/

.skin0 {
	position: absolute;
	text-align: left;
	width: 200px;
	border: 2px solid black;
	background-color: menu;
	font-family: Verdana;
	line-height: 20px;
	cursor: default;
	visibility: hidden;
}
.skin1 {
	cursor: default;
	color: menutext;
	position: absolute;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 120px;
	background-color: menu;
	visibility: hidden;
	border: 2px buttonhighlight outset;
}
.menuitems {
	padding-left: 15px;
	padding-right: 10px;
}
.defaulthandlertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}


/** PRINT STYLES ***************************************************************
 ******************************************************************************/

@media print {

#maindiv {
	width: 100%;
}

#middiv {
	width: 100%;
}

#content {
	width: 100%;
}

#content_left {
	width: 46%;
}

#content_right {
	width: 46%;
}

#rightheader, #midheader, #leftheader, #leftdiv, #rightdiv, #udmenucontainer, #footer_right, #totop {
	display: none;
}

#footer {
	margin: 5px 0;
	border-top: 1px dashed #666666;
}



}
