html {
	min-height: 100%;
	height: auto;
}

body{
	margin: 0px;
	padding: 0px;
	background: #190a06;
	font-family: "Verdana";
	font-size: 12px;
	color:white;
	line-height:18px;
}

form {
	margin:0px;
	padding:0px;
	font-weight:normal;
}

p{
	line-height:18px;
}

img {
	border:none;
}

h1{
	font-size:18px;
	margin:0px 0px 35px 0px;
	color:#64c4a7;
	font-weight:bold;
}

h1 span{
	color:white;
}

a{
	color:white;
}

#container{
	background: #32140c;
}

#container .content{
	margin:0px auto;	
	width:900px;
}

#header{
	height:75px;
}

#header .logo{
	float:left;
}

#header .menu{
	float:right;
	height:50px;
	padding:5px 0px 0px 0px;
}

#header .menu a{
	display:block;
	float:left;
	width:25px;
	height:40px;	
}

#header .menu .who_hu{
	width:50px;
	margin:0px 55px 0px 55px;
	background:url("../images/menu_sprite.gif") no-repeat -100px 28px;
}

#header .menu .who_hu:hover{
	width:50px;
	background:url("../images/menu_sprite_over.gif") no-repeat -100px 28px;
}

#header .menu .what_hu{
	width:55px;
	background:url("../images/menu_sprite.gif") no-repeat 0px 28px;
}

#header .menu .what_hu:hover{
	background:url("../images/menu_sprite_over.gif") no-repeat 0px 28px;
}

#header .menu .where_hu{
	width:55px;
	background:url("../images/menu_sprite.gif") no-repeat -195px 28px;
}

#header .menu .where_hu:hover{
	width:55px;
	background:url("../images/menu_sprite_over.gif") no-repeat -195px 28px;
}

#header .menu .who_en{
	width:45px;
	margin:0px 55px 0px 0px;
	background:url("../images/menu_sprite_en.gif") no-repeat -85px 28px;
}

#header .menu .who_en:hover{
	background:url("../images/menu_sprite_over_en.gif") no-repeat -85px 28px;
}

#header .menu .what_en{
	width:35px;
	margin:0px 55px 0px 0px;
	background:url("../images/menu_sprite_en.gif") no-repeat 0px 28px;
}

#header .menu .what_en:hover{
	background:url("../images/menu_sprite_over_en.gif") no-repeat 0px 28px;
}

#header .menu .where_en{
	width:55px;
	background:url("../images/menu_sprite_en.gif") no-repeat -180px 28px;
}

#header .menu .where_en:hover{
	background:url("../images/menu_sprite_over_en.gif") no-repeat -180px 28px;
}


#header .locale{
	text-align:right;
	text-transform:uppercase;
	font-size:11px; 
}

#header .locale a{
	margin:0px;
	display:inline;
	float:none;
	text-decoration:none;
}

#header .locale span{
	color:#64c4a7;
}

#who{
	padding:0px 0px 30px 0px;
}

#who .left{
	float:left;
	width:600px;
}

#who .right{
	float:left;
	width:245px;
	padding:42px 0px 0px 55px;
}

#who .sign{
	margin:10px 0px 50px;
}

#who .portfolio_hu{
	width:580px;
	height:100px;
	background:url("../images/823_portfolio_hu.gif") no-repeat;
}

#who .portfolio_en{
	width:580px;
	height:120px;
	background:url("../images/823_portfolio_en.gif") no-repeat;
}

#who .portfolio_hu span, #who .portfolio_en span{
	display:none;
}

#who p span{
	color:#64c4a7;
}


#who .contacts div{
	float:left;
	width:180px;
}

#who .contacts span{
	color:#64c4a7;
}

#who .contacts a{
	color:#64c4a7;
}

#who .right p{
	font-style:italic;
	line-height:19px;
}

#who .right b{
	color:#64c4a7;
	font-weight:normal;
	padding:0px 0px 20px;
}

#referenceList{
	padding:20px 0px 5px 0px;
}

#referenceList .ref{
	margin:0px 0px 20px;
}

#referenceList .row{
	height:135px;
}

#referenceList .row div{
	float:left;
	width:168px;
	height:135px;
	padding:0px 12px 0px 0px;
	font-size:15px;
}

#referenceList .row .last{
	padding:0px;
}

#referenceList .row div a{
	display:block;
	color:white;
	text-decoration:none;
}

#referenceList .row div h2{
	font-size:14px;
	font-weight:normal;
}

#referenceList .pager{
	height:20px;
}

#referenceList .pager a{
	display:block;
	width:107px;
	height:18px;	
}

#referenceList .pager .prev{
	float:left;
	background:url("../images/pager_prev.gif") no-repeat;
}

#referenceList .pager .next{
	float:right;
	background:url("../images/pager_next.gif") no-repeat;
}

#what{
	padding:0px 0px 50px 0px;
}

#what .slideshow{
	width:900px;
	height:360px;
	padding:0px 0px 20px 0px;
	overflow:hidden;
}

#what .slideshow a{
	position:absolute;
	display:block;
	width:450px;
	height:380px;
	outline:0;	
}

#what .slideshow .prev{
	background:url("../images/slideshow_prev.png") no-repeat;
	z-index:1000;
}

#what .slideshow .next{
	margin:0px 0px 0px 450px;
	background:url("../images/slideshow_next.png") no-repeat;
	z-index:1000;
}

#slideshow {
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#what .link{
	text-align:right;
}

#what .link a{
	color:#64c4a7;
}

#what p{
	margin:0px;
	padding:0px;
}

#what h1{
	float:left;
	width:700px;
	font-size:18px;
	font-weight:normal;
	color:#64c4a7;
}

#what .pager{
	float:right;
	padding:0px 0px 0px 0px;
}

#what .header{
	height:25px;
	padding:30px 0px 0px 0px;
	border-bottom:1px solid #64c4a7;
}

#what .nav_hu{
	height:22px;
	width:119px;
	float:right;
	background:url("../images/ref_pager.gif") no-repeat 0px -4px;
}

#what .nav_en{
	height:22px;
	width:110px;
	float:right;
	background:url("../images/ref_pager_en.gif") no-repeat 0px -4px;
}

#what .nav_hu a, #what .nav_en a{
	display:block;
	width:12px;
	height:22px;
}

#what .nav_hu a.prev, #what .nav_en a.prev{
	float:left;
}

#what .nav_hu a.next, #what .nav_en a.next{
	float:right;
}

#what .promo{
	display:block;
	padding:25px 0px 0px;
	color:#64c4a7;
}

#footer{
	background:#190a06;
}

#footer .content{
	width:900px;
	margin:0px auto;
	padding:40px 0px 40px 0px;
	background:url("../images/footer.gif") no-repeat;
	font-size:11px;	
}

#footer h1{
	margin:0px;
}


#footer .contacts{
	padding:0px 0px 40px;
}

#footer .contacts div{
	float:left;
	width:180px;
}

#footer .contacts span{
	color:#64c4a7;
}

#footer .contacts a{
	color:#64c4a7;
}

#footer  .foot{
	border-top:1px solid #64c4a7;
	padding:0px 0px 20px 0px;
}

#footer  .foot img, #footer  .foot span{
	float:left;
}

#footer .links{
	float:right;
}

#footer .copyright{
	padding:7px 0px 0px;
}

#footer .flickr{
	float:left;
	padding:2px 0px 0px 0px;
}

#footer .hello{
	padding:7px 0px 0px;
	float:right;
	color:#64c4a7;
}

#footer .promo_hu, #footer .promo_en{
	width:240px;
	height:155px;
	position:absolute;
	margin:-30px 0px 0px 670px;
}

#footer .promo_hu{
	background:url('/images/footer_promo_bg_hu.jpg') no-repeat;
}

#footer .promo_en{
	background:url('/images/footer_promo_bg_en.jpg') no-repeat;
}

#footer .promo_hu .getOffer, #footer .promo_en .getOffer{
	display:block;
	width:50px;
	height:15px;
	margin:30px 0px 0px 170px;
}

#footer .promo_hu input, #footer .promo_en input{
	float:left;
	width:105px;
	heigth:12px;
	margin:67px 0px 0px 27px;
	padding:6px 10px 0px 10px;
	background:none;
	border:none;
	color:#6d6e71;
	font-size:10px;
}

#footer .promo_hu .newsletter, #footer .promo_en .newsletter{
	float:left;
	display:block;
	width:50px;
	height:15px;
	margin:70px 0px 0px 20px;
}