div.clear {
	clear:both;
	float:none;
	height:10px;
}


/* CMS */


div.windowOuter {
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-right: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	border-left: 2px solid #fafafa;
	border-top: 2px solid #fafafa;
}
div.windowInner {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	width: 570px;
	height: 560px;
	overflow: scroll;
}
div.windowOuter2 {
	background-color: #f6f6f6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-right: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	border-left: 2px solid #fafafa;
	border-top: 2px solid #fafafa;
}
div.windowInner2 {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	width: 270px;
	height: 430px;
}

#windowControl {
	position: relative;
	height: 16px;
	width: 100%;
	text-align: right;
}


/* SITE */


body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

body, div, td {
	font-family: arial, helvetica;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

a img {
	border: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #c90119;
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(images/bg_header.png) #910d14 repeat-y top center;
	width: 100%;
	/*height: 86px;*/
	height: 96px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

#headerContent {
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -400px;
	width:800px;
	height: 86px;
}

#topMenu {
	/*
	position: relative;
	left: 29px;
	top: 43px;
	*/
	position: absolute;
	left: 50%;
	margin-left: -370px;	
	top: 53px;
	width: 800px;
}

#topMenuLeft {
	float: left;
}

#topMenuRight {
	margin-left: 122px;
	float: left;
	
}

#headerBar {

	z-index: 4;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -165px;
	width: 675px;
	height: 37px;
}

#langBar a {
	margin-left: 5px;
	font-size: 10px;
}
#langBar a {
	color: #ffffff;
}

td.headerBarMiddle {
	/*height: 37px;*/
	/*margin-left: 2px;*/
}


table.loginTable {
	background-color: #d9dadb;
	width: 530px;
	/*margin-top: 4px;*/
	height: 37px;
}

input.login {
	height: 15px;
	border: 1px solid #808080;
	/*
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-left: 0px;
	border-right: 0px;
	*/
	background-color: #f0f0f0;
	font-size: 11px;
}

span.logintext {
	font-size: 10px;
	color: 000000;
	padding-left: 10px;
	padding-right: 5px;
}


#theme {	
	margin-bottom: 10px;
}

#content {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
}

#contentLeft, #contentRight {
	float: left;
	/*border: 1px dashed #f0f0f0;*/

	/*height: 300px;*/
}

#contentLeft {
	width: 530px;
}

#contentRight {
	width: 200px;
	margin-left: 10px;
}

#footer {
	width: 744px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#footerLinksLeft, #footerLinksRight {
	font-size: 10px;
	float: left;
	color: #c90119;
	margin-left: -10px;
}

#footerLinksLeft {
	width: 400px;
}

#footerLinksRight a {
	width: 250px;
}

#footerLinksLeft a, #footerLinksRight a {
	color: #c90119;
	padding-left: 10px;
	padding-right: 10px;
}


#footerCopy {
	float: none;
	clear: both;
	font-size: 10px;
	color: #c0c0c0;
	padding-top: 30px;
	text-align: center;
	letter-spacing: 1px;
}


input.input, select.input, textarea.input {
	border: 1px solid #808080;
}


/* components */

#tiedotteet {
	background: url(images/head_tiedotteet.png) #f8f8f8 no-repeat top left;	
	padding-top: 40px;
}

#tiedotteet_content {
	border-left: 1px solid #919394;
	border-right: 1px solid #919394;
	border-bottom: 1px solid #919394;
	padding: 10px;
	width: 178px;
}
