@charset "ISO-8859-2";
body{
	margin: 0;
	padding: 0;
	font: 12px/15px Helvetica, Arial, Geneva, sans-serif;
	height: 100%;
	z-index: 0;
	width: 100%;
	position: absolute;
	background-color: #ddd;
}

#bgr {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../temp_images/right_bgr.gif) repeat-x left center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#left {
	width: 454px;
	height: 100%;
	float: left;
	padding: 0;
	margin: 0;
	background: #444444 url(../temp_images/left_bgr.gif) repeat-x left center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

#right {
	float: left;
	position: absolute;
	top: 0;
	left: 454px;
	height: 100%;
	background: url(../temp_images/right_bgr.gif) left center;
	margin: 0;
	padding: 0;
	z-index: 9;
}

#leftelement {
	width: 227px;
	height: 278px;
	background: url(../temp_images/leftelement_bgr.gif) no-repeat;
	left: 227px;
	float: left;
	padding: 0;
	margin-top: -139px;
	top: 50%;
	position: absolute;
	z-index: 15;
}

#divider {
	width: 19px;
	height: 100%;
	background: url(../temp_images/right_bgr_2.gif) no-repeat left center;
	left: 435px;
	float: left;
	padding: 0;
	top: 0;
	position: absolute;
	margin: 0;
	z-index: 10;
}

#magyar {
	width: 99px;
	height: 34px;
	display: block;
	float: left;
	clear: left;
	padding: 0;
	margin: 102px 0 0 120px;
	background: url(../temp_images/button_hun_bgr.gif) no-repeat left top;
}

#magyar a {
	width: 99px;
	height: 34px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	text-shadow: #000000 0 1px 0;
}
#magyar a:hover {
	color: #6ea7c5;
}

#magyar #selected {
background: url(../temp_images/button_hun_selected_bgr.gif) no-repeat left top;
	text-shadow: #000000 0 -1px 0;
}

#english {
	width: 99px;
	height: 34px;
	display: block;
	float: left;
	position: relative;
	clear: left;
	padding: 0;
	margin: 6px 0 0 120px;
	background: url(../temp_images/button_eng_bgr.gif) no-repeat left top;
}

#english a {
	width: 99px;
	height: 34px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	text-shadow: #000000 0 1px 0;
}
#english a:hover {
	color: #6ea7c5;
}

#english #selected {
background: url(../temp_images/button_eng_selected_bgr.gif) no-repeat left top;
	text-shadow: #000000 0 -1px 0;
}

#dinascope {
	width: 154px;
	height: 39px;
	display: block;
	float: left;
	clear: left;
	padding: 0;
	margin: 32px 0 0 30px;
}

#dinascope a {
	padding: 0;
	border-style: none;
}

#dinascope img {
	padding: 0;
	border-style: none;
}

#textholder {
	float: left;
	width: 500px;
	margin: -40% 20px 0 10px;
	padding: 0;
	text-shadow: #ffffff 0 1px 0;
	color: #666;
	clear: left;
	top: 50%;
	position: relative;
}

#textholder h1 {
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	margin: 14px 0 7px;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

#textholder h2 {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 6px 0 0;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

#textholder p {
	padding: 0;
	margin: 0 0 14px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
}

#textholder a {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}

#textholder a:hover {
	color: #333;
	text-decoration: underline;
}

