﻿* { font-family: Arial,Helvetica,sans-serif; font-size: 12px; color: #000000; }
body { margin: 0px; background: url('../../include/images/design/body_bg.png') repeat-x; background-color: #f38083; }

/* text */
A { text-decoration: none; color:#bb0c25; }
A:hover { text-decoration: underline; color:#bb0c25; }
P { margin-bottom: 10px; }

h1 { font-family: Times New roman,Arial,Helvetica,sans-serif; line-height: 30px; margin: 0px 0px 10px 0px; color: #bb0c25; font-size: 26px; font-weight: normal; }
h2 { font-size:16px; line-height:20px; margin-top: 0px; margin-bottom:10px; color: #bb0c25; }
h3 { font-size:14px; line-height:20px; margin-top: 0px; margin-bottom:10px; color: #bb0c25; }
h4 { font-size:12px; line-height:20px; margin-top: 0px; margin-bottom:10px; color: #bb0c25; }
h5 { font-size:12px; line-height:20px; margin-top: 0px; margin-bottom:0px; }

/* text kraj */
#mainframe {  }

/* header */

#header { width: 966px; margin:0 auto; height: 121px; }
#logotype { width: 190px; height: 118px; float: left; }
#logo IMG { border: none; }
#top_menu_line { height: 66px; width: 756px; overflow: hidden;}
#top_links { line-height: 46px;
			 height: 66px;
			 float: left;
			 color: #e31837;
			 padding-left: 10px;
			 }
#top_links A { color: #e31837; }
#top_links A:hover { color: #000000; text-decoration: none; }

#flags { line-height: 66px; float: right; text-align: right; }

#head-image { height: 332px; background: url('../../include/images/design/head-image.jpg') no-repeat top center; }
#head-image-inner { width: 966px; height: 239px; overflow: hidden; margin:0 auto; }
#invitation { float: left; width: 540px; }
#invitation-title { font-family: Georgia,Arial,Helvetica,sans-serif;
					font-size: 30px;
					color: #FFFFFF;
					font-style: italic;
					padding: 100px 0px 20px 20px;
					line-height: 30px;
					}
#invitation-text P { font-family: Georgia,Arial,Helvetica,sans-serif;
					 font-size: 16px;
					 color: #FFFFFF;
					 font-style: italic;
					 padding: 0px 0px 0px 16px;
					 line-height: 20px;
					 }
#head-boxes { float: right; width: 390px; padding-top: 100px; }
a.head_box { display: block;
			 float: right;
			 width: 222px;
			 line-height: 36px;
			 height: 38px;
			 background: url('../../include/images/design/head_box-bg.png') no-repeat;
			 text-align: center;
			 color: #FFFFFF;
			 margin-bottom: 0px;
			 font-size: 18px;
			 }
a.head_box:hover { background: url('../../include/images/design/head_box-bg_hover.png') no-repeat; text-decoration: none; }
			 
#small-search { width: 966px; margin:0 auto; height: 93px; overflow: hidden; background: url('../../include/images/design/small-search-bg.png') no-repeat; }
#small-search-inner { width: 952px; margin:0 auto; margin-top: 14px; padding-top: 20px; background: url('../../include/images/design/small-search-inner-bg.png') no-repeat; }
/* header kraj */

/* main meni */
#main_meni { height: 50px; }
#mainMenu {	list-style:none;
			width:770px;
			height:50px;
			float: left;
			overflow: hidden;
			}

#mainMenu li { float:left;}

#mainMenu li a { display:block;
				 line-height:40px;
				 height:50px;
				 text-decoration:none;
				 padding:0 10px;
				 margin-right:2px;
				 font-size: 16px;
				 font-weight: bold;
				 color: #FFFFFF;
				}

#mainMenu li a:hover, #mainMenu  a.active_true { color: #e31837;
												 line-height:40px;
												 height:50px;
												 background: url('../../include/images/design/main_menu_item_bg.png') repeat-x;
												 -webkit-border-top-left-radius: 5px;
												 -webkit-border-top-right-radius: 5px;
												 -moz-border-radius-topleft: 5px;
												 -moz-border-radius-topright: 5px;
												 border-top-left-radius: 5px;
												 border-top-right-radius: 5px;
												 }
/*
#navbar { background-color: #FFFFFF;
		  height: 30px;
		  padding-left: 10px;
		  padding-right: 10px;
		  line-height: 30px; 
		 }

*/

#breadcrumbs { line-height: 30px; padding-left: 34px; }
/* main meni kraj*/


#container_home { width: 966px; margin:0 auto; margin-top: 18px; background: url('../../include/images/design/container_bg.png') no-repeat; padding-top: 40px;}
#container { width: 966px; margin:0 auto; margin-top: 18px; background: url('../../include/images/design/container_bg.png') no-repeat; padding-top: 10px;}

/* content */
#content { background: #FFFFFF; padding: 0px 30px 0px 30px; }

#content #left_column { width: 222px; float:left; }
H2.special_offer { line-height: 30px;
				   background-color: #FFFFFF;
				   color: #8d0117;
				   padding: 0px 10px 0px 10px;
				   margin: 0px 0px 0px 10px;
				   font-size: 18px;
				   font-weight: normal;
				   -webkit-border-bottom-right-radius: 5px;
				   -webkit-border-bottom-left-radius: 5px;
				   -moz-border-radius-bottomright: 5px;
				   -moz-border-radius-bottomleft: 5px;
				   border-bottom-right-radius: 5px;
				   border-bottom-left-radius: 5px;
				   float: left;
				   }
DIV.special_offer-box { background: url('../../include/images/design/left-column-links_bg.png ') no-repeat bottom;
						background-color: #dae6f3;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
						padding-bottom: 10px;
						}
DIV.special_offer-box A { font-weight: bold; font-size: 13px; }
DIV.image { height: 100px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			}
DIV.default-box { padding-bottom: 10px; margin-bottom: 10px; }
DIV.default-box H2 { line-height: 36px;
					 height: 38px;
					 background: url('../../include/images/design/default-box-h2-bg.png') no-repeat;
					 color: #d1122e;
					 margin-bottom: 0px;
					 padding-left: 14px;
					 font-size: 18px;
					 }

#left_column H3 { padding-left: 10px; }
H3.left-column { line-height: 36px;
				 height: 38px;
				 background: url('../../include/images/design/default-box-h2-bg.png') no-repeat;
				 color: #d1122e;
				 margin-bottom: 0px;
				 padding-left: 14px;
				 font-size: 18px;
				 }
DIV.left-column-links { background-color: #dae6f3;
						background: url('../../include/images/design/left-column-links_bg.png ') no-repeat bottom;
						-webkit-border-bottom-right-radius: 5px;
						-webkit-border-bottom-left-radius: 5px;
						-moz-border-radius-bottomright: 5px;
						-moz-border-radius-bottomleft: 5px;
						border-bottom-right-radius: 5px;
						border-bottom-left-radius: 5px;
						padding-bottom: 1px;
						}

#main_column { width: 656px; float: right; }
#main_column_l {  }

A.opsirnije { display: block; text-align: right; color:#00AEEf; text-decoration:none; }
A.opsirnije:hover { display: block; text-align: right; color:#B9024D; text-decoration:none; }

/* content kraj */

#content-frame-bottom { width: 966px; margin:0 auto;  }

/* podmeni */
A.submenu_selected_false { display:block;
						   line-height:24px;
						   font-size:12px;
						   text-decoration:none;
						   padding:0 10px;
						   margin: 0px 5px 5px 5px;
						   color: #000000;
						   }
A.submenu_selected_false:hover { color:#bb0c25; line-height:24px; background: url('../../include/images/design/sub_menu_item_bg.png') no-repeat; } 
A.submenu_selected_true { display:block;
						  line-height:24px;
						  border: solid 2px #FFFFFF;
						  font-size:12px;
						  text-decoration:none;
						  padding:0 10px;
						  margin: 0px 5px 5px 5px;
						  color: #bb0c25;
						  background: url('../../include/images/design/sub_menu_item_bg.png') no-repeat;
						  }

/* podmeni kraj */

.bookingManager { display:block; }


#footer { width: 966px;
		  margin:0 auto;
		  height: 40px;
		  line-height: 20px;
		  clear:both;
		  color:#bb0c25;
		  text-align: center; 
		  }

#footer TD { color:#bb0c25; }
#footer A { color:#FFFFFF; text-decoration:none; font-family: Georgia, Arial,Helvetica,sans-serif; }
#footer A:hover { color:#9A9A9A; text-decoration:none; }
		  
DIV.welcome_image { border-bottom: solid #031931 10px; height: 200px; overflow: hidden;}

DIV.sm_box_3 { width: 312px; float: left; }
DIV.sm_box_3_inner { padding: 10px 20px 10px 10px; background: url('../../include/images/design/sm_3_inner_bg.png') no-repeat; }
DIV.sm_box_3_inner H2 { padding-left: 58px; color: #1d3d7d; background-color: red; float: left; mmargin-top: 20px; line-height: 48px; }
DIV.sm_box_3_inner DIV.read-more { float: right; margin-top: 16px;}
DIV.sm_box_3_inner DIV.read-more A { display: block;
									 width: 84px;
									 background: url('../../include/images/design/read-more_bg.png') no-repeat;
									 line-height: 20px;
									 color: #FFFFFF;
									 text-align: center;
									 }
DIV.sm_box_3_inner DIV.description { line-height: 18px; height: 130px; overflow: hidden; margin-top: 0px; }

DIV.sm_box_boat { float: left; width: 218px; }
DIV.sm_box_boat_inner { padding: 0px 9px 0px 9px; }
DIV.sm_box_boat_inner H2 { font-size:14px; line-height:20px; margin-top: 0px; margin-bottom:5px; color: #000000; }
DIV.sm_box_boat_inner P { line-height: 18px; height: 90px; overflow: hidden; text-align: justify; }
A.sm_box_boat_img { display: block;
					width:200px;
					height:152px;
					overflow: hidden;
					}
A.sm_box_boat_img IMG { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }					
A.sm_box_boat_more { display: block;
					 text-align: right;
					 float: right;
					 padding: 5px;
					 color: #FFFFFF;
					 background-color: #bb0c25;
					 -webkit-border-radius: 5px;
					 -moz-border-radius: 5px;
					 border-radius: 5px;
					 }
					 
DIV.sm_box_home { float: left; width: 330px; }
DIV.sm_box_home_inner { padding: 0px 9px 0px 9px; }
DIV.sm_box_home H2 { line-height: 36px;
					 height: 38px;
					 background: url('../../include/images/design/home-box-h2-bg.png') no-repeat;
					 color: #d1122e;
					 margin-bottom: 10px;
					 padding-left: 14px;
					 font-size: 18px;
					 }
DIV.sm_box_home_inner DIV.text { float: right; width: 150px; height: 162px; overflow: hidden; }
DIV.sm_box_home_inner DIV.text  P { line-height: 18px; margin-top: 0px; text-align: justify; }
DIV.sm_box_home_inner P { line-height: 18px;  text-align: justify; }
A.sm_box_home_img { display: block;
					width:150px;
					height:152px;
					overflow: hidden;
					float: left;
					}
/*A.sm_box_home_img IMG { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }*/					
A.sm_box_home_more { display: block;
					 text-align: right;
					 float: right;
					 padding: 5px;
					 color: #FFFFFF;
					 background-color: #bb0c25;
					 -webkit-border-radius: 5px;
					 -moz-border-radius: 5px;
					 border-radius: 5px;
					 }

DIV.description A { font-weight: bold; color: #1d3d7d; font-size: 14px; }

A.footer_box_image { display: block;
					 height: 60px;
					 overflow: hidden;
					 border: solid 1px #003260;
					 -webkit-border-radius: 5px;
					 -moz-border-radius: 5px;
					 border-radius: 5px;
					 text-decoration: none;
					}
A.footer_box_image SPAN { display: block;
						  font-size:14px;
						  line-height:20px;
						  padding: 40px 5px 0px 5px;
						  color:#E3DFDF;
						  background: url('../../include/images/design/footer_box_image.png') no-repeat bottom;
						  }

/* category */
DIV.category_main_box { margin-bottom: 10px; padding-bottom: 10px; border-bottom: solid 1px #0b5eb5; }
A.category_main_box_image { float: left;
							width: 180px;
							height: 135px;
							-webkit-border-radius: 5px;
							-moz-border-radius: 5px;
							border-radius: 5px;
							text-decoration: none;
							}
A.category_main_box_image SPAN { display: block;
								 font-size:14px;
								 line-height:20px;
								 padding: 110px 5px 0px 5px;
								 color:#E3DFDF;
								 background: url('../../include/images/design/footer_box_image.png') no-repeat bottom;
								 }
DIV.category_main_box_text { float: right; width: 480px; }
DIV.category_main_box_text H3 { margin-bottom: 0px; }

DIV.category_main_box_impressions { margin-bottom: 10px; padding-bottom: 0px; border-bottom: solid 1px #0b5eb5; }
DIV.category_main_box_impressions H4 { margin-bottom: 0px; }
DIV.category_main_box_impressions P { margin-bottom: 0px; font-size: 11px;}
/* category kraj */
/* category1 category */
DIV.item { margin-bottom: 10px; padding-bottom: 10px; border-bottom: solid 1px #0b5eb5; }
DIV.item A.image { display: block; width: 90px; height: 68px; float: left; }
DIV.item DIV.item_content { width: 570px; min-height: 68px; float: right; }

/* category1 category kraj */
/* category1 */
DIV.category1 { width: 176px; float: left;}
DIV.category1_inner { padding: 0px 3px 10px 3px; }
DIV.category1_inner_content { height: 128px; overflow: hidden; }
DIV.category1_inner_content P { font-size: 11px; line-height: 15px; margin-top: 0px; }
A.category1_link { display: block;
				   height: 60px;
				   overflow: hidden;
				   border: solid 1px #003260;
				   text-decoration: none;
				   -webkit-border-radius: 5px;
				   -moz-border-radius: 5px;
				   border-radius: 5px;
				   }
A.category1_link SPAN { display: block; font-size:14px; line-height:20px; padding: 40px 5px 0px 5px; color:#E3DFDF; }
/* category1 kraj */



DIV.contact_form { width: 678px; overflow: hidden; }
DIV.contact_form2 { width: 650px; overflow: hidden; }
DIV.columnL {  }
DIV.key {  }
DIV.value {  }

SELECT { line-height: 20px; height: 20px; border: solid 1px #aeaeae; background-color: #FFFFFF; font-size: 12px;}
OPTION { line-height: 20px; height: 20px; background-color: #FFFFFF; font-size: 12px;}
INPUT { border: solid 1px #aeaeae; background-color: #FFFFFF; }
TEXTAREA { border: solid 1px #aeaeae; background-color: #FFFFFF; }

INPUT.form {  }
INPUT.button { cursor:pointer;
			   background-color: #d1122e;
			   border: none;
			   color: #FFFFFF;
			   text-align: center;
			   line-height: 20px;
			   height: 20px;
			   -webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			   border-radius: 5px;
			   }
			   
INPUT.button2 { cursor:pointer;
			   background-color: #d1122e;
			   border: none;
			   color: #FFFFFF;
			   text-align: center;
			   line-height: 20px;
			   height: 20px;
			   -webkit-border-radius: 5px;
			   -moz-border-radius: 5px;
			   border-radius: 5px;
			   }
			   
A.button { display: block;
		   cursor:pointer;
		   background-color: #d1122e;
		   text-align: center;
		   width: 100px;
		   line-height: 20px;
		   color:#FFFFFF;
		   text-decoration: none;
		   -webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
		   border-radius: 5px;
		   }
INPUT.form_large { width: 450px; }
TEXTAREA.message { width: 450px; }
TEXTAREA.message-charter { width: 340px; }

DIV.contentShrinked { /*width: 300px; float: left;*/ }
DIV.thumblist { width:200px; float: right; text-align: right; }
DIV.thumblist A { margin: 0px; padding: 0px; }
IMG.thumb { border: double 3px #cccccc; }
IMG.thumb:hover { border: solid 3px #cccccc; }

.hideme {visibility:hidden;height:1px;padding:2px;}

