 body {
    line-height: 1.5;
    font-size: 100%;
    word-wrap: break-word;
    margin: 0;
    padding: 0px 0 0 0;
    border: 0;
    outline: 0;
    background: url(/themes/berlinovo/images/web_berlinovo_back.jpg) 50% 0 #ffffff no-repeat;
	    font-family: Arial, sans-serif;
}

body  #container {
    max-width: 974px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;

}

body  #container #wrapper {
	background:#fff;
	height:100%;
}

#footer {
	text-align:center;
	padding:20px 0;
	font-style:italic;
}

#tooltip {
	background:#fff;
	position:absolute;
	max-width:400px;
	padding:10px;
	border:1px solid #698282;
	color:#698282;
	font-size: 12px;
}

div.image {
	position:relative;
	border-bottom:1px solid #999; 
	border-top:1px solid #eee; 
}

div.image:first-child {
	border-top:0px; 
}

div.image:last-child {
	border-bottom:0px; 
}

div.image  img{
	width:100%;
	z-index:-1001;
}

div.area {
	position:absolute;

}

a.link.tooltip {
	display:block;
	cursor:'info';
	position:absolute;
}

div.image > a.link {
	border:#e40613 1px solid;
	opacity:0.1;
}

div.image > a.link.enter {
	opacity:1;
}

div.area a.link {
	border:#e40613 1px solid;
	opacity:0;
}

div.area.enter a.link {
	opacity:0.3;
}

div.area.enter  a.link.enter {
	opacity:1;
}
