/* BLOCK BOXOK */
html, div, form { display: block; }
body {
	display:block;
	margin: 0;
	padding: 0;
	background: #060606 url(../images/background.jpg) top center no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #202020;
	}

img { margin: 0; border: 0; display: block;}
a { color: #fff; outline: none; text-decoration: none; }
a:hover { color: #ff000; text-decoration: none; outline: none; }

.clearfix { clear: both; }
	
/*TOP MENU*/

#topMenuContainer {
	width: 100%;
	height: 37px;
	background: url(../images/topMenuBackground.jpg) top left repeat-x;
	}
	
	#topMenu {
		width: 910px;
		height: 37px;
		margin: 0 auto 0 auto;
		}
	
		#topMenu ul {
			display: block;
			width: 810px;
			height: 37px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			float: left;
			}
			
			#topMenu ul li {
				display: block;
				float: left;
				line-height: 37px;
				margin: 0 15px 0 0;
				font-size: 11px;
				color: #fff;
				}
				
				#topMenu ul li  a {
					color: #fff;
					}
					
					#topMenu ul li a:hover {
						color: #ff0000;
						}
						
			#hunFlag {
				width: 22px;
				height: 16px;
				margin: 10px 6px 0 50px;
				background: url(../images/hunFlag.jpg);
				float: left;
				}
				
				#hunFlag a {
					display: block;
					width: 22px;
					height: 16px;
					text-indent: -1000em;
					}
					
			#engFlag {
				width: 22px;
				height: 16px;
				margin: 10px 0 0 0;
				background: url(../images/engFlag.jpg);
				float: left;
				}
				
				#engFlag a {
					display: block;
					width: 22px;
					height: 16px;
					text-indent: -1000em;
					}
	
/*CONTAINER*/

#container {
	width: 910px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
	
/*HEADER*/

#header {
	width: 910px;
	height: 145px;
	margin: 14px 0 0 0;
	overflow: hidden;
	}
	
	#logo {
		width: 329px;
		height: 145px;
		float: left;
		background: url(../images/logo.jpg);
		}
		
		#logo h1 {
			display: block;
			width: 329px;
			height: 145px;
			margin: 0;
			}
			
			#logo h1 a {
				display: block;
				width: 329px;
				height: 145px;
				margin: 0;
				text-indent: -1000em;
				cursor: pointer;
				}
				
	#banner {
		width: 567px;
		height: 145px;
		margin: 0 0 0 14px;
		float: left;
		background: url(../images/bannerBackground.jpg);
		}
		
/*NAV*/

#nav {
	width: 870px;
	height: 55px;
	list-style-type: none;
	margin: 14px 0 0 0;
	padding: 0 20px 0 20px;
	background: url(../images/menuBackground.jpg);
	overflow: hidden;
	}
	
	#nav  li {
		_width: 10px;
		height: 55px;
		line-height: 52px;
		float: left;
		margin: 0;
		padding: 0;
		font-family: arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		white-space: nowrap;
		color: #fff;
		}
		
		#nav .hun a { padding: 0 16px 0 17px; }
		#nav .eng a { padding: 0 16px 0 17px; }
		
		#nav li a {
			width: auto;
			display: block;
			height: 100%;
			white-space: nowrap;
			}
			
		#nav li a:hover {
			background: url(../images/menuHover.jpg);
			}

/*CONTENT*/
		
#contentContainer {
	width: 910px;
	min-height: 523px;
	overflow: hidden;
	background: #020202 url(../images/contentBackground.jpg) top left no-repeat;
	color: #fff;
	}
	
	#content { padding: 20px 50px 50px 50px; }
	
/*FOOTER*/
		
#footer {
	width: 910px;
	height: 55px;
	margin: 0 0 20px 0;
	overflow: hidden;
	background: url(../images/footerBackground.jpg) top left no-repeat;
	}
	
	#footer .left {
		width: 440px;
		margin: 0 0 0 15px;
		line-height: 55px;
		float: left;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		}
		
	#footer .right {
		width: 440px;
		margin: 0 15px 0 0;
		line-height: 55px;
		float: left;
		text-align: right;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		}
		
		#footer .right a:hover {
			color: #000;
			}
