@charset "ISO-8859-2";

html, body {  
	margin:0;  
	padding:0;  
	width:100%;   
	height:100%;  
}
#header {
	background-image: url('images/header.jpg');
	background-position: left;
	background-repeat: no-repeat;
	width: 1000px;
	height: 124px;
	margin: auto;
}
#header_container {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	
	color:#5a5a5a;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#main_container {
	position: relative;
	width: 1000px;  
	margin: 0 auto;
}  
.left {
	width: 10em;
	clear: left;
	float: left;
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}  
.right{
	width: 300px;
	float: left;
	text-align: left;
	padding: 0px 0px 0px 5px;
}
#text_container {
	width: 800px;
	text-align: justify;
}

#sliders {
	width: 1000px;
	height: 40px;
}
.oldalso_sav{
	background-image :url('images/header_background.jpg');
	height: 124px;
	width: 33%;
}
.ures_box {
	color: #ddd;
	width: 250px;
	font-size: 140px;
	font-family: times;
	text-align: center;
}

.impresszum_text {
	padding: 10px;
	color:#5a5a5a;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
#impresszum {
	color:#bb7777;
	background-color: #eeefef;
	height: 35px;
	font-size:20px;
	text-align: left;
	font-weight: normal;
	padding: 25px 0px 0px 10px;
	border-bottom: 1px solid #bb7777;
}
.PPH {
	width: 1000px;
	color:#5a5a5a;
	font-size:20px;
	text-align: left;
}
.clear_both { clear: both; }


/* Nyilatkozat táblája */

table.adatvedelmi th { text-align: left; padding: 20px 0px 10px 0px; }
table.adatvedelmi td { padding: 10px 0px 0px 0px; }
table.adatvedelmi li { padding: 5px 0px 0px 0px; }
table.adatvedelmi {
	margin: 0px 0px 20px 0px;
	color:#5a5a5a;
	font-weight:normal;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}


