
* {
	margin: 0;
	padding: 0;
	
}

html, body {
	height: 100%;
}

body {
	text-align: center; /* horizontal centering for IE Win quirks */
	background-color: #fff;
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	
}

/* general links */

a {
	text-decoration: none;
	color: #999;
	outline: none;
}
a:hover, .selected a {
	text-decoration: none;
	color: #505050;
}

/* links inside the content area */

#content a {
	color: #c2c2c2;
}
#content a:hover {
	color: #aaa;
}

/* other elements */

p { margin: 10px 0; padding: 0; }
object { outline: none; }

.hidden { display: none !important; }




/* ----------- basic layout --------------------------------------------------------------------------------- */

#distance { 
	width:100px;
	height:45%;
	margin-bottom: -275px; /* half of container's height */
	float:left;
}
.template-5 #distance {
	height: 40%;
	margin-bottom: -125px; /* half of container's height */
}

#allContainer {
	margin:0 auto;	/* horizontal centering */
	position:relative; /* puts container in front of distance */
	text-align:left;
	clear:left;
	width: 780px;
	height: 570px;
}
.template-5 #allContainer {
	width: 538px;
	height: 250px;
}

br.clear { 
	clear: both;
}






/* ----------- splash page --------------------------------------------------------------------------------- */

#splashLogo {
	width: 538px;
	height: 217px;
	overflow: hidden;
	background: url('../layout/ilona-bogdane-big-logo.gif') no-repeat;
	border-bottom: 1px solid #ccc;
}
	#splashLogo * { display: none; }

ul#splashLanguages {
	display: block;
	width: 100%;
	list-style-type: none;
	text-align: center;
	margin: 5px 0;
}
	ul#splashLanguages li {
		display: inline;
		text-transform: uppercase;
	}
		ul#splashLanguages li a {
			padding: 0 20px;
		}



/* ----------- main ---------------------------------------------------------------------------------------- */

#contentContainer { 
	position: relative;
	width: 100%;
	height: 498px;
}

	/* HEADING */

	#contentContainer h1 {
		display: block;
		width: 211px;
		height: 88px;
		margin: 0;
		background: url('../layout/ilona-bogdane-logo.gif') no-repeat;
	}
		#contentContainer h1 a {
			display: block;
			width: 100%;
			height: 100%;
			outline: none !important;
		}
			#contentContainer h1 a * { display: none; }
	
	/* CONTENT */
		
	#content {
		width: 100%;
		height: 410px;
		overflow: hidden;
		background: #898989 url('/_content/layout/main-area-background.jpg') repeat;
	}
	
		#contentInside {
			width: 100%;
			height: 100%;
		}
		
		#content object { 
			width: 100%;
			height: 100%;
		}
		
		#content .template-6 img,
		#content .template-3 img {
			display: block;
			margin: 0 84px 0 auto;
		}

		
		#content .template-4  .left {
			display: block;
			float: left;
			width: 326px;
			height: 370px;
			margin: 20px 10px 20px 84px;
			overflow: hidden;
			color: #fff;
			font-weight: bold;
		}
		#content .template-4 .right {
			display: block;
			float: left;
			width: 360px;
			height: 410px;
			overflow: hidden;
		}



	
	
	
	/* MENU */
	
	#menu {
		position: relative;
		margin: 10px 0 0 84px;
	}
		#menu ul {
			position: relative;
			display: block;
			float: left;
			height: 120px;
			margin: 0 10px 0 0;
			overflow: hidden;
			list-style-type: none;
		}
			#menu ul li {
				position: relative;
				display: block;
				text-transform: uppercase;
			}
				#menu ul li a {
					font-weight: bold;
				}
				
		#menu ul.level-1 {
			width: 160px;
			min-height: 10px;
		}
			#menu ul.level-1 li {
				width: 160px;
			}
		#menu ul.level-2 {
			width: 190px;
			min-height: 10px;
		}
			#menu ul.level-2 li {
				width: 190px;
			}
			.listItemIn {
				opacity: 1;
				margin-left: 0;
				display: block;
			}
			.listItemOut {
				opacity: 0;
				margin-left: -190px;
				display: none;
			}
		
		#menu div.texts {
			position: relative;
			width: 242px;
			float: left;
			margin-top: -10px;
			color: #505050;
			font-weight: bold;
			text-transform: uppercase;
		}


















		


