/* CSS Screen */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	background-image: url(img/bg.jpg);
}

img {
	border: 0px;
}

a:link {color: #999999; text-decoration: none;}
a:visited {color: #999999; text-decoration: none;}
a:active {color: #999999; text-decoration: none;}
a:hover {color: #000000; text-decoration: none;}

h1 {
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 8px;
	list-style-type: square;
}

.pagecontainer {
	float: left;
	position: absolute;
	width: 901px;
	left: 50%;
	margin-left: -450px;
	top: 30px;
}

.header {
	float: left;
	position: relative;
	width: 901px;
	height: 33px;
}

.toplink1 {
	float: left;
	position: relative;
	width: 218px;
	height: 33px;
}

.toplink2 {
	float: left;
	position: relative;
	width: 218px;
	height: 33px;
	margin-left: 2px;
	display: inline;
}

.toplink3 {
	float: left;
	position: relative;
	width: 218px;
	height: 33px;
	margin-left: 1px;
	display: inline;
}

.midwrap {
	float: left;
	position: relative;
	width: 901px;
	height: 89px;
}

* html .midwrap {
	margin-top: -33px;
}

.midbar {
	float: left;
	width: 901px;
	height: 89px;
	background-image: url(img/midbar.png);
}

.flags {
	float: right;
	position: relative;
	width: 870px;
	height: 14px;
	top: 18px;
}

.flag1 {
	float: right;
	position: relative;
	width: 21px;
	height: 14px;
	background-image: url(img/flag_de.png);
	cursor: hand;
	margin-right: 20px;
}

.flag2 {
	float: right;
	position: relative;
	width: 21px;
	height: 14px;
	background-image: url(img/flag_en.png);
	cursor: hand;
	margin-right: 10px;
}

.flag3 {
	float: right;
	position: relative;
	width: 21px;
	height: 14px;
	background-image: url(img/flag_fi.png);
	cursor: hand;
	margin-right: 10px;
}

.container {
	float: left;
	position: relative;
	width: 901px;
	background-image: url(img/con_bg.png);
	background-repeat: repeat-y;
}

.images {
	float: left;
	position: relative;
	width: 884px;
	margin-left: 8px;
	display: inline;
}

.img1 {
	float: left;
	position: relative;
	width: 289px;
	height: 211px;
}
.img2 {
	float: left;
	position: relative;
	width: 289px;
	height: 211px;
	margin-left: 9px;
	display: inline;
}

.img3 {
	float: left;
	position: relative;
	width: 289px;
	height: 211px;
	margin-left: 8px;
	display: inline;
}

.pictext {
	float: left;
	position: relative;
	width: 884px;
	margin-left: 8px;
	display: inline;
}

.leftpic {
	float: left;
	position: relative;
	width: 289px;
	height: 294px;
	background-image: url(img/leftpic.jpg);
}

.text {
	float: left;
	position: relative;
	width: 575px;
	margin-left: 14px;
	display: inline;
	top: 35px;
}

.footer {
	float: left;
	width: 901px;
	height: 30px;
	background-image: url(img/footer.png);
}

.footer_flags {
	float: left;
	position: relative;
	width: 300px;
	height: 18px;
	margin-left: 18px;
	top: 8px;
	display: inline;
}

.flag1_footer {
	float: left;
	position: relative;
	width: 25px;
	height: 18px;
	background-image: url(img/flag_fi.jpg);
	cursor: hand;
}

.flag2_footer {
	float: left;
	position: relative;
	width: 25px;
	height: 18px;
	background-image: url(img/flag_en.jpg);
	cursor: hand;
	margin-left: 5px;
}

.flag3_footer {
	float: left;
	position: relative;
	width: 25px;
	height: 18px;
	background-image: url(img/flag_de.jpg);
	cursor: hand;
	margin-left: 5px;
}

.footer_links {
	float: right;
	position: relative;
	width: 400px;
	height: 16px;
	top: 8px;
	font-size: 10px;
	text-align: right;
	margin-right: 15px;
}

