/**
 * Általános osztályok újradefiniálása
 */
* {
	font-family: Tahoma;
}
body, input, textarea, td { font-size: 11px;}
body {
	background-color: #eee;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 22px;
}
a {
	color: #333;
	font-weight: bold;
}
	a:hover {
		text-decoration: none;
		color: #000;
	}

#head_bg, #body_bg, #foot_bg {
	background-position: 50%;
	z-index: 1;
}
	#head_bg {
		background-image: url('temerini_ujsag_top.png');
		height: 384px;
	}
	#body_bg  {
		padding: 5px;
		background-image: url('temerini_ujsag_middle.png');
	}
	#foot_bg {
		background-image: url('temerini_ujsag_bottom.png');
		height: 221px;
	}

#body_container {
	width: 762px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -195px;
	margin-bottom: -195px;
}
	#header {
		text-align: center;
		height: 194px;
		width: 720px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}
	/**
	 * MENU STRUCTURE
	 */
	#menu_holder {
		position: absolute;
		top: 139px;
		left: -4px;
		z-index: 5;
		text-align: center;
		width: 720px;
	}
		#menu {
			display: inline;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
			#menu li {
				display: inline;
				padding: 0;
				margin: 0;
			}
				#menu a {
					color: #000;
					font-weight: bold;
					font-size: 13px;
					text-decoration: none;
					padding-top: 7px;
					padding-left: 13px;
					padding-right: 13px;
					padding-bottom: 7px;
					display: block;
					float: left;
					height: 16px;
					text-shadow: #eaeaea 1px 1px 1px;
				}
					#menu a:hover {
						color: #fff;
						text-shadow: #000 1px 1px 1px;
					}
			#menu .selected {
				color: #fff;
				text-shadow: #000 1px 1px 1px;
			}
		#sub_menu {
			display: inline;
			list-style-type: none;
			padding: 0;
			margin: 0;
			position: absolute;
			left: 0;
			top: 35px;
		}
			#sub_menu li {
				display: inline;
				padding: 0;
				margin: 0;
			}
				#sub_menu a {
					color: #fff;
					padding: 10px;
					text-decoration: none;
					font-weight: normal;
				}
					#sub_menu a:hover { text-decoration: none; }
	/**
	 * CONTENT
	 */
	#inner_content {
		float: left;
		position: relative;
	}
	#content_holder {
		position: relative;
		margin-left: 15px;
		width: 732px;
		min-height: 400px;
	}
		#content {
			margin-bottom: 9px;
			position: relative;
			padding: 4px;
			font-size: 11px;
			padding-left: 15px;
			padding-right: 15px;
		}
			#content h2{
				font-size: 25px;
				font-family: Georgia,Tahoma,Verdana,Arial,Helvetica,sans-serif;
				letter-spacing: -1px;
				margin: 0;
				/*margin-left: 10px;*/
				padding-top: 30px;
				margin-bottom: 10px;
			}
	/** 
	 * FOOTER
	 */
	#footer {
		position: relative;
		top: 225px;
		width: 720px;
		height: 75px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: -5px;
		text-align: center;
		font-size: 11px;
		color: #bbb;
	}
	#footer * {
		line-height: 130%;
	}
		#footer a {
			color: #999;
		}
		#copy_sign {
			position: absolute;
			top: -9px;
			left: -20px;
		}
		#footcontent_left, #footcontent_right {
			width: 360px;
			position: absolute;
			top: 0;
		}
			#footcontent_left {
				text-align: left;
				left: 50px;
			}
			#footcontent_right{
				text-align: right;
				right: 0;
			}
#write_opinion {
	position: absolute;
	top: 214px;
	right: 98px;
	z-index: 2;
}
	#write_opinion .velemeny {
		display: block;
		position: relative;
		text-decoration: none;
		color: #444;
	}
		#write_opinion .velemeny span {
			margin-left: 25px;
		}
		#write_opinion .velemeny img {
			position: absolute;
			top: -1px;
			left: 2px;
			border: none;
		}