body {
	margin:0;
    background: url(images/bg.jpg) repeat center top;
}

.main {
    display:table;
    margin: auto;
    width:1000px;
    height:100%;  
 }
  
.header{
	background: url(images/header1.jpg) no-repeat center;
	width:100%;
	height:532px;
}

.logo{
	position:absolute;
	background: url(images/spotlight_logo.png) no-repeat;
	width:438px;
	height:121px;
	margin-left:60px;
	margin-top:20px;
}

.szoveg{
	position:absolute;
	background: url(images/szoveg.png) no-repeat;
	width:966px;
	height:67px;
	margin-left:10%	;
	margin-top:250px;
}

.galeria{
	background: url(images/galeria.png) no-repeat;
	width:144px;
	height:37px;
	margin-top:80px;
	

}

.slider-wrapper{
	margin-top:20px;
	z-index:600;
	margin-left:25px;
}

.sliderr{
	background: url(images/gbg.png) no-repeat;
	width:928px;
	height:446px;
	margin-left:30px;
	z-index:0;
	margin-top:-320px;
}

.form{
	float: right;
	margin-top:0px;
	font-family: arial;
	width:500px;
}

.tech{
	background: url(images/tech.png) no-repeat;
	width:234px;
	height:46px;
	margin-top:75px;
	margin-bottom:20px;
}

.technologia{
	font-family: arial;
	font-size:14px;
	color:#524949;
	height:350px;
}

.kapcsolat{
	background: url(images/kapcsolat.png) no-repeat;
	width:188px;
	height:46px;	
	margin-top:75px;
	margin-bottom:20px;
}

.kapcsolatt{
	font-family: arial;
	font-size:20px;
	color:#524949;
	height:890px;
}

.standardNav{
	position: fixed !important;
	overflow: visible;
	top: 0;
	left: 35%;
	padding: 5px;
	margin: 0;
	width: 300px;
	height:58px;
	z-index: 9999;
	background: url(images/menubg.png) no-repeat;
}

	
.standardNav a{
	font-weight: normal;
	padding: 8px 10px;
	text-decoration: none;
	color:#a7a9ae;
	font-weight:bold;
	font-family:arial;
	font-size: 15px;
	}	
	
.standardNav a:hover{
	color: #484545;
}
	
	
.standardNav .active a{
	font-weight: bold;
	color: #333;
}

img.kislogo{
	margin-left:80px;
	margin-right:80px;
}

.footer{
	font-weight: normal;
	color:white;
	font-weight:bold;
	font-family:arial;
	font-size: 10px;
	text-align:center;
	padding-bottom:20px;
}

.kuldj{
	font-size:16px;
	font-weight:bold;
}

.contact{
	font-family: arial;
	font-size:10px;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.thanks{
	font-family: arial;
	font-size:16px;
	margin-top:50px;
}