@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
    margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; outline:none; text-decoration:none;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/OpenSans-Bold-webfont.eot');
    src: url('../font/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/OpenSans-Bold-webfont.woff') format('woff'),
         url('../font/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../font/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

html {
	font-family: 'open_sansregular';
	background:#FFF;
	font-weight:normal;
	width:100%;
	overflow-x:hidden;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
}

body {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	margin:auto;
}

a {
	color:#FFF;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

a:hover {
	color:#CCC;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

#content a { color:#069; }
#content a:hover { color:#1992cf; }

ol, ul { list-style:disc; }

li { margin:4px 0; font-size:14px; position:relative; left:30px; }

.centerme{
	margin-left:auto;
	margin-right:auto;		
}

.empty { width:5px; height:20px; }

h1, h2, h3, h4 { color:#069; }

h1 { font-size:19px; margin-bottom:20px;}
h2 { font-size:17px; }
h3 { font-size:15px; }
.vastag { font-weight:bold; }

p { font-size:14px; line-height:18px; margin:15px 0; text-align:justify; }

.csillag { font-size:12px; color:#444; position:relative; top:-4px; left:30px; }

#wrap {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}

.bannercontainer{
	max-width:1024px;
	height:281px;
	background-color:transparent;
	position:relative;
}	

.bannercontainer ul >li{
	display:none;
}

#sliderbackground {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:392px;
	background-image:url(/images/background_header.jpg);
	background-repeat:repeat-x;
}

#slidercontainer {
	position:relative;
	top:0px;
	width:1024px;
    margin:0 auto;
	height:392px;
}

#slider {
	position:absolute;
	top:66px;
	left:0px;
	width:1024px;
	height:274px;
}

#phones {
	position:absolute;
	top:26px;
	left:697px;
	font-size:14px;
	font-weight:bold;
	color:#CCC;
	text-align:right;
	width:190px;
	height:45px;
	line-height:16px;
}

#facebook {	
	position:absolute;
	top:8px;
	left:365px;
	width:40px;
	height:40px;
	z-index:9;
	padding:0;
	margin:0;
}

#flags {
	position:absolute;
	top:22px;
	left:900px;
	padding:4px 6px 7px 7px;
	width:92px;
	height:16px;
	background:#CCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#flags img {
	width:26px;
	height:16px;
	margin:0px 0.5px;
	background:#999;
}

#felirat1 {
	position:absolute;
	top:15px;
	left:8px;
	width:506px;
	height:37px;
}

#felirat2 {
	position:absolute;
	top:353px;
	left:10px;
	width:283px;
	height:33px;
}

#ships_left {
	position:absolute;
	top:257px;
	left:-130px;
	width:112px;
	height:94px;
}

#ships_right {
	position:absolute;
	top:213px;
	left:1050px;
	width:114px;
	height:171px;
}

#menu {
	position:absolute;
	top:358px;
	left:340px;
	width:700px;
	height:25px;
}

#menu li {
	display: inline;
	font-size:16px;
	font-weight:normal;
	color:#000;
}

#menu li a {
	color:#FFF;
	padding:4px 8px;
	margin:0 4px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

#menu li a:hover {
	background:#2e80a9;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

#content {
	position:relative;
	top:0px;
	left:0px;
	width:824px;
	margin:auto;
	min-height:400px;
	padding: 45px 100px;
}

#kepgaleria {
	position:relative;
	top:25px;
	left:50px;
	width:100%;
	text-align:center;
}

#kepgaleria p, #kepgaleria h2 {
	text-align:center;
	line-height:10px;
}

.corner-tag {
	width:32px;
	position: absolute;
	right: 0px;
	top: 9px;
	background:#f90;
	padding:15px 20px;
	border-radius:50%;
	color:#FAFAFA;
	font-weight: bold;
	text-align: center;
}

.gallerycont {
	margin:20px 0;
	position:relative;
	top:0px;
	left:0px;
	width: 230px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}

.gallerycont img, #googlemap, #kornyek_img {
	border: 1px #555 solid;
	-moz-box-shadow:    6px 6px 3px rgba(166, 166, 166, 0.8);
	-webkit-box-shadow: 6px 6px 3px rgba(166, 166, 166, 0.8);
	box-shadow:         6px 6px 3px rgba(166, 166, 166, 0.8);
	margin-bottom:20px;
}

#kapcsolat {
	position:relative;
	top:10px;
}

#kapcsolatimage {
	position:relative;
	top:-235px;
	left:520px;
}

#googlemap {
	position:relative;
	top:0px;
	left:10px;
	margin:0 0 20px 20px;
	padding:3px;
	float:right;
	width:400px;
	height:335px;
	border:1px #666 solid;
}

#googlelink {
	position:relative;
	top:2px;
	left:0px;
	width:400px;
	height:30px;
	text-align:center;
}

#footercont {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	background-color:#336699;
}

#footer {
	position:relative;
	top:0px;
	left:0px;
	width:1024px;
	height:175px;
	margin:auto;
}

#footer img {
	position:absolute;
	top:20px;
	left:15px;
}

#phones_footer {
	position:absolute;
	top:18px;
	left:784px;
	font-size:17px;
	font-weight:bold;
	color:#CCC;
	text-align:right;
	width:200px;
	height:45px;
	padding:0;
	margin:0;
	line-height:19px;
	letter-spacing:-0.15px;
}

#phones_footer a {
	font-size:16px;
	font-weight:normal;
	color:#9CF;
	text-align:right;
}

#phones_footer a:hover {
	color:#CCC;
}

#lastminute {
	font-size:17px;
	font-weight:bold;
	position:relative;
	top:3px;
	left:0px;
	text-align:center;
	padding:10px 15px;
	background:#990033eb;
	color:#FAFAFA;
}