html { height: 100%; }

body
{
	width: 1004px;
	margin: 0 auto;
	padding: 0 auto;
	
}

body{
	background: #424242;
	color: #373737;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0;
	top:0;
	left:0;
	margin-left: auto;
	margin-right: auto;
	
}

a{
	color: #373737;
	text-decoration: underline;
}

a:hover{
	color: #5C5C5C;
	text-decoration: none;
}

#main{
	width: 1000px;
	border: 0px solid #000;
}

#header{
	width: 1000px;
	background: url('../images/headerbg_1_198.jpg');
	border: 0px solid #000;
}

.headerlogo{
	width: 293px;
	height: 198px;
	background: url('../images/headerlogo_296_198.jpg') no-repeat;
	float: left;
	border: 0px solid #000;
	
}

.headerlogo a {
	width: 293px;
	height: 198px;
	border: 0px solid #000;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.headerimg{
	width: 704px;
	height: 198px;
	background: #424242 url('../images/loading.gif') no-repeat;
	/*background: #424242;*/
	background-position: 340px 80px;
	margin-left: 293px;
	border: 0px solid #000;
}

html>body .headerimg{
	width: 704px;
	height: 198px;
	margin-left: 296px;
}

.headertxt{
	position: absolute;
	top: 20px;
	margin-left: 500px;
	background: #373737;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding:4px;
	z-index: 1000;
}

html>body .headertxt{
	position: absolute;
	top: 20px;
	margin-left: 800px;
	background: #373737;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	padding:4px;
	z-index: 1000;
}
#content{
	border: 0px solid #000;
	background: url('../images/content_bg.jpg');
	height: 100%;
}

#content_left{
	float: left;
	width: 296px;
	border: 0px solid #000;
	text-align: left;
	
}

div.content_left_div{
	text-align: left;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 30px;
	
}
   
#content_right{
	width: 700px;
	border: 0px solid #000;
	margin-left: 296px;
	background: #FFFFFF;
}

div.content_right_div{
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	
}

#footer {
	height: 132px;
	width: 1000px;
	background: url('../images/footerimg_1000_132.jpg');
}

.content_footer_div{
	text-align: right;
	top: 36px;
	margin-right: 100px;
	position: relative;
	color: #ABABAB;
}

.content_footer_div a{
	color: #ABABAB;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
}

.content_footer_div a:hover{
	color: #C5C6C5;
	text-decoration: underline;
}

/* menu */

.menu_I a{
	float: left;
	background: #000 url('../images/menu_I_296_130.jpg') no-repeat;
	width: 296px;
	height: 65px;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menu_II a {
	float: left;
	background: #000 url('../images/menu_II_296_130.jpg') no-repeat;
	width: 296px;
	height: 65px;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
 
.menu_III a {
	float: left;
	background: #000 url('../images/menu_III_296_130.jpg') no-repeat;
	width: 296px;
	height: 65px;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menu_IIII a {
	float: left;
	background: #000 url('../images/menu_IIII_296_130.jpg') no-repeat;
	width: 296px;
	height: 65px;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menu_V a {
	float: left;
	background: #000 url('../images/menu_V_296_130.jpg') no-repeat;
	width: 296px;
	height: 65px;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menu_VI a {
	float: left;
	background: #000 url('../images/menu_VI_296_130.jpg') no-repeat;
	width: 296px;
	height: 65px;
	display: block;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.menu_I a:hover, .menu_II a:hover, .menu_III a:hover, .menu_IIII a:hover, .menu_V a:hover, .menu_VI a:hover{
	background-position: 0 -65px;
}

/* Partnerek */

table.partnerek{
	width: 600px;
	/*padding-right: 30px;*/
	text-align: center;
}
 
table.partnerek td{
	text-align: center;
	border: 1px solid #EEE;
	background: #FFF;
	vertical-align: center;
}

table.partnerek td a{
	height: 180px;
	width: 200px;
	background: #FFF;
	display: block;
	/*margin: 0 auto 0 auto;*/
	vertical-align: center;
	padding-top: 80px;
}

table.partnerek td a:hover{
	height: 180px;
	width: 200px;
	background: #EEEEEE;
	display: block;
}
/* decor */

hr{
	background: url('../images/hr_bg.jpg');
	height: 15px;
	border: 0px;
	margin:0px;
	padding:0px;
	border-bottom:1px dashed #777;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}


.date{
	color: #FFF;
	background: #373737;
	padding: 4px;
	width: 90px;
	float: left;
	display: block;
}

.text{
	color: #373737;
	/*width: 250px;*/
	/*float: left;*/
	margin-left: 110px;
	padding-top:4px;
}
