*{ margin: 0; pading: 0; }

body {
	background-image:url('../image/backgroundimage.png');
	text-align:center; 	 
	min-height:750px;
}

p{
	margin-bottom:5px;
	padding:3px;
}

iframe{
	border:solid 1px #9f5a1c;
	padding:5px;
}
/** Begin Website Wrapper **/
#websiteWrapper{	
	position:relative;
	margin:0 auto; 
	width:824px;
	height:750px;
}
/** TopPart Bottom Part **/
#topPartContainer{
	top:0px;
	left:0px;
}

#bottomPartContainer{
	position:absolute;
	top:150px;
	left:0px;
}

/** Begin Header **/
#headerContainer{
	position:absolute;
	left:0px;
	top:0px;
	background-image:url('../image/logo.png');
	width:800px;
	height:150px;
	border-bottom:solid 1px #000000;
	
}

/** Begin Menu **/

#menuContainer{
	position:absolute;
	top:150px;
	left:0px;
	width:180px;
	height:600px;
	background-color:#f5a157;
	border-right:solid 1px #000000;
	color:#ffffff;
	font-family: calibri, serif;
	font-size: 14px;
	float:left;
}

#menu{
top:10px;
	text-align:left; 
	height:100%;	
}


#menu a{
	text-decoration:none;	
}

#menu a div{
	border-bottom:solid 1px #ffffff;
	text-decoration:none;
	padding:7px;
	width:166px;	
}

.menuItem,
.menuItem a:visited,
.menuItem a:active{
	color:#ffffff;
}


.menuItem:hover,
.menuItem:hover a,
.menuItemActive{	
	color: #9f5a1c;
	background-color:#facba1;
	font-weight:bold;
}

.menuItemWithSubmenu{
	border-bottom: solid 1px #facba1 !important ;
	color: #9f5a1c;
	background-color:#facba1;
	font-weight:bold;
}

#submenu_accomadatie{
	border-bottom: solid 1px #ffffff;
	background-color:#facba1;
	padding-left:7px;
	padding-right:7px;
	font-weight:bold;
	width:166px;
}

#submenu_accomadatie a,
.subMenuItem{
	color:#ffffff;
} 
#submenu_accomadatie a:hover,
.subMenuItemActive{
	color:#9f5a1c !important;
}

#bottomInfo{
	position:absolute;
	top:350px;
	width:100%;
	font-size:12px;
	left:0px;
}
/** Begin content **/
#contentContainer{
	position:absolute;
	padding:15px;
	left:181px;
	top:150px;
	width:588px;
	height:550px;
	font-family: calibri, serif;
	text-align:left;
	overflow-y:auto;
	float:right;
	background-color:#ffffff;
}

#contentContainer h1{
	color:#9f5a1c;
	font-size:20px;
	font-weight:bold;
}

#contentContainer h2{
	color:#9f5a1c;
	font-size:18px;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;	
	text-align:left;
}

th{
	color:#9f5a1c;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#contentContainer img.floatRight {
    float: right; 
    margin: 0px 25px 0px 4px; 
	padding: 5px;
	border:1px solid #9f5a1c;

}

#contentContainer img{
	padding: 5px;
	border:1px solid #9f5a1c;
}
#contentContainer .image_center img{
	text-align:center;
	margin-right:15px;
}

#contenContainer .image_right,
#contenContainer .image_right img{
    float: right; 
}

/** Begin Shadow **/
#shadowleft{
	background-image:url('../image/shadow_left.png');
	background-repeat:repeat-y;
	position: absolute;
	top:0px;
	left:0px;
	width:12px;
	height:100%;
}

#shadowright{
	background-image:url('../image/shadow_right.png');
	background-repeat:repeat-y;
	position: absolute;
	top:0px;
	right:0px;
	width:12px;
	height:100%;
}

#shadowContent{
	background-image:url('../image/shadow_bottom.png');
	background-repeat:repeat-x;
	position: absolute;
	top:150px;
	left:0px;
	width:800px;
	height:12px;

}

/** Begin websiteContainer **/
#websiteContainer{
	position: absolute;
	background-color:#ffffff;
	top: 0px;
	left: 12px;
	height: 100%;
	width: 800px;
	border: solid 1px #000000;
}

