/*----------------------------------------------------

	Created : 20.08.2007

	Modified : 22.08.2007

	

	*/ @import "reset.css"; /*	

----------------------------------------------------*/

body{

	background: url('../images/bg.jpg');

}

	

#container {

	width: 100%;

	background: url('../images/bg_top.jpg') repeat-x;

}



#left {

	width: 375px;

	float: left;

}



#right {

	width: 480px;

	float: left;

}

	#flash {

		width: 441px;

		height: 299px;

		margin-top: 53px;

		margin-left: 20px;

		background: url('../images/flash_bg.jpg') no-repeat;

		padding: 16px 0 0 14px;

	}



#header {

	width: 855px;

	height: 390px;

	margin: auto;

	background: url('../images/bg_float.jpg') repeat-x #FFFFFF;

}



#content {

	width: 855px;

	margin: auto;

	background: #FFFFFF;

	#margin-top: -2px;

}



#meniu {

	margin-left: 15px;

	padding-top: 5px;

}

	#meniu li a{

		display: block; 

		height: 38px;

		width: 265px;

		font-size: 0px;

		color: #FFFFFF;

	}



	#meniu #link_home { background: url('../images/link_home.gif') no-repeat; }

	#meniu #link_home:hover { background: url('../images/link_home_.gif') no-repeat; }

	#meniu #link_home_activ { background: url('../images/link_home_.gif') no-repeat; }



	#meniu #link_dev { background: url('../images/link_dev.gif') no-repeat; }

	#meniu #link_dev:hover { background: url('../images/link_dev_.gif') no-repeat; }

	#meniu #link_dev_activ { background: url('../images/link_dev_.gif') no-repeat; }

	

	#meniu #link_location { background: url('../images/link_location.gif') no-repeat; }

	#meniu #link_location:hover { background: url('../images/link_location_.gif') no-repeat; }

	#meniu #link_location_activ { background: url('../images/link_location_.gif') no-repeat; }

	

	#meniu #link_profile { background: url('../images/link_profile.gif') no-repeat; }

	#meniu #link_profile:hover { background: url('../images/link_profile_.gif') no-repeat; }

	#meniu #link_profile_activ { background: url('../images/link_profile_.gif') no-repeat; }

	

	#meniu #link_contact { background: url('../images/link_contact.gif') no-repeat; }

	#meniu #link_contact:hover { background: url('../images/link_contact_.gif') no-repeat; }

	#meniu #link_contact_activ { background: url('../images/link_contact_.gif') no-repeat; }

	

#hotel_plan {

	width: 300px;

	float: left;

	padding-left: 10px;

}

	#hotel_plan h2{

		font: 20px verdana;

		color: #484848;

		margin-bottom: 3px;

		padding-left: 5px;

	}



#site_content {

	width: 535px;

	float: left;

	font: 11px tahoma;

	color: #484848;

}

	#site_content h1 {

		font: 18px verdana;

		color: #CC0000;

		padding-bottom: 2px;

		border-bottom: 1px dashed #CACACA;

	}

	#site_content p {

		margin: 10px 0;

		line-height: 14px;

	}



	#site_content pre {

		margin-left: -180px;

	}

	

	#site_content .ident {

		padding-left: 10px;

	}

	

	#site_content a {

		color: #CC0000;

		text-decoration: none;

	}



	#site_content a:hover {

		color: #FF3737;

	}

	#site_content .ul_left {

		float: left;

		width: 170px;

		padding-top: 10px;

	}

	

	#site_content li {

		background: url('../images/arrow.gif') 0% 45% no-repeat;

		padding-left: 14px;

		height: 16px;

		

	}

	

	#contact_form {

		margin-top: 15px;

	}



	#contact_form label {

		display: block;

		padding: 5px 0 3px 0;

	}

	

	#contact_form input, #contact_form textarea {

		padding: 2px;

		border: 1px solid #CCCCCC;

		font: 11px verdana;

	}

	

#pre_footer {

	width: 835px;

	margin: auto;
	background: #FFFFFF;

	padding: 5px 10px 10px 10px;

}



#footer {

	border-top: 5px solid #EAEAEA;

	padding-top: 5px;

	font: 10px tahoma;

	color: #999999;
	margin-botom: 10px;

}

.footerleft {

	float:left;

	width:585px;

	font: 10px tahoma;

	color: #999999;

}

.footerright {

	float:right;

	width:250px;

	font: 10px tahoma;

	color: #999999;

	text-align:right;

}	

.footerright a {	

	font: 10px tahoma;

	color: #555555;

	text-decoration:none;

}

.footerright a:hover {	

	font: 10px tahoma;

	color: #CC0000;

	text-decoration:none;

}





/*

	CSS FOR ImageBox - jQuery

*/



#ImageBoxOverlay { background-color: #000; }

#ImageBoxCaption { background-color: #F4F4EC; }

#ImageBoxContainer { width: 250px; height: 250px; background-color: #F4F4EC; }

#ImageBoxCaptionText { font-weight: bold;	padding-bottom: 5px; font-size: 13px; color: #000; }

#ImageBoxCaptionImages { margin: 0; }

#ImageBoxNextImage { background-image: url(images/imagebox/spacer.gif); background-color: transparent; }

#ImageBoxPrevImage { background-image: url(images/imagebox/spacer.gif); background-color: transparent; }

#ImageBoxNextImage:hover { background-image: url(images/imagebox/next_image.jpg); background-repeat: no-repeat; background-position: right top; }

#ImageBoxPrevImage:hover { background-image: url(images/imagebox/prev_image.jpg); background-repeat: no-repeat; background-position: left bottom; }

