@charset "utf-8";

* {margin: 0; padding: 0;}

body {
	background-color: #303032;
	font-family: Verdana, Geneva, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#page {width: 980px; height: 768px; margin: 0 auto; background-image: url(../kezdolap-bg.jpg); background-repeat: no-repeat;}

#container {width: 980px; margin: 0 auto;}


#tmenu {height: 72px;}

#tmenu .logo {float: none;}

#tmenu a img {
			  border: none;
			  float: left;
			  margin: 0 5px 0 180px;
			  }

#tmenu a {
		  width: 99px;
		  height: 41px;
		  font-size: 14px;
		  color: #000000;
		  float: left;
		  background-image: url(../menu-bg.jpg);
		  background-repeat: no-repeat;
		  line-height: 35px;
		  text-decoration: none;
		  text-align: center;
		  margin: 18px 4px 0 0;
		  }


#content {
		  position: relative;
		  height: 600px;
		  }

#content p {
			color: #D5950A;
			font-size: 17px;
			font-weight: bold;
			}

#content #szovegblokk1 {
						position: absolute;
						top: 30px;
						left: 590px;
						}

#content #szovegblokk2 {
						position: absolute;
						top: 243px;
						left: 680px;
						}

#content #szovegblokk3 {
						position: absolute;
						top: 453px;
						left: 590px;
						}
						
/*#content #szovegblokk4 {
						position: absolute;
						top: 675px;
						left: 775px;
						font-size: 12px;
						}*/

.cb {clear: both; font-size: 0px; height: -1px;}
						
.frontpage-text {
	background: url(../frontpage-text-bg.png) repeat-y;
	padding: 10px 0;
	text-align: center;
	width: 980px;
}

.frontpage-text .left, .frontpage-text .right {
	float: left;
	margin-bottom: 10px;
	padding: 10px 20px;
	text-align: left;
}

.frontpage-text .left {width: 442px;}
.frontpage-text .right {width: 458px;}

.frontpage-text h1 {
	color: #D5950A;
	font-size: 24px;
	margin-bottom: 20px;
}

.frontpage-text h2 {
	color: #D5950A;
	font-size: 20px;
	margin-bottom: 10px;
}

.frontpage-text p {
	color: #DDD;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}

.frontpage-text ul {
	color: #DDD;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	padding-left: 14px;
}

.frontpage-text .footlinks {
	color: #D5950A;
	font-size: 12px;
	font-weight: 700;
	padding-right: 20px;
	text-align: right;
}

.frontpage-text h1 {
	background: #D5950A;
	border: 5px solid #D5950A;
	box-shadow: 0 0 10px rgba(0,0,0,.3) inset;
	color: #39383D;
	display: inline-block;
	margin: auto;
	margin-bottom: 20px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(255,255,255,.3);
}

.frontpage-text h3 {
	color: #d8cfae;
	font-size: 16px;	
}