#navigation {
	position: absolute;
	top: 43px;
	left: 43px;
}

#navigation li a, h1 a {
	color: #000000;
	text-decoration: none;
}

#navigation li.active li a {
	color: #000000;
	text-decoration: none;
}

#navigation li.active a, #navigation li li.active a {
	color: #F20707;
}

#navigation li.first {
	margin-top: 0px;
}

#navigation li.last {
	margin-bottom: 34px;
}

div.language li {
	display: block;
	float: left;
	border-right: 1px solid #000000;
	margin: 0px 7px 0px 0px;
	padding: 0px 7px 0px 0px;
	line-height: 16px;
}

#navigation li li.first, #navigation li li.last,  #navigation .language li.first,  #navigation .language li.last {
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation .language li.last {
	border-right: 0 none;
}

#content {
	position: absolute;
	top: 43px;
	left: 227px;
	width: 805px;
}

#leftcol {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 425px;
}

#rightcol {
	position: absolute;
	top: 60px;
	left: 455px;
	width: 340px;
	text-align: center;
}

#rightcol img {
	margin: 0;
}

ul.gallery {
	width: 340px;
	height: 340px;
	position: relative;
}

ul.gallery li {
	top: 0;
	left: 0;
	width: 340px;
	height: 340px;
	display: block;
	position: absolute;
	background: white;
	text-align: center;
	line-height: 340px;
}

ul.gallery img {
	vertical-align: middle;
}

.back, .next, .info {
	color: #F20707;
}

.back, .next {
	cursor: pointer;
}

#rightcol ::-moz-selection {
	background: transparent;
}

#rightcol ::selection {
	background: transparent;
}

/*ul.gallery li:nth-child(5){
	z-index: 123;
}*/