﻿/*
	Arimac Oy CSS
	12.8.2018
*/
html { padding: 0px; width: 100%; height: auto; background: rgb(255, 255, 255); margin: 0px; border: 0; }
body { width: 100%; height: auto; text-align: center; margin: 0px; padding: 0px; border: 0; margin-bottom: 20px; }
a { text-decoration: none; }
hr { border: 1px solid rgb(50,100,200); }
h2 { color: rgb(50,100,200); }
h3 { color: rgb(50,100,200); }

div.center { padding: 0px; width: 100%; max-width: 1000px; margin-left: auto; margin-right: auto; border: 1px solid rgb(0,0,0); }
div.center2 { padding: 0px; width: 106%; height: auto; margin-left: auto; margin-right: auto; display: block; }

#header {
	width: 100%;
	height: 250px;
	padding: 0; margin: 0;

	background: url("kuvat/2016/header.png") no-repeat;
	background-size: 100%;
	display: inline-block;
	
	border: 0;
}

#logo {
	float: left;
	padding: 0; margin: 0;
	width: 40%;
	height: 250px;

	background: url("kuvat/2016/arimac white bck2.jpg") no-repeat;
	background-size: 100%;
	display: inline-block;
	
	border: 0;
}

#boxtop {
	width: 56%;
	float: left;
	display: inline-block;
    font-family: Calibri;
	font-size: 20px;
    color: rgb(80,80,255);
    margin-top: 80px;
    text-align: left;
    border: 4px solid rgb(120,120,255);
    border-left: 0px;
    border-right: 0px;
	padding: 2%;
}

#document {
    margin-left: 2%;
	width: 90%;

	clear: both;

	color: rgb(0,0,0);
	background: rgb(255,255,255);

	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	text-align: left;

	display: block;
	position: relative;
	border: 0;
	
	padding-bottom: 20px;
}

#copyright {
	text-align: center;
	font-size: 10px;
	color: rgb(50, 100, 200);
	text-decoration: underline;
	font-weight: normal;
}

ul.list_ns {
	list-style: none;
	padding: 0;
	margin: 0;
}

div .contacts {
	display: inline-block;
	width: 33%;
}

div.hr2 {
	border: 0;
	border-top: 4px solid #4D4D4D;
}

div.hr3 {
	border: 0;
	border-top: 1px solid #4D4D4D;
}

div.sub div {
	vertical-align: top;
	padding-left: 1%;
	padding-right: 1%;
	color: rgb(80,80,80);
	font-size: 17px;
	font-weight: normal;
	width: 200px;
	height: 200px;
	display: inline-block;
}

table {
	width: 100%;
	border-spacing: 10px;
}

table td {
	width: 33%;
	vertical-align: top;
	font-size: 18px;
	color: rgb(80,80,80);
}

table tr.fixed td {
	height: 300px;
}

td h2 {
	color: rgb(0,0,0);
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
}

table td#sub0 {
	background: url("kuvat/DesignThemeOfencontrol.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

table td#sub1 {
	background: url("kuvat/inverters.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

table td#sub2 {
	background: url("kuvat/Image1599.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}