html, body {
		height:100%;
		}

body {
	font-color: #000000;
	font-family: Verdana, verdana;
	font-size: 10px;
	background-color: #ffffff;
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
	
}
		
#bluetop {
		margin:0 auto;
		position:relative; 
		text-align:left;
		height:120px;
		width:918px;
		clear:left;
		background: url('../layout/upper_bck.png');
		border:0px solid;

		}

#logo 	{
	position: relative;
	top: 20px;
	width: 238px;
	height: 86px;
	background: url('../layout/logo.png');
		}
#slogan_se {
	position: absolute;
	left: 240px;
	top: 20px;
	width: 165px;
	height: 23px;
	background: url('../layout/slogan_se.png');
		}
#slogan_fi {
	position: absolute;
	left: 260px;
	top: 50px;
	width: 165px;
	height: 23px;
	background: url('../layout/slogan_fi.png');
		}
#slogan_en {
	position: absolute;
	left: 430px;
	top: 30px;
	width: 165px;
	height: 23px;
	background: url('../layout/slogan_en.png');
		}
        #slogan_de {
	position: absolute;
	left: 450px;
	top: 60px;
	width: 165px;
	height: 23px;
	background: url('../layout/slogan_de.png');
		}
#rightpic {
	position: absolute;
	left: 614px;
	top: 0px;
	width:304px;
	height: 119px;
	background: url('../layout/header_rightpic.jpg');
		}
/*
#flag_fi {
	position: absolute;
	left: 50px;
	top: 95px;
	width: 32px;
	height: 20px;
	background: url('../layout/finflag.png');
		}*/
#flags {
	position: absolute;
	left: 70px;
	top: 95px;	
	height: 20px;
        color: white;
		}


#whole 	{
		margin:0 auto;
		position:relative; 
		top: 15px;
		text-align:left;
		width:918px;
		clear:left;
		background-color: #ffffff;
		border:0px solid;
		}
		
#menu 	{
		position: absolute;
		top: 125px;
		text-align:left;
		height:412px;
		width:224px;
		clear:left;
		background: url('../layout/menu_bck.png');
		background-repeat: repeat-x;
		border:0px solid;
		}
		
#menutext 	{
		
		text-align:left;
		font-family: Garamond, verdana;
		font-size: 18px;
		font-weight: bold;
		margin-left: 20px;
		margin-top: 40px;
		
		}
#menu_taillight 	{
		
		position: absolute;
		bottom: -30;
		/*background: url('../layout/taillight.png');*/
		width: 228px;
		height: 29px;
		
		}
		
#maintext 	{
		/*      position: absolute;         moved to style2010.css::mainframe, because: footer outside of dashed*/
                /*	top: 127px;*/
		text-align:left;
		/*      left: 230px;*/
		width:680px;
		background-color:#ffffff;
		border:3px dashed #838382;		
		font-family: verdana;
		font-size: 12px;
		}
#maintext_set 	{
		margin: 10px;
		}




a  {
	text-decoration: none;
	
	
}

a:link {
	color: #142b67;
}

a:visited {
	color: #142b67;
}

a:hover {
	text-decoration: underline;	
	color: #142b67;
}

div#flags a  {
	text-decoration: none;
	
	
}

div#flags a:link {
	color: #ffffff;
}

div#flags a:visited {
	color: #ffffff;
}

div#flags a:hover {
	text-decoration: underline;	
	color: #ffffff;
}



