body {
	margin: 60px 0;
	background: #ceeaf9;
}

a {
	color: #0e5ca7;
	text-decoration: underline;	
}

a:hover {
	color: #92cff1;	
}

h1 {
	font-size: 1.2em;
	color: #b3ab9b;	
	text-align: center;
	
}

h2 {
	font-size: 1.0em;
	color: #0b5b98;
	margin-bottom: 0;	
}

#page {
	width: 955px;
	margin: 0 auto;	
}

#page-inner {
	width: 100%;
	background: url(bg.jpg) repeat-y;
	border: 2px solid #6faac4;
	position: relative;
}

#page #tl {
	position: absolute;
		top: -2px;  /* -border height */
		left: -2px; /* -border height */
}

#page #bl {
	position: absolute;
		bottom: -2px;  /* -border height */
		left: -2px; /* -border height */
}

#page #tr {
	position: absolute;
		top: -2px;  /* -border height */
		right: -2px; /* -border height */
}

#page #br {
	position: absolute;
		bottom: -2px;  /* -border height */
		right: -2px; /* -border height */
}

#left {
	float: left;
	width: 260px;
}

#left #logo {
	border: none;	
}


#left #contact{
		background: url(contact-bg.jpg) repeat-y;
		width: 260px;
		margin: 20px 0 0 0; /* t r b l */
}

#left #contact  p {
	color: #3979b6;
	font-size: 0.75em;
	margin: 0;
	text-align: center;	
}

#left #map {
	width: 250px;	
}

#left #map #map-inner {
	width: 246px;
	height: 176px;
	background: url(map.jpg) no-repeat;
	margin: 20px auto 0 auto; /* t r b l */
	position: relative;
} 

#left #map #map-inner #show-map {
	border: 0;
	position: absolute;
		bottom: 0;
		right: 0;	
} 

#content {
	float: left;
	width: 460px;
	height: 430px;
	margin-left: -10px;
	position: relative;
	background: url(content-bg.png) no-repeat; 
}

#content #content-inner { 
	margin: 15px; /* t r b l */
	width: 405px;
	height: 380px;
	overflow: auto;
	padding: 5px;
	background: #FFF;
}

#content #tabs {
	position: absolute;
		top: 20px;
		right: 0px;
}
#content #tabs img {
	border: 0;
}


/* contact */
#content-full {
	float: left;
	width: 700px;
	height: 430px;
	margin-left: -10px;
	position: relative;
	background:  url(content-full-bg.png) no-repeat; 
}

#content-full #content-inner { 
	margin: 15px; /* t r b l */
	width: 660px;
	height: 380px;
	overflow: auto;
	padding: 5px;
	background: #FFF;
}

#right {
	margin: 0 0 0 10px;
	width: 225px;
	float: left;
}

#right img {
	width: 223px;
	height: 98px;
	display: block;
	margin: 10px auto;	
}

#hr {
	clear: both;
	height: 10px;
}

#menu a, #lang-menu a {
	font-size: 0.75em;
	color: #2f6086;
	text-decoration: none;	
}

#menu {
	margin-left: 30px;
	padding-left: 10px;
	display:block;
}
#menu .element {
	border: 2px solid #6fcaf1;
	border-bottom: none;
	background: #FFF;
	width: 100px;
	padding: 3px 15px 0 15px;
	margin-left: 10px;
	text-align: center;
	float: left;
	position: relative;
	font-weight: bold;
}

#menu .element .element-inner p {
	margin: 4px auto;	
	width: 80px;
	height: 1px;
}

#menu .element .left {
	position: absolute;
		top: -3px;
		left: -3px;	
	background: url(menu-top-left.jpg) no-repeat;
	width: 12px;
	height: 12px;
}

#menu .element .right {
	position: absolute;
		top: -3px;
		right: -3px;
	background: url(menu-top-right.jpg) no-repeat;
	width: 12px;
	height: 12px;	
}

#menu .last .right {
	right: 3px;
}

#menu .active, #menu .element:hover {
	background: #ddedf5;
}

#menu .active .left, #menu .element:hover .left {
	background: url(menu-top-left-act.jpg) no-repeat;
}

#menu .active .right, #menu .element:hover .right {
	background: url(menu-top-right-act.jpg) no-repeat;
}

#lang-menu {
	margin: 0 10px 0 auto;
	width: 220px;
}

#lang-menu .element {
	border: 2px solid #6fcaf1;
	padding: 3px 15px 0 15px;
	width: 25px;
	border-top: none;
	margin-left: 10px;
	text-align: center;
	background: #FFF;
	float: left;
	position: relative;
}

#lang-menu .element .left {
	position: absolute;
		bottom: -3px;
		left: -3px;	
	background: url(menu-bottom-left.jpg) no-repeat;
	width: 12px;
	height: 12px;
}

#lang-menu .element .right {
	position: absolute;
		bottom: -3px;
		right: -3px;
	background: url(menu-bottom-right.jpg) no-repeat;
	width: 12px;
	height: 12px;	
}

#lang-menu .active, #lang-menu .element:hover {
	background: #ddedf5;
}

#lang-menu .active .left, #lang-menu .element:hover .left {
	background: url(menu-bottom-left-act.jpg) no-repeat;
}

#lang-menu .active .right, #lang-menu .element:hover .right {
	background: url(menu-bottom-right-act.jpg) no-repeat;
}

#maps img {
	float: left;
}

#map-big {
	width: 345px;
	height: 425px;
}

#map-middle {
	width: 350px;
	height: 425px;
}

