﻿/*	Väripaletti:
	#2d2e4d tumma sininen
	#546e94 vaalea sininen
	#ae4c32 tiilenpunainen
	#d6ccaf beige tausta
	#e0c053	keltainen korostus	*/

/* basic page layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #2d2e4d;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 18px;
	font-weight: bold;
}

td {
	vertical-align: top;
}

input, button, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #2d2e4d;
	border: 1px solid #546e94;
	padding: 2px;
}

a:link {
	color: #546e94;
}

a:visited {
	color: #546e94;
	text-decoration: none;
}

a img {
	border: 0px;
}

.clearer {
	clear: both;
	font-size: 1px;
}

#container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 800px;
    text-align: left;
    background: #ffffff;
}

#header {
	position: relative;
	width: 800px;
	margin: 0 auto;
	height: 180px;
	vertical-align: bottom;
	background: #d6ccaf url('../img/header.gif') no-repeat;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

#logo h1 {
	display: none;
}

#menu {
	margin-top: 28pt;
	margin-bottom: 64pt;
	height: 400px;
	margin-left: 1em;
}

#menu ul {
	list-style-type: none;
	padding-left: 1em;
	margin: 0;
}

#menu li {
	font-weight: bold;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#contact {
	position: absolute;
	height: 100px;
	top: 10px;
	right: 20px;
	margin-left: 1em;
	font-weight: bold;
	color: #2d2e4d;
}

#col1 {
	float: left;
	width: 230px;
	background: url('../img/plevna-siperia.jpg') no-repeat bottom left;
}

#col2 {
	float: left;
	margin-left: 20px;
	width: 540px;
}

#footer {
	position: relative;
	width: 800px;
	margin: 10pt auto;
	border-top: 1px solid #546e94;
	text-align: center;
}

#footer p {
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-size: 8pt;
}
