﻿@charset "utf-8";

/* ----- General layout ----- */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0 0 3em;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #CD0000;
}
a:hover {
	background-color: #CD0000;
	color: #FFFFFF;
	text-decoration: none;
}
#page-wrapper {
	width: 956px;
	margin: 0 auto;
}
#header {
	width: 756px;
	height: 100px;
}
#logo {
	float: left;
	margin-top: 15px;
}

#content-wrapper {
	clear: both;
	margin-top: 4px;
}
#content-bottom {
	clear: both;
	padding: 4px;
	margin-top: 2px;
}
#footer {
	clear: both;
	margin-bottom: 15px;
}
.clear {
	clear: both;
}

/* ----- Navigation ----- */

#navigation {
	width: 956px;
	height: 46px;
	background: url(../designfiles/navigation_bg.gif) no-repeat;
}
#navigation ul {
	padding: 2px 35px 0 35px;
	margin: 0;
}
#navigation ul li {
	float: left;
	list-style: none;
	height: 26px;
	padding: 12px 20px 0 20px;
	background: url(../designfiles/navigation_item_border_left.gif) left top no-repeat;
}
#navigation ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#navigation ul li a:hover {
	text-decoration: underline;
	background: none;
}

/* ----- Additional informational boxes after content ----- */

.bottom-box-left {
	float: left;
	width: 441px;
	height: 83px;
	background: url(../designfiles/bottom_box_bg.gif) no-repeat;
	padding: 15px;
}
.bottom-box-right {
	float: left;
	width: 441px;
	height: 83px;
	background: url(../designfiles/bottom_box_bg.gif) no-repeat;
	padding: 15px;
	margin-left: 6px;
}

/* ----- Content layout ----- */

#content-background {
	width: 948px;
	margin-left: 4px;
	background: url(../designfiles/content_bg_main.gif) repeat-x #efefef;
	padding-top: 25px;
	min-height: 377px;
	_height: 377px;
}
#content-border-top, #content-border-bottom {
	clear: both;
	margin-left: 4px;
	width: 948px;
	height: 6px;
	overflow: none;
}

/* Sisu tausta muudatus 2009-03-02 */
#content-border-top {
	display: none;
}
#content-background {
	background: url(../designfiles/content_bg_20090302.gif) no-repeat #efefef;
}
