body {
	margin:0;
	padding:0;
	background-image: url(images/strukturobj/BG_tile.png);
	background-repeat: repeat;
}

img {  
	margin: 0px; 
	padding: 0px;
}

#cypern_container {
	margin: 0px auto;
	width: 918px;
	margin-top: 0px;
	background: #FFF;
	-moz-box-shadow: 2px 2px 10px #999999;
	-webkit-box-shadow: 2px 2px 10px #999999;
	box-shadow: 2px 2px 10px #999999;
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#999999');
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#999999')";
	border-radius: 5;
}

/* ----- Header ----- */

#cypern_header {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 918px;
	height: 58px;
}

#language_sel {
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: right;
	height: 30px;
}

#langImg {
	clear: left;
	float: right;
	height: 22px;
	width: 28px;
	margin-left: 12px;
}

#langtxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #333;
	list-style: none;
	clear: left;
	float: right;
	height: 22px;
	padding-top: 4px;
}

#langImg a:hover{
	border-bottom: none;
}

/* ----- End of Header ----- */

/* ------------- Menu ------------------ */

#menu {
	width: 918px;
	height: 32px;
}

#menuItem1 {
	float: left;
	margin: 0px;
	height: 32px;
}

#menuItem2 {
	float: left;
	border-left: solid thin #999;
	margin: 0px;
	height: 32px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}


/* ---------- End of Menu ------------- */


/* ----------------- Content ----------------------- */

#cypern_content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 918px;
}

#cypern_main_image {
	margin: 0px 10px 30px 0px;
	width: 918px;
	height: 390px;
	background-image:url(images/_start/00_main_img.jpg);
}

#cypern_main_image .imgBumper {
	float: left;
	margin: 10px 0px 0px 10px;
		z-index: 1;
}

#cypern_middle_column {
	float: left;
	margin: 0px 0px 30px 50px;
	padding: 0px 5px;
	width: 550px;
}
#cypern_middle_full {
	float: left;
	padding: 0px 50px;
	min-height: 100px;
	width: 818px;
}

#cypern_right_column {
	float: right;
	margin: 0px 0px 30px 10px;
	padding: 0px 0px 0px 0px;
	border-left: solid thin #CCC;
	width: 250px;
	min-height: 350px;
}

#cypern_right_column p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.2px;
	font-style: italic;
	line-height: 1.5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.horDotDivider {
	padding: 0px;
	height: 3px;
	background-image:url(images/strukturobj/dotborder_hor.gif);
	width:inherit;
	margin: 30px 0 ;
}

/* middle column */

#section1 {
	float: left;
	width: 265px;
	margin-right: 10px;
	padding: 0px 10px 10px 0px;
}

#section1 .section1_inner{
	padding: 0px 0px 0px 10px;
}

#section2 {
	float: right;
	width: 265px;
	padding: 0px 0px 10px 0px;
}

#section2 .section2_inner{
	padding: 0px 0px 0px 20px;
	border-left: solid thin #CCC;
}


/* end of middle */

/* right column */

#right_box01 {
	width: 170px;
	min-height: 130px;
	padding: 10px 15px;
	background-image: url(images/aside/bumpQuote.png);
	margin: 0px auto;
	border-bottom: solid thin #CCC;
	background-repeat: no-repeat;
}

#right_box02 {
	width: 190px;
	padding: 10px 5px;
	margin: 0px auto;
	border-bottom: solid thin #CCC;
	text-align: center;
}

#right_box03 {
	width: 170px;
	min-height: 120px;
	padding: 20px 15px;
	margin: 0px auto;
	background-image: url(images/aside/bumpFlower.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}


/* end of right column */


/* ----- Footer ----- */

#cypern_footer {
	position:relative;
	clear: both;
	padding: 0px;
	border-top: solid thin #CCC;
	width: 918px;
	height: 32px;
}

#cypern_footer .footerItem1 {
	position:relative;
	float: left;
	padding: 0px 30px;
	height: 32px;
}

#cypern_footer .footerItem2 {
	position:relative;
	float: left;
	border-left: solid thin #CCC;
	padding: 0px 0px 0px 30px;
	height: 32px;
	text-align: center;
}

/* ----- End of Footer ----- */

