BODY {
	margin: 27px;
	margin-left: 22px;
	background-color: #A5A5A5;
	font-family: Georgia;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

#content A {
	color: #FFFFFF;
	text-decoration: none;
}

#content A:hover {
	background-color: #A5A12C;
	color: #FFF945;
}

#lang {
	position: absolute;
	left: 615px;
	top: 242px;
}

#lang A {
	color: #FFFFFF;
	text-decoration: none;
}

#lang A:hover {
	background-color: #A5A12C;
	color: #FFF945;
}

#mark {
	position: absolute;
	left: 615px;
	top: 242px;
	z-index: 2;
}

#mark_menu {
	position: absolute;
	left: 615px;
	top: 65px;
	width: 95px;
	display: none;
	z-index: 1;
}

#mark A {
	color: #FFFFFF;
	text-decoration: none;
}

#mark A:hover {
	background-color: #A5A12C;
	color: #FFF945;
}

#mark_menu A {
	color: #FFFFFF;
	text-decoration: none;
}

#mark_menu A:hover {
	background-color: #A5A12C;
	color: #FFF945;
}

.line {
	height: 3px;
	background-image: url('../images/linje.gif');
	background-repeat: repeat-x;
}