﻿body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
#top_holder {
	width: 100%;
	float: left;
	background: url('../images/bg.jpg') center top no-repeat;
}
#bottom_holder {
	width: 100%;
	height: 220px;
	float: left;
	background: url('../images/bg_bottom.jpg') center top no-repeat;
}
#top_wrap {
	width: 998px;
	margin: 0 auto;
}
#bottom_wrap {
	width: 998px;
	margin: 0 auto;
	padding-top: 140px;
	color: #999999;
	text-shadow: 0px 0px 5px #5C87C0;
}
#bottom_wrap img {
	vertical-align: middle;
}
#top {
	width: 998px;
	height: 98px;
}
#top h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	width: 182px;
	float: left;
	text-align: right;
}
#nav {
	width: 440px;
	float: left;
	padding-left: 200px;
}
#kontakt {
	width: 140px;
	float: left;
	background: url('../images/kontakt.png') -3px 42px no-repeat;
	font-size: 16px;
	font-weight: bold;
	padding: 45px 0 2px 13px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.menu li {
	float: left;
	height: 68px;
	padding: 30px 15px 0;
	background: url('../images/bg_menu.png') center top no-repeat;
}
ul.menu li.active {
	background: url('../images/bg_menu_hover.png') center top no-repeat;
	padding: 30px 35px 0;
}
ul.menu li.active a {
	color: #FFFFFF;
	text-shadow: 0px 0px 2px #000000;
}
ul.menu li.active a:hover {
	color: #FFFFFF;
	text-shadow: 0px 0px 8px #FFFFFF;
}
ul.menu li a {
	color: #000000;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
ul.menu li a:hover {
	color: #BF1307;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-decoration: underline;
}
span.mini {
	font-size: 10px;
	color: #999999;
	padding-right: 5px;
}
span.mini2 {
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px 0 0 7px;
	float: left;
}
.moduletable {
	background: url('../images/bg_module.jpg') left top no-repeat;
	padding-left: 30px;
}
.moduletable h3 {
	margin: 0px;
	color: #FFFFFF;
	padding: 8px 0 10px 0;
}
ul.menu_foot {
	float: right;
	list-style-type: none;
	margin: 0 100px 0 0;
	padding: 0px;
}
ul.menu_foot li {
	float: left;
	padding: 0 10px;
}
ul.menu_foot a {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
}
ul.menu_foot a:hover {
	color: #006699;
	text-decoration: underline;
}
ul.menu_foot li.active a {
	color: #006699;
}
#contenter {
	width: 998px;
	float: left;
}
#contenter_left {
	width: 693px;
	float: left;
	border-right: 1px #088BBC solid;
	margin-top: 90px;
	background: white url('../images/bg_headding.png') no-repeat left 15px;
}
#contenter_right {
	width: 274px;
	float: left;
	margin: 100px 0 0 30px;
	line-height: 18px;
}
#contenter_left h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 0px black;
	padding: 5px 5px 5px 10px;
	width: 520px;
	float: left;
}
#contenter_left h3 {
	padding: 0;
	margin: 0 0 5px 0;
}
.article-content {
	padding-left: 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	float: left;
	width: 655px;
}
.article-content p {
	padding: 0 0 10px 0;
	margin: 0px;
}
.article-content img {
	border: 1px #666666 solid;
	padding: 5px;
	margin: 0 10px 0 0;
}
.article-tools {
	float: right;
	padding: 24px 70px 25px 25px;
}
.thankyou {
	margin: 50px 0 0 10px;
}
#napiste {
	color: #AAAAAA;
	font-size: 10px;
	width: 250px;
}
#napiste img {
	float: left;
	margin: 0;
}
#napiste input, #napiste textarea {
	color: #666666;
	font-size: 12px;
	border-radius: 4px;
	border: 1px #C0C0C0 solid;
	margin: 0 0 5px 5px;
	padding: 2px;
}
.submit {
	border-top: 1px #C0C0C0 solid;
}
.submit input {
	color: #FFFFFF!important;
	text-shadow: 0 0 1px black;
	font-size: 12px;
	border-radius: 4px;
	border: 1px #C0C0C0 solid;
	margin: 5px 20px 5px 0px!important;
	padding: 2px;
	float: right;
	background-color: #CC3300;
}
fieldset {
	border: 0px;
	padding: 0;
	margin: 0;
}
.formFieldset p {
	font-size: 10px;
}
.formCaption2 {
	font-size: 10px;
	height: 20px;
}
.rsform-input-box, .rsform-text-box {
	font-size: 12px;
}
#captcha24, img.email {
	border: 0px;
}
.fieldset.formFieldset ol.formContainer li {
	padding: 0px!important;
}
.rsform-submit-button {
	background: #2E78D9;
	color: white;
	border-radius: 6px;
	float: right;
}