/*
*		COMMON
*/

* { margin: 0px; padding: 0px; outline: none; }
body { background: url(images/bg.jpg) top left repeat-x #0D537D; font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #666666; }

h1 { margin: 0px 0px 10px 0px; padding: 10px 0px 10px 0px; font-size: 18px; font-weight: normal; background: url(images/h1.jpg) bottom left repeat-x; }
h1.light { color: #F46600; }
h1.dark { color: #666666; }
h2 { height: 80px; padding: 0px 10px 0px 10px; font-size: 14px; font-weight: 100; color: #FFFFFF; line-height: 80px; text-align: justify; }
h3 { margin: 10px 0px 10px 0px; font-size: 12px; font-weight: bold; color: #F46600; line-height: 18px; text-align: justify; }
h4 { width: 80px; display: block; font-style: italic; text-align: right; }
h5 { padding: 10px 0px 10px 0px; font-size: 14px; font-weight: bold; color: #F46600; line-height: 18px; }
p { margin: 5px 0px 5px 0px; line-height: 18px; text-align: justify; }
a { color: #F46600; text-decoration: none; }
a:hover { color: #666666; }
hr { height: 10px; margin: 10px 0px 10px 0px; border: 0px; background: url(images/div_horizontal.jpg) top left repeat-x; clear: both; }
hr.noborder { margin: 10px 0px 0px 0px; background: none; }

img { border: 1px solid #EEDCCE; }
img.img_left { float: left; margin: 0px 10px 10px 0px; }
img.img_right { float: right; margin: 0px 0px 10px 10px; }
img.noborder { border: none; }

/*
*		NAVIGATION
*/
#navigation {
	width: 980px;
	height: 140px;
	margin: 0px auto;
	background: url(images/bg_navigation.jpg) top left no-repeat;
	clear: both;
}

#navigation .logo {
	width: 980px;
	height: 110px;
}

#navigation .logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#navigation ul {
	width: 830px;
	height: 30px;
	float: left;
	list-style: none;
}

#navigation ul li {
	padding: 0px;
	float: left;
	text-align: center;
}

#navigation ul li a {
	height: 30px;
	margin: 0px 8px 0px 8px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;s
}

#navigation ul li a:hover, #navigation ul li a.active {
	color: #F46600;
}

#navigation .langswitch {
	width: 140px;
	height: 25px;
	padding: 5px 10px 0px 0px;
	float: right;
	text-align: right;
}

/*
*		HEADER
*/

#header { width: 980px; min-height: 320px; margin: 0px auto; background: url(images/bg_header.jpg) top left no-repeat; clear: both; }

#header .order { width: 980px; height: 305px; line-height: 20px; font-size: 11px; color: #666666; }
#header .order .order_caption { width: 610px; height: 50px; padding: 25px 0px 0px 10px; float: left; color: #FFFFFF; font-size: 14px; line-height: 20px; }
#header .order .order_content { width: 320px; padding-right: 10px; float: right; }
#header .order .order_content .title { height: 30px; line-height: 50px; padding: 20px 0px 40px 0px; font-size: 14px; color: #FFFFFF; text-align: right; }

#header .order .minibusz { width: 980px; height: 305px; background: url(images/order_minibusz.jpg) left top no-repeat; }
#header .order .limuzin { width: 980px; height: 305px; background: url(images/order_limuzin.jpg) left top no-repeat; }
#header .order .busz { width: 980px; height: 305px; background: url(images/order_busz.jpg) left top no-repeat; }
#header .order .hotelshuttle { width: 980px; height: 305px; background: url(images/order_hotelshuttle.jpg) left top no-repeat; }
#header .order .bppass { width: 980px; height: 305px; background: url(images/order_bppass.jpg) left top no-repeat; }

#header .order .malev { width: 980px; height: 305px; background: url(images/order_malev.jpg) left top no-repeat; }
#header .order .ozora { width: 980px; height: 305px; background: url(images/order_ozora.jpg) left top no-repeat; }
#header .order .sziget { width: 980px; height: 305px; background: url(images/order_sziget.jpg) left top no-repeat; }
#header .order .extra { width: 980px; height: 305px; background: url(images/order_bppass.jpg) left top no-repeat; }
#header .order .kosice { width: 980px; height: 305px; background: url(images/order_kosice.jpg) left top no-repeat; }
#header .order .conference { width: 980px; height: 305px; background: url(images/order_conference.jpg) left top no-repeat; }

#header .order .summary_title { height: 22px; color: #F46600; font-weight: bold; }

/*
*		CONTENT
*/

#content {
	width: 980px;
	min-height: 600px;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
	background: url(images/bg_content.jpg) top left repeat-y;
	overflow: hidden;
	clear: both;
}

#content ul {
	margin: 5px 0px 5px 0px;
	list-style: none;
}

#content ul li {
	padding: 5px 0px 5px 20px;
	background: url(images/bullet.jpg) left 10px no-repeat;
	line-height: 18px;
}

#content .left {
	width: 250px;
	padding: 0px 10px 50px 10px;
	float: left;
}

#content .right {
	width: 690px;
	padding: 0px 10px 0px 10px;
	float: right;
}

#content .message {
	color: #F46600;
	font-size: 12px;
	font-weight: bold;
}

/*
*		FOOTER
*/

#footer {
	width: 980px;
	height: 80px;
	margin: 0px auto;
	padding-top: 40px;
	background: url(images/bg_footer.jpg) top left no-repeat;
	clear: both;
	color: #FFFFFF;
}

#footer a.asm {
	width: 290px;
	height: 70px;
	display: block;
	float: left;
}

#footer .links {
	width: 510px;
	height: 60px;
	line-height: 60px;
	float: left;
}

#footer .links a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer .links a:hover {
	color: #F60;
}

#footer a.bud {
	width: 180px;
	height: 70px;
	display: block;
	float: left;
}

/*
*		FORMS
*/

.formframe {
	margin: 10px 0px 10px 50px;
}

.formframe .label {
	margin: 2px 0px 3px 0px;
	line-height: 20px;
	clear: both;
}

.formframe .label .formtext {
	width: 150px;
	padding: 0px 10px 0px 0px;
	float: left;
	display: block;
	font-weight: bold;
	color: #666666;
	text-align: right;
}

input[disabled="disabled"], select[disabled="disabled"] {
	background-color: #F5F4EA;
	border: 1px solid #C9C7BA;
}

.input500 {
	width: 500px;
	font-size: 11px;
	color: #666666;
}

.input300 {
	width: 300px;
	font-size: 11px;
	color: #666666;
}

.input200 {
	width: 200px;
	font-size: 11px;
	color: #666666;
}

.input180 {
	width: 180px;
	font-size: 11px;
	color: #666666;
}

.input140 {
	width: 140px;
	font-size: 11px;
	color: #666666;
}

.input130 {
	width: 130px;
	font-size: 11px;
	color: #666666;
}

.input120 {
	width: 120px;
	font-size: 11px;
	color: #666666;
}

.input100 {
	width: 100px;
	font-size: 11px;
	color: #666666;
}

.input90 {
	width: 90px;
	font-size: 11px;
	color: #666666;
}

.input50 {
	width: 50px;
	font-size: 11px;
	color: #666666;
}

.textarea300 {
	width: 302px;
	font-size: 11px;
	color: #666666;
}

.select300 {
	width: 304px;
	font-size: 11px;
	color: #666666;
}

.select200 {
	width: 204px;
	font-size: 11px;
	color: #666666;
}

.select130 {
	width: 134px;
	font-size: 11px;
	color: #666666;
}

.select100 {
	width: 104px;
	font-size: 11px;
	color: #666666;
}

.select85 {
	width: 89px;
	font-size: 11px;
	color: #666666;
}

.select50 {
	width: 54px;
	font-size: 11px;
	color: #666666;
}

.submit200 {
	width: 200px;
	color: #666666;
}

.submit150 {
	width: 150px;
	color: #666666;
}

.submit100 {
	width: 100px;
	color: #666666;
}

.submit50 {
	width: 50px;
	color: #666666;
}

.stepper { padding-top: 5px; }
.stepper .step1 { height: 25px; background: url(images/step1.jpg) top left no-repeat; }
.stepper .step2 { height: 25px; background: url(images/step2.jpg) top left no-repeat; }
.stepper .step3 { height: 25px; background: url(images/step3.jpg) top left no-repeat; }
.stepper .step4 { height: 25px; background: url(images/step4.jpg) top left no-repeat; }
.stepper .step1_m { height: 25px; background: url(images/step1_m.jpg) top left no-repeat; }
.stepper .step2_m { height: 25px; background: url(images/step2_m.jpg) top left no-repeat; }
.stepper .step3_m { height: 25px; background: url(images/step3_m.jpg) top left no-repeat; }
.stepper .step4_m { height: 25px; background: url(images/step4_m.jpg) top left no-repeat; }
.stepper .step5_m { height: 25px; background: url(images/step5_m.jpg) top left no-repeat; }

.stepper input { width: 110px; height: 23px; padding-left: 20px; border: 0px; background: none; color: #FFFFFF; text-align: left; cursor: pointer; }
.stepper input[disabled="disabled"] { color: #CCCCCC; }
.stepper input.active { font-weight: bold; color: #FF9900; }

/*
*		PAGINATOR
*/

.paginator { margin: 3px; padding: 3px; font-size: 14px; text-align:center; }
.paginator a { margin: 2px; padding: 2px 5px 2px 5px; background: #FFFFFF; color: #315376; border: 1px solid #CCCCCC; text-decoration: none; }
.paginator a:hover { color: #666666; border: 1px solid #999999; }
.paginator .active { margin: 2px; padding: 2px 5px 2px 5px; background: #FFFFFF; color: #666666; border: 1px solid #999999; font-weight: bold; }
.paginator .inactive { margin: 2px; padding: 2px 5px 2px 5px; color: #DDDDDD; border: 1px solid #EEE; }

/**
 *		AUTOCOMPLETE
 */
.autocomplete-w1 { position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background: #DDDDDD; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
