/* Tagien oletustyylit */
/***********************/

* {
	margin: 0;
	padding: 0;
}

html, body {	
	background: #bfbfbf url(images/tausta.jpg) repeat-x; 
	height: 100%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

ul {
    padding-left: 20px;
    margin-left:0;
}

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 0,5em;
	margin-top: 1em;
}

h1 {
	font-size: 21px;
	color: #947c00;
}

h2 {
	font-size: 18px;
	color: #515151;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 14px;
	color: #eac401;
	background: black;
	padding: 5px 0px 5px 10px;
	margin: 0;
}

p {
	font-size: 13px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

ul ul {
	margin-top: 0;
}

/* container elementtien määrittelyt */
/****************************/

#outerContainer {
	width: 100%;
	height: 100%;
	position: relative;
}

#topContainer, #contentsContainer, #bottomContainer{
	width: 902px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#topContainer {
	background: transparent url(images/topContainer.png) no-repeat;
	height: 114px;
}

#bottomContainer {
	background: transparent url(images/bottomContainer.png) no-repeat;
	height: 60px;
}

#contentsContainer {
	background: transparent url(images/contentsContainer.png) repeat-y;
}

/* headerin määrittelyt */
/****************************/

#header {
	width: 850px;
	height: 114px;	
	margin-left: auto;
	margin-right: auto;
	background: url(images/header.jpg) no-repeat bottom center;
	position: relative;
}

#header-info {
	position: absolute;
	bottom: 26px;
	right: 0px;
	font-size: 11px;
}

#suomi{
	position: absolute;
	top: 33px;
	left: 260px;
}

#ruotsi {
	position: absolute;
	top: 33px;
	left: 300px;
}

#englanti {
	position: absolute;
	top: 33px;
	left: 340px;
}

#saksa {
	position: absolute;
	top: 21px;
	left: 220px;
}




/* navigaation määrittelyt */
/***************************/ 

#navigation {
	
}
	
/* sisällön määrittelyt */
/****************************/

#topimage {
	width: 888px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	width: 848px;
	min-height: 300px;	
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#center {
	width: 808px;
	position: relative;
	background: white;
	padding: 0px 20px; 
}


#left {
	float: left;
	width: 560px;
	position: relative;
	background: white;
	padding: 0px 20px; 
}

#right {
	float: right;
	width: 230px;
	position: relative;
	background: white;
}

/* footerin määrittelyt */
/****************************/

#footer {
	width: 888px;
	height: 102px;	
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer-text{
	width: 400px;
	position: absolute;
	top: 10px;
	left: 20px;
}

#footer-navi{
	position: absolute;
	top: 20px;
	right: 20px;
}

#footer-navi a {
	color: #6d6d6d;
	text-transform: uppercase;
	font-size: 11px;
}

#heinakuu {
	position: absolute;
	bottom: 35px;
	right: 20px;
}

#heinakuu a {
	color: white;
	font-size: 	11px;
	font-family: Tahoma, Verdana, Arial;
}

#footer-legalnotice {
	position: absolute;
	bottom: 35px;
	left: 20px;
}

#footer-legalnotice a {
	color: white;
	font-size: 	11px;
	font-family: Tahoma, Verdana, Arial;
}

/* luokka määrittelyt */
/****************************/

.bold {
	font-weight: bold;
}

.middle {
	vertical-align: middle;
}

.smalltext {
	font-weight: normal;
	font-size: 11px;
}

.split .left {
	float: left;
	width: 48%;
}

.split .right {
	float: right;
	width: 48%;
}

.pagetitle {
	margin-top: 0px;
}

.valiviiva {
	height: 1px;
	background: grey;
}

/* Selaimen tunnitukseen    */
/* liittyvät määritykset    */
/****************************/

#browser_notice {
	width: 100%;
	margin-bottom: 0px;
	padding: 5px 0px;
	border: 1px solid #cecece;
	background: #d9ffb7;
}

#browser_notice span.message {
	padding: 0px 10px;
	font-size: 11px;
}

#browser_notice  img {
	vertical-align: middle;
	margin-left: 10px;
}

#browser_notice  #notice_close {
	position: absolute;
	right: 5px;
	top: 5px;
}