html, body {
	margin:0;
        padding:0;
        width:100%;
        font: 13px Georgia, serif;
}

#background {
 	position: fixed;
	width: 100%;
	height: 100%;
	z-index:-1;
}

#container {
	width: 990px;
	overflow: hidden;
}

#headerpanel {
	width: 990px;
	height: 150px;
	text-align: center;
	float: left;
	background-image: url(../img/newheader.png);
}

#toppanel {
	width: 990px;
	margin-top: 20px;
	height: 70px;
	float: left;
}

#nyelvpanel {
	width: 100%;
	height: 29px;
	text-align: left;
	float: left;
/*	background-image: url(../img/topmenu_bg.png);
	background-repeat: repeat-y;
	font-variant: small-caps;*/
	color: #000000;
}

#nyelvwrapper {
	margin-right: 20px;
}

#nyelvwrapper img {
	padding: 0 0 5px 5px;
	border: 0;
}

#nyelvwrapper a {
	text-decoration: none;
}

#nyelvwrapper a:hover {
	text-decoration: none;
	
}

#topmenupanel1 {
	width: 100%;
	height: 24px;
	text-align: left;
	margin-left: 5px;
	float: left;
/*	background-image: url(../img/topmenu_bg.png);
	background-repeat: repeat-y;*/
	font-variant: small-caps;
	color: #000000;
}

#topmenupanel1wrapper {
	margin-right: 20px;
}

#topmenupanel1wrapper a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#topmenupanel1wrapper a:hover {
	text-decoration: underline;
}

#menuframe {
	margin-top: 0px;
	float: left;
	width: 100%;
	height: 30px;
/* 	background-image: url(../img/content_bg.png);
 	background-repeat: repeat-y;*/
}

#topmenupanel2 {
	width: 100%;
	height: 25px;
/* 	float: left; */
	margin-top: 5px;
}

#menuframe2 {
	float: left;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
/* 	background-image: url(../img/content_bg.png);
 	background-repeat: repeat-y;*/
}

#topmenupanel3 {
	width: 100%;
	height: 20px;
	float: right;
	padding-top: 8px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: right;
 	background-image: url(../img/topmenu_bg.png);
 	background-repeat: repeat-y;	
	color: #000000;
}

#contentpanel #topmenupanel3 a {
	color: #000000;
	text-decoration: none;
}

#contentpanel #topmenupanel3 a:hover {
	text-decoration: underline;
}

#topmenupanel2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.mbutton {
	float: left;
	height: 34px;
}

#contentpanel {
	width: 100%;
	text-align: left;
	float: left;
	background-image:url(../img/content_bg.png);
	background-repeat:repeat-y;
	overflow: hidden;
}

#contentpanel a {
	color: #412C00;
}

#szovegcont {
	width: 600px;
/* 	height:520px; */
	float:left;
	font-size: 13px;
	padding: 10px 10px 10px 20px;
}

#bemutatocont {
	width: 322px;
	height: 540px;
	float: right;
	padding: 10px;
}


/*#bemutato1{
	width: 320px;
	height: 240px;
	border: 1px solid black;
	float: right;
	margin-top: 20px;
}*/


.bemutato2 {
	width: 320px;
	height: 240px;
	border: 1px solid black;
	float: right;
	margin: 0px 0 20px 0;
}


#innercont {
	width: 90%;
	margin: 5% auto;
	overflow: hidden;
}

#footerpanel {
	clear: both;
	width: 100%;
	height: 30px;
	text-align: right;
	background-color: #412c00;
	color:#000000;
}


#fwrapper1 { /* footerpanel wrapper */
	float: right;
	margin: 5px 20px 0 0;
	color: #FFFFFF;
	width: 70%;
	font-size: 11px;
}

#fwrapper2 { /* footerpanel logo */
	width: 214px;
	height: 30px;
	float: left;
	margin-top: 3px;
	margin-left: 20px;
	background-repeat: no-repeat;
}

#fwrapper1 a {
	text-decoration: none;
	color: #ffffff;
}

#fwrapper1 a:hover {
	text-decoration: underline;
}

.innerbox { /* admin popups */
	width: 100%;
	overflow: hidden;
/* 	background-image: url(../img/szovegtartalom.png); */
}

h3 {
	text-align: center;
}

h4 {
	text-align: center;
}

.inf {
	color: #412C00;
}

.err {
	color: red;
}

table {
	border-collapse: collapse;
}

.thelang {
	margin: 5px 0px 0 10px;
	float: right;
}

.thelang a {
	color: #000000;
}

