/* RESET */

@import "reset.css";

a img {
	border: none;
}

/* COMMON */

body {
	margin: 0;
	text-align: center;
	color: #000000;
	font-family: "Lucida sans unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
}

#container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 980px;
	font-size: 1.1em;
}

html body div.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.padding {
	clear: both;
	height: 10px;
}

.hide {
	display: none !important;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.email_black a {
	color: #000000;
	text-decoration: none;
}

.email_black a:hover {
	text-decoration: underline;
}

a.a_arrow {
	padding-left: 15px;
	padding-right: 8px;
	background: url(../images/icon_dot_arrow.png) no-repeat 0 50%;
}

.a_icon {
	display: block;
	text-indent: -2000em !important;
	text-align: left;
	width: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.icon {
	padding-left: 25px !important;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

.icon_logout { background-image: url(../images/icon_logout.png); }
.icon_pdf { background-image: url(../images/icon_pdf.png); }

h2 {
	font-size: 180%;
	margin: 0 0 20px 0;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	line-height: 80%;
}

h3 {
	font-size: 150%;
	margin: 0 0 15px 0;
	font-weight: normal;
}

h4 {
	font-size: 125%;
	margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 140%;
}

p {
	margin-bottom: 15px;
	font-size: 105%;
}

small {
	font-size: 90% !important;
	color: #555555;
}

.color_db {
	color: #009833 !important;
}

.color_fusion {
	color: #21467c !important;
}

.color_superoffice {
	color: #E52713 !important;
}

.color_winplan {
	color: #c99000 !important;
}

#content ul {
	display: block;
	margin: 0 0 20px 0;
}

ul.ul_arrow li {
	display: block;
	padding-left: 8px;
	background: url(../images/icon_arrow.gif) no-repeat 0 0.40em;
	line-height: 140%;
	margin-bottom: 6px;
}

.image_right {
	display: block;
	margin: 0 0 5px 5px;
	float: right;
}

.image_left {
	display: block;
	margin: 0 10px 5px 0;
	float: left;
}

.image_center {
	display: block;
	width: auto;
	margin: 0 auto 20px auto;
}

.padding_top {
	padding-top: 20px;
	clear: both;
}

.hr hr {
	display: none;
}

.hr {
	clear: both;
	height: 10px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
	clear: both;
}

.line-through {
	text-decoration: line-through;
}

.a_contact {
	background: url(../images/a_contact_bg_left.png) no-repeat 0 0;
	display: block;
	float: left;
	clear: left;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	margin-bottom: 20px;
	font-size: 105%;
	width: auto;
}

.a_contact:hover {
	text-decoration: underline !important;
}

.a_contact span {
	background: url(../images/a_contact_bg_right.png) no-repeat 100% 0;
	padding: 0 10px 0 30px;
	display: block;
	height: 25px;
	float: left;
	cursor: pointer;
	cursor: hand;
}

.a_netviewer {
	display: block;
	text-indent: -2000em;
	width: 225px;
	height: 69px;
	background: url(../images/a_netviewer.png) no-repeat;
	margin-bottom: 12px;
	position: relative;
	top: -2px;
}

.a_netviewer:hover {
	background: url(../images/a_netviewer_hover.png) no-repeat;
}

span.key {
	float: left;
}

span.value {
	display: block;
	text-align: right;
}

/* LANG */

#lang {
	float: right;
	width: auto;
	height: 20px;
	position: relative;
	left: -40px;
	top: 20px;
}

#lang li {
	float: left;
}

#lang li a {
	float: left;
	color: #000000;
	font-size: 95%;
	line-height: 20px;
	padding-left: 35px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 15px 0.3em;
}

#lang li.fi a { background-image: url(../images/flag_fi.png); }
#lang li.eng a { background-image: url(../images/flag_eng.png); }
#lang li.se a { background-image: url(../images/flag_se.png); }
#lang li.ee a { background-image: url(../images/flag_ee.png); }
#lang li.ru a { background-image: url(../images/flag_ru.png); }

#lang li a:hover {
	text-decoration: underline;
}

/* HEADER */

#nav {
	float: right;
	height: 40px;
	clear: right;
}

#nav li {
	float: left;
	display: block;
	height: 40px;
	margin-right: 2px;
}

#nav li.act_last a, #nav li.act_first a, #nav li.act a {
	color: #000000;
}

#nav li.last, #nav li.act_last {
	margin-right: 0;
}

#nav li a {
	display: block;
	height: 40px;
	line-height: 36px;
	padding: 0 20px 0 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 120%;
	float: left;
}

#nav li a:hover {
	color: #000000;
}

#nav .nav_products a {
	padding-right: 12px;
}

#nav .nav_products a span {
	padding-right: 18px;
	margin-right: 5px;
	background: url(../images/arrow_nav.gif) no-repeat 100% 50%;
	height: 40px;
	line-height: 36px;
	float: left;
	display: block;	
}

#drop_nav {
	clear: left;
	height: auto;
	width: 150px;
	position: absolute;
	z-index: 2000;
	top: 36px;
}

#drop_nav li {
	float: none;
	height: auto;
	height: 30px;
	line-height: 30px;
	background: transparent;
	margin-right: 0;
}

#drop_nav li a {
	float: none;
	width: auto;
	height: 29px;
	line-height: 29px;	
	color: #ffffff !important;
	text-decoration: none;
	background: transparent;
	font-size: 100%;
}

#drop_nav li.drop_nav_last a {
	border-bottom: none;
}

#drop_nav li a:hover {
	color: #000000 !important;
}

#nav .nav_products_hover a {
	color: #000000;
}


/* MAIN  */

#main {
	padding: 30px 0 10px 40px;
	float: left;
	width: 615px;
}

#column {
	float: right;
	width: 225px;
	margin: 30px 0 10px 0;
	padding: 0 40px 0 25px;
	line-height: 150%;
	border-left: 5px solid #f0f0f0;
	z-index: 0;
}

#column .news_item {
	font-size: 95%;
}

#column .news_item h4 {
	font-size: 110%;
	margin-bottom: 0;
}

.column_2, .column_3 {
	float: left;
	width: 45%;
	margin-right: 4%;
	margin-bottom: 20px;
	font-size: 95%;
}

.column_3 {
	width: 30%;
	margin-right: 3%;
}

/********* FOOTER **********/

#footer h3 {
	float: left;
	font-size: 100%;
	margin-right: 40px;
	position: relative;
	left: 40px;
}

#footer .logo_footer a {
	display: block;
	float: left;
	width: 141px;
	height: 34px;
	background: url(../images/logo_db_footer.png) no-repeat;
	text-indent: -2000em;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	display: block;
	float: left;
	margin-right: 40px;
	position: relative;
	left: 40px;
}

#footer ul.last {
	float: right;
	margin-right: 0;
	left: -40px;
}

/***** lomakkeet ******/

.form {
	margin-bottom: 20px;
}

.form_left {
	float: left;
}

textarea {
	font-family: "Lucida Sans Unicode", Tahoma, Verdana, Arial, serif;
	font-size: 100%;
}

.form select, .form input.input_txt, .form textarea {
	border: 1px solid #555555;
	padding: 3px;
	background: #ffffff;
}

.form select, .form option {
	padding: 0;
}

.form .input_txt, .form textarea {
	width: 90%;
}

.form select {
	width: 93%;
}

.form .form_item_wide .input_txt, .form .form_item_wide textarea, .form .form_item_wide select {
	width: 95%;
}

.form textarea {
	line-height: 125%;
}

.form .form_item {
	width: 49%;
	margin-bottom: 10px;
}

.form .form_item_wide {
	width: 98%;
}

.form .form_item_float {
	float: left;
}

.form .form_item_clear {
	clear: both;
}

.form .form_item_top {
	padding-top: 10px;
}

.form .form_item .error {
	border: 1px solid #ff0000;
}

.form .form_item label {
	float: left;
	width: 100%;
	font-size: 110%;
	line-height: 11px;
	display: block;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #000000;
}

.form .form_item label small {
	color: #555555;
}

.form .form_item .input_txt, .form .form_item select {
	clear: left;
	display: block;	
}

.form .form_item_button {
	padding-top: 10px;
}

.form_item_date .date_item {
	float: left;
	width: 31%;
	margin-bottom: 10px;
}

.form_item_checkbox {
	clear: left;
}

.form_item_checkbox label {
	width: 49% !important;
	float: left;
}

.form_item_checkbox input {
	display: inline;
}

.checkbox_item {
	float: right;
	clear: right;
	width: 49%;
	white-space: nowrap;
}

/* MESSAGE */

.message {
	padding: 12px 14px 1px 14px;
	margin-bottom: 20px;
	font-size: 110%;
}

.message_error {
	color: #ffffff;
	background: #ff0000;
}

.message_ok {
	background: #389f00;
	color: #ffffff;
}

.message p {
	margin-bottom: 0.6em !important;
}

.message_min {
	padding: 8px 12px 0 12px;
	margin-bottom: 15px;
	font-size: 95%;
}

/* LOGIN FORM */

#login {
	width: 100%;
}

#login .form_item {
	width: 41%;
	margin-right: 2%;
}

#login .form_item .input_txt {
	padding: 1px 2px;
	width: 94%;
}

#login .form_item_button {
	width: auto;
	float: right;
	padding-top: 0;
}

#login .ul_arrow {
	clear: both;
}

/* FACEBOX IKKUNA */

#facebox {
	font-size: 105%;
}

#contact_box {
	width: 800px;
}

#contact_box .form {
	width: 525px;
	float: left;
}

#contact_box_column {
	float: right;
	width: 230px;
	border-left: 5px solid #f0f0f0;
	padding-left: 30px;
}

/* MATERIAALIT */

.material_box {
	background: #ffffff;
	border: 1px solid #c0c0c0;
	padding: 15px 18px 5px 18px;
	margin-bottom: 15px;
}

.material_box h3 {
	margin-bottom: 5px;
	font-size: 140%;
}

.material_box .producer {
	float: left;
	width: 100px;
}

.material_box .content {
	padding-left: 115px;
}

.material_box .txt {
	float: left;
	width: 300px;
}

.material_box .files {
	float: right;
	width: 150px;
}

.material_box .files a {
	text-decoration: none;
	display: block;
	background: #555555;
	padding: 3px 0 3px 6px;
	color: #ffffff;
	margin-bottom: 5px;
	line-height: 1.3;
}

.material_box .files a small {
	color: #eeeeee;
	font-size: 85% !important;
	display: block;	
}

.material_box .files a:hover {
	background: #222222;
}

.material_box .no_download {
	background: #959595 !important;
}

.material_box .no_download:hover {
	background: #777777 !important;
}

.version .a_icon {
	float: right;
	margin-top: -1.5em;
}

.material_box_highlight {
	background: #e7f6d4;
	
}

#material_search {
	padding: 20px;
	background: #858585;
	margin-bottom: 20px;
}

#material_search .form_item {
	float: left;
	padding-right: 5px;	
}


/* TAB NAVI */

#nav_tab {
	display: block;
	background: #ffffff;
	height: 26px;
	clear: both;
	margin-bottom: 0 !important;
}

#nav_tab li {
	display: block;
	float: right;
	margin-left: 1px;
	background: url(../images/nav_palvelut_right.jpg) no-repeat 100% 0;
	position: relative;
}

#nav_tab li a {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	font-size: 125%;
	color: #000000;
	text-decoration: none;
	background: url(../images/nav_palvelut_left.jpg) no-repeat 0 0;
}

#nav_tab li.act {
	background-image: url(../images/nav_palvelut_right_act.png);
	color: #ffffff;
}

#nav_tab li.act a {
	background-image: url(../images/nav_palvelut_left_act.png);
	color: #ffffff;
}


