@import url(Forms.css);

body {
	font-family: Verdana;
	font-size: 11px;
	color: #6d6d6d;
}

a {
	color: #6d6d6d;
	text-decoration: none;
}

a.tovabb {
	font-family: Verdana;
	color: #ffa200;
}

* {
	padding: 0;
	margin: 0;
	outline: none;
}

img, fieldset {
	border: none;
}

.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
}

.error {
	color: #ff0000;
	font-size: 8px;
}


.container {
	position: relative;
}

.container .header {
	background-image: url(../Images/header_bg.png);
	width: 100%;
	height: 102px;
	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 15;
}
.header .content {
	margin: 0px auto;
	position: relative;
	width: 1000px;
}
.flag {
	position: absolute;
	top: 0px;
	right: 0px;
}
.logo {
	position: relative;
	left: -40px;
}
#menu {
	text-transform: uppercase;
	position: absolute;
	top: 75px;
	right: 0px;
}
#menu a {
	margin-left: 10px;
}
#menu a:hover {
	color: #99D049;
}
a.active {
	color: #99D049 !important;
	font-weight: bold !important;
}

#submenu {
	float: right;
	right: 0px;
	top: 102px;
	position: absolute;
	z-index: 10;
	/*width: 750px;*/
	width: 510px;
	height: 20px;
	text-align: left;
	padding-top: 5px;
	
	background-color: #ffffff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
#submenu a {
	margin-left: 10px;
}
#submenu a:hover {
	color: #ffa200;
}
#submenu .active {
	color: #ffa200 !important;
}

.container .body {
	margin: 0px auto;
	position: relative;
	width: 1000px;
	padding-top: 102px;
	min-height: 450px;
	_height: 450px;
}

.body p {
	font-size: 11px;
}

h1 {
	color: #99D049;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-weight: normal;
	font-size: 21px;
}

h1.aloldal {
	color: #99D049;
	margin: 0px;
	margin-top: 89px;
	margin-bottom: 30px;
	padding: 0px;
	font-weight: normal;
	font-size: 17px;
}

.hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: 2px solid #cec8bd;
}

.container .footer {
	background-image: url(../Images/footer_bg.jpg);
	width: 100%;
	height: 73px;
}
.footer .content {
	margin: 0px auto;
	position: relative;
	width: 850px;
	text-align: center;
	padding-top: 18px;
	
	padding-right: 150px;
	
	text-transform: uppercase;
}
.footer .content a {
	margin-left: 10px;
}
.footer .content a:hover {
	color: #99D049;
}

.linktowebshop {
	position: absolute;
	right: -4px;
	top: -57px;
}

.fright {
	float: right;
}

#slideshow {
	position: absolute;
	right: 0px;
	/*top: 102px;*/
	bottom: 611px;
	
	z-index: 1;
}
#slideshow IMG {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8;
    opacity: 0.0;
}
#slideshow IMG.active {
    z-index: 10;
    opacity: 1.0;
}
#slideshow IMG.last-active {
    z-index: 9;
}

.eredeti {
	text-transform: none;
}

.hamarosan {
	margin: 0px auto;
	width: 500px;
	margin-top: 100px;
	color: #99D049;
	font-size: 24px;
	text-align: center;
}