﻿body {
	background-color: #cecece;
	font: 12px/1.5 arial, helvetica, sans-serif;
}
.container {
	margin: 0 auto;
	width: 1000px;
	background-color: #fff;
	min-height: 600px;
	padding-bottom: 20px;
}
/* Header */
.header {
	height: 170px;
	position: relative;
}
.lang-select {
	display: none;
	position: absolute;
	right: 20px;
	top: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.lang-select a {
	color: #fff;
	text-decoration: none;
}
/* Horizontal navigation */
.hnav {
	position: absolute;
	left: 493px;
	top: 140px;
}
.hnav ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.hnav a,
.vnav a,
.sidebar a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
}
.hnav a:hover, .vnav a:hover, li#selected a {
	color: #45A12B;
}
/* Main */
.main {
	margin-top: 40px;
}
/* Vertical navigation */
.vnav {
	float: left;
	width: 230px;
	padding-right: 20px;
	text-align: right;
}
.vnav li {
	list-style-type: none;
	margin-bottom: 3px;
}
.vnav li li {
	margin-bottom: 0;
}
.vnav li li a {
	text-transform: inherit;
}
.kubislogo {
	margin-top: 20px;
}
.kubislogo img {
	width: 100px;
}
.sidelogo {
	margin-top: 20px;
}
/* Content */
.content {
	float: left;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: -7px;
	width: 500px;
	font: 12px/1.5 arial, helvetica, sans-serif;
	color: #404040;/*262626;*/
}
.content a {
	text-decoration: underline;
	color: #000;
}
.content a:hover {
	color: #45A12B;
}
/* Sidebar */
.sidebar {
	float: left;
	width: 175px;
	padding-left: 25px;
}
.sidebar div {
	margin-bottom: 20px;
}
.sidebar h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #45a12b;
}
.search {
	margin: 20px 0;
}
#searchtext {
	border: 1px #45a12b solid;
	width: 150px;
}
.sidebar-blog li {
	list-style: none;
	margin-bottom: 5px;
}
.hnav .newblock {
	margin-left: 20px;
}
.vnav .newblock {
	margin-top: 20px;
}
.news-item h1 {
	line-height: 1;
	margin-bottom: 10px;
}
.news-item h1 a {
	color: #45a12b;
	text-decoration: none;
}
/* Guestbook */
#guestbookform {
	margin-top: 15px;
}
#guestbookform label {
	width: 80px;
	display: inline-block;
	vertical-align: top;
}
#guestbookform input, #guestbookform textarea {
	margin-bottom: 5px;
}
#guestbookform input[type=submit] {
	margin-left: 80px;
}
.gb-message {
	display: block;
	margin-bottom: 10px;
}
