@import url(../udm-resources/udm-style-highcontrast.css);

/**
 *	VATI HIGHCONTRAST css
 *	@author	Adam Maschek (maschek@aitia.ai)
 *	@date	2006-05-15 11:19:39
 */
 
BODY {
	margin: 10px;
	border: 0;
	background-color: black;
	color: white;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: white;
	background-color: black;
}

A {
	color: yellow;
	background-color: black;
}

A:hover {
	color: black;
	background-color: white;
}

A IMG {
	border: none;
}

H1 {
	cursor: default;
	font-size: 110%;
	background-color: #3e4e4e;
	color: white;
	margin: 0;
	border-top: 3px double gray;
    border-bottom: 1px solid gray;
    padding: 5px 2px;
	text-align: left!important;
}
H1 A {
	text-decoration: none;
	background-color: transparent;
}

H2 A, H2 A:hover {
	text-decoration: none;
	background-color: transparent;
	color: white;
}
 
#maindiv {
}

DIV.spacer {
	clear: both;
}

#leftheader {
	display: none;
}

#middle {
	border: 2px #efefef solid;
}

#leftdiv {
 	float: right;
	border: 1px solid gray;
	margin: -20px 2px 0px 5px;
	width: 230px;
	background-color: black;
	color: white;
	padding: 3px;
	overflow: hidden;
}
#leftdiv H1 A, #leftdiv H1 A:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}

#rightdiv {
 	float: right;
	border: 1px solid gray;
	margin: -20px 2px 0px 5px;
	width: 230px;
	background-color: black;
	color: white;
	padding: 3px;
	overflow: hidden;
	text-align: center;
}
#rightdiv H1 A, #rightdiv H1 A:hover {
	color: white;
	background-color: transparent;
	text-decoration: none;
}
#rightdiv DIV IMG {
	padding: 10px 0;
}


#middiv {
}

#title {
	clear: both;
	height: 50px;
	font-weight: bold;
	font-size: 160%;
}
#title H1 {
	background-color: black;
	border: none;
	font-size: 100%;
}

#udmenucontainer {
	height: 19px;
}

#folderpath {
	padding: 0 7px;
}

#content {
	text-align: left;
	padding: 10px;
}

#content_left {
}

#content_right {
}

#totop {
	clear: both;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-size: 90%;
}

#midfooter {
	clear: both;
	padding: 7px 0;
	font-weight: bold;
	border-top: 1px #efefef solid;
}

#leftfooter, #rightfooter {
	display: none;
}

#midfooter_left {
	float: left;
	padding-left: 5px;
}

#midfooter_right {
	float: right;
	padding-right: 5px;
}

#styleselector {
	position: absolute;
	top: 10px;
	right: 10px;
}

#nyelvvalasztas {
	margin: 4px 0 4px 0;
	position: absolute; 
	top: 38px;
	right: 10px;
}
#nyelvvalasztas DIV {
	display: inline;
}

/** HIDDEN STYLES *************************************************************/

.hidden001, .hidden101 {
	/* 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.lablec {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
UL.lablec LI {
	display: inline;
}
UL.lablec LI A {
	display: inline;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
}

/** ARTICLE STYLES ************************************************************/

.article_title {
	clear: left;
	padding-top: 10px;
}

.article_date {
	padding: 3px 0;
}

.article_detaillink {
	display: none;
}

/** SEARCH STYLES *************************************************************/

#c_searchbox {
	margin: 1.5em 0 1em 0;
}

