@import 'menu.css';
@import 'page.css';
body {
	background: url(img/a/sivutausta.png) #ebebff;
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 100%;
	max-width: 900px;
	min-width: 700px;
	overflow: auto;
	
	font-family: Geneva, Verdana, Tahoma, "Times New Roman", Arial;
	font-size: 9pt;
}

#page {
	position: relative;
	width: 100%;
}
#logo {
	position: absolute;
	left: 10px;
	top: 0px;
	background: url('img/a/logo.png') no-repeat;
	width: 500px;
	height: 150px;
	z-index: 100;
}
#header {
	background: url('img/a/otsikkotausta.png');
	clear: both;
	float: left;
	width: 100%;
	height: 110px;
	position: relative;
}
#headerimg {
	background: url('img/a/otsikkokuva.png') no-repeat right top;
	clear: both;
	float: right;
	width: 100%;
	height: 110px;
	position: relative;
}
#linkbar {
	position: relative;
	clear: both;
	width: 100%;
	height: 25px;
	background: url('img/a/linkkitausta.png') repeat-x;
	z-index: 90;
}
#links { /* flags */
	position: absolute;
	text-align: right;
	left: 18%;
	top: 109px;
	width: 80%;
	z-index: 900;
}
#links img {
	border: 1px solid transparent;
}
#links a:hover img {
	border: 1px solid black;
} 

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 0px;
	color: #777777;
	
	border-top: 5px solid #9aafd5;
}

a:link, a:active, a:visited {
	color: #00237d;
	text-decoration: none;
	font-size: 10pt;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
img {
	padding: 5px;
}
.maincontainer {
	background: #fff;
	width: 1020px;
	min-height: 480px;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	top: 20px;
}
 
.maincontainer .sidecol {
	width: 21%; /* 100% - containcol width - margin */
	border-left: 1px solid #AAA;
	text-align: center;
	margin: 2% 0 2% 0;
	padding: 0 2% 0 2%;
	float: right;
}
.maincontainer .containcol {
	width: 70%;
	padding: 0 2% 2% 2%;
	float: left;
	left: 1%;
}

.sidecol, 
.containcol {
	overflow: visible;
	/*width: 100%;*/
	position: relative;
	top: 0px;
	min-height: 480px;
}
