/* HTML tags redefined */

html {
	background-color: #000;
}

body {
	margin: 0px;
	padding: 0px;
	font: 62.5% Arial, Helvetica, sans-serif;
}

p {
	font-size: 1.1em;
	line-height: 1.6em;
}


h1 {
	color: #1b75bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: -0.4px;
	margin-bottom: 25px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	letter-spacing: -0.4px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: normal;	
}


a {
	font-size: 1.1em;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

form {
	padding-top: 20px;
	margin: 0;
	
}

formSlika {
	padding-top: 20px;
	padding-left: 200px;
	margin: 0;
	
}

fieldset {
	border: none;
	padding-left: 20px;
	
}
fieldset div {
	border:  none;
	padding-left: 200px;
	padding-top: 50px;
	
}
fieldset span {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
}

label {
	float: left;
	clear: both;
	margin-bottom: 7px;
	font-size: 1.1em;
	width: 600px;
}

select {
	min-width: 255px;
	font-size: 1em;
}

input {
	width: 250px;
	font-size: 1em;
}

textarea {
	font-size: 1em;
	min-height: 80px;
	min-width: 248px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Classes */

.clear {
	clear: both;
}

/* Page elements  */

.header {
	background: #a5a5a5 url(../images/back_header.jpg) repeat-x;
	height: 168px;
	text-align: center;
}

.header_holder {
	background: url(../images/header.jpg) no-repeat;
	width: 998px;
	height: 168px;
	margin: 0 auto;
}

.header_holder p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: -0.1em;
	font-weight: bold;
	float: right;
	color: #777;
	margin-top: 100px;
	margin-right: 100px;
	text-align: right;
}

head:first-child+body .header_holder p {	
	margin-right: 195px;
}

.navigation {
	background: #999999 url(../images/back_nav.jpg) repeat-x;
	height: 35px;
}

.nav_holder {
	background: url(../images/nav.jpg);
	width: 998px;
	height: 35px;
	margin: 0 auto;
}

.main_nav {
	float: left;
	width: auto;
}

.main_nav ul {
	margin-top: 7px;
	list-style: none;
}

.main_nav li {
	float: left;
	margin-right: 17px;
	padding-bottom: 7px;
	width: auto;
}

.main_nav li.selected {
	background: url(../images/nav_selected.gif) repeat-x;
}

.main_nav li.selected a {
	color: #000;
}

.main_nav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	text-decoration: none;
	color: #1b75bc;
}

.main_nav li a:hover {
	color: #666;
}

.lang_nav {
	float: right;
	margin-right: 40px;
	width: auto;
}

.lang_nav ul {
	margin-top: 7px;
	list-style: none;
}

.lang_nav li {
	width: auto;
	float: left;
	margin-right: 10px;
}

.content {
	background: #dcdcdc url(../images/back_content.jpg) repeat-x;
	min-height: 340px;
	padding-bottom: 30px;
	margin: 0;
}

head:first-child+body .content {
	padding: 0;
}

.content_holder {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	height: auto;
}

.content img {
	border: 1px solid #aaa;
}

.featured {
	float: left;
	margin-top: 5px;
	width: 920px;
}

.featured h1 {
	margin-top: 15px;
}

.passenger {
	float: left;
	margin-top: 5px;
	width: 920px;
}

.passenger .first_column, .passenger .third_column {
	width: 170px;
}

.first_column img {
	width: 100%;
}

.passenger .second_column, .passenger .fourth_column {
	width: 240px;
	float: left;
}

.passenger .second_column table, .passenger .fourth_column table {
	width: 240px;
	margin-bottom: 38px;
}

.passenger .fourth_column {
	margin-left: 20px;
}

.passenger .third_column {
	text-align: right;
}

.first_column, .second_column, .third_column {
	float: left;
}

.first_column, .third_column {
	width: 250px;
}

.second_column {
	width: 380px;
	margin-left: 20px;
	margin-right: 20px;
}

.first_column {
	text-align: right;
}

.third_column {
	text-align: left;
}

.third_column .no_reserv {
	margin-bottom: 70px;
}

.second_column table, .fourth_column table {
	width: 300px;
	font-size: 1.1em;	
}

.second_column th, .fourth_column th {
	color: #1b75bc;
	text-align: left;
	font-weight: bold;
	border-bottom: solid 1px #bbb;
	padding-bottom: 3px;
}

.second_column td, .fourth_column td {
	padding-top: 3px;
}

.one_table {
	margin-left: 40px;
	/*margin-bottom: 53px;*/
}

.two_tables {
	margin-bottom: 53px;
}

.two_tables table {
	width: 180px;
}

.table {
	width: 180px;
	float: left;
}

.table.right {
	margin-left: 20px;
}

.foot {
	border-top: 1px solid #bbb;
}

.button {
	background: #256394 url(../images/back_btn.jpg) repeat-x top;
	border: 1px solid #256394;
	color: #fff;
	font-size: 1.2em;
	width: auto;
	min-width: 100px;
	margin-top: 8px;
	margin-bottom: 30px;
	padding: 5px 8px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}

.button:hover {
	cursor: pointer;
}

.text {
	float: left;
	margin-top: 40px;
	width: 400px;
}

.Simpletext {
	float: left;
	margin-top: -10px;
	width: 800px;
}

.LgendText {
	float: left;
	
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}


.freetext {
	float: left;
	margin-top: 40px;
	width: 800px;
}

.textMap {
	float: left;
	margin-top: 40px;
	width: 450px;
}

.cars {
	background: url(../images/cars.png) no-repeat;
	width: 516px;
	min-height: 274px;
	float: right;
}
.maps 
{
	background: url(../images/map.jpg) no-repeat;
	margin-top: 45px;
	width: 437px;
	min-height: 300px;
	float: right;
}

.cars p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #777;
	font-weight: bold;	
	margin-top: 240px;
	margin-left: 50px;
}

.cars span.blue {
	font-size: 1.3em;
	color: #1b75bc;
	line-height: 0.9em;
}

.cars span.author {
	font-size: 1.0em;
	font-weight: normal;
	margin-left: 320px;
	font-style: italic;
	line-height: 3em;
}

.footer {
	background: #000;
}

.line {
	height: 7px;
	background: #9f9f9f;
	margin: 0;
	padding: 0;
}

.footer_holder {
	width: 920px;
	margin: 0 auto;
}

.copy {
	width: auto;
	float: left;
	color: #fff;
	margin: 15px 0 20px 0;
}

.mercedes {
	width: auto;
	float: right;
	margin: 15px 0 20px 0;
	padding: 0;
}

.mercedes p {
	color: #aaa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0;
}

.mercedes p img {
	margin-right: 7px;
	padding-bottom: 7px;
}

.car {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}