
@font-face {
	font-family: fontello;
	src: url('../font/fontello_0.ttf');
}
@font-face {
	font-family: opensans;
	src: url('../font/OpenSans-Light.ttf');
}
@font-face {
	font-family: oswald;
	src: url('../font/Oswald-Light.ttf');
}
@font-face {
	font-family: oswaldbold;
	src: url('../font/Oswald-Bold.ttf');
}


body, table {
	margin:0;
	padding:0;
}

body {
	font-size:14px;
	font-family:verdana;
	background:#000a28;
	overflow-x:hidden;
}


.cl, .celar {
	clear:left;
}

.p50 {
	width:50%;
	float:left;
}

.container {
	width:1000px;
	margin:0 auto;
}




#top {
	background:#02304a;
}

#top .container {
	background:url('../img/top_sprite.png');
	min-height:100px;
	padding:10px 0;
}

#top .logo {
	width:60%; 
}

#top .logo a {
	display:table;
	width:300px;
	height:100px;
	background:url('../img/logo.png'); 
}

#top .slogen {
	width:40%; 
	line-height:30px;
	font-family:opensans;
	font-size:26px;
	color:#38a1db;
	margin:20px 0;
}





#menu {
	min-height:60px;
	line-height:60px;
	background:url('../img/menu_bg.png');
	
	padding:0 0 0 10px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu a {
	display:table;
	float:left;
	height:60px;
	
	font-family:oswald;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	padding:0 20px 0 25px;
	
	border-left:1px solid #000a28;
	
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in; 
    -webkit-transition: all .2s ease-in;
}

#menu .active {
	text-decoration:underline;
}

#menu a:before {
	content:url('../img/menu_ico.png');
	position:relative;
	
	top:3px;
	left:-5px;
}

#menu a:hover {
	text-shadow:0px 0px 10px #ccc;
}









#slider {
	min-height:300px;
	background:#000;
	color:#fff;
	height:400px;
	overflow:hidden;
}

#slider .sliderinner {
	width:100%;
	margin:0;
	padding:0;
	height:400px;
	overflow:hidden;
}

#slider .sliderinner ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#slider .sliderinner ul li {
	margin:0;
	padding:0;
	float:left;
	width:1000px;
	height:400px;
	overflow:hidden; 
}

#sliderslogen {   
	position:absolute;
	margin:-330px 0 0 50px;
	z-index:5000;
	font-family:oswald;
	font-size:30px;
	color:#02304a;
	text-shadow:0px 0px 10px #fff;
} 

#sliderslogen .first {
	font-family:oswaldbold;
}

#controls {
	position:absolute;
	margin:-40px auto 0 auto;
	list-style-type:none;
	width:1000px;
	text-align:center;
	
	padding:0 0 0 470px;
}

#controls li {
	float:left;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
	
	background:#fff;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	box-shadow:0px 0px 5px #000;
}

#controls li a {
	color:rgba(0,0,0,0);
	text-decoration:none;
}

#controls .current {
	background:#38a1db;
}









#main {
	background:#c3e3f4;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	overflow:hidden;
	
	background: #c3e3f4; /* Old browsers */
	background: -moz-linear-gradient(left,  #c3e3f4 70%, #024a7c 70%, #024a7c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(70%,#c3e3f4), color-stop(70%,#024a7c), color-stop(100%,#024a7c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c3e3f4 70%,#024a7c 70%,#024a7c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c3e3f4 70%,#024a7c 70%,#024a7c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c3e3f4 70%,#024a7c 70%,#024a7c 100%); /* IE10+ */
	background: linear-gradient(to right,  #c3e3f4 70%,#024a7c 70%,#024a7c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e3f4', endColorstr='#024a7c',GradientType=1 ); /* IE6-9 */

}

#main .gradient {
	margin:0 0 0 -25px;
	padding:10px 10px 10px 25px;
	width: 665px;
	background: #39a1db; /* Old browsers */
	background: -moz-linear-gradient(left,  #39a1db 0%, #c3e3f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#39a1db), color-stop(100%,#c3e3f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #39a1db 0%,#c3e3f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #39a1db 0%,#c3e3f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #39a1db 0%,#c3e3f4 100%); /* IE10+ */
	background: linear-gradient(to right,  #39a1db 0%,#c3e3f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39a1db', endColorstr='#c3e3f4',GradientType=1 ); /* IE6-9 */
}

#main h1, #main h2, #main h3, #main h4 {
	font-size:20px;
	line-height:20px;
	font-family:oswald;
	color:#02304a;
}

#main .left {
	width:70%;
	float:left;
	min-height:10px;
	background:#c3e3f4;
}

#main .left .inner {
	padding: 20px 25px 0 25px;
	
	color:#02304a;
	line-height:20px;
}

#main .right {
	width:30%;
	float:left;
	min-height:10px;
}

#main h1 {
	height:32px;
	line-height:32px;
	font-size:30px;
	font-weight:bold;
	font-family:oswaldbold;
	text-transform:uppercase;
	margin:5px 0;
	padding:0;
}

#main h2 {
	height:26px;
	line-height:26px; 
	font-size:24px;
	font-family:oswald; 
	text-transform:uppercase;
	margin:5px 0;
	padding:0;
}

#main input[type=text], #main input[type=password], #main textarea, #main select, form input { 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none;

	border:none;
	background:#fff;
	padding:5px;
	font-family:verdana; 
}

#main input[type=submit], #main input[type=button], #main button, #main .btn {
	border:0;
	display:table;
	height:26px;
	line-height:26px;
	padding:0 10px;
	margin:0;
	color:#02304a;
	font-weight:bold;
	text-decoration:none;
	font-family:verdana;
	font-size:14px;
	cursor:pointer;
	background:#f8f8f8;
	box-shadow:0px 0px 5px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}

#main input[type=submit]:hover, #main input[type=button]:hover, #main button:hover, #main .btn:hover {
	background:#fff;
	color:#34759a;
	text-shadow:1px 1px 0px #ccc;
}

#main li {
   list-style-type:none;
   background-image:url('../img/menu_ico.png');
   background-repeat: no-repeat;
   padding:0 0 0 25px;
   min-height:20px;   
   margin:0 0 5px 0;
}




.gpsnyomkovetes {

}

.gpsnyomkovetes .title {
	padding: 20px 0 0px 0;
	text-align:center;
	color:#02304a;
	font-size:30px;
	font-family:oswald;
	font-weight:bold;
}

.gpsnyomkovetes .gps {
	padding:5px 0;
	text-align:center;
}

.gpsnyomkovetes .desctext {
	padding:20px 0;
	text-align:center;
	color:#02304a; 
}

.gpsnyomkovetes {

}


.kapcsolat {
	background:#024a7c;
}

.kapcsolat .pic {
	padding:20px 20px 0 20px;
}

.kapcsolat .pic img {
	width:100%;
}

.kapcsolat .title {
	color:#88c7e9;
	font-size:30px;
	font-family:oswald;
	font-weight:bold;
	padding:10px 20px 10px 20px;
}

.kapcsolat .desctext {
	color:#88c7e9;
	padding: 0 20px 20px 20px;
}









#foot {
	padding:15px 0;
}

#foot .copyright {
	padding:0 10px;
	color:#024a7c;
}




















