@import "reset.css";

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
	color: #444444;
	font: normal 12px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
	background: url(../img/bg_body.gif) 0 0 repeat-x;
	text-align: center;
}
a {
	outline: none;
	color: #46852f;
	text-decoration: none;
}
a:hover {
	outline: none;
	background: #effcff;
	color: #317486;
	text-decoration: none;
}
img,
a img {
	border: 0;
}
h1 {
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 {
	margin: 0;
	padding: 8px 0 8px 0;
	color: #3ba2c1;
	font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #3ba2c1;
}
h4 {
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #3ba2c1;
}
h5 {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #3ba2c1;
}
h6 {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #3ba2c1;
}
.mc-inside h3, 
.mc-inside h4,
.mc-inside h5,
.mc-inside h6 {
        margin: 0;
	padding: 8px 0 8px 0;
	color: #3ba2c1;
	font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 0;
	padding: 10px 0;
}
ul, ol {
	padding: 10px 0;
	list-style-position: outside;
	list-style-type: disc;
}
ul li {
	margin-left: 30px;
	padding: 3px 0;
}
ol {
	list-style-type: decimal;
}
dl {
	margin-top: inherit;
	margin-bottom: inherit;
}
dl dt {
	font-weight: bold;
}
strong {
	color: #585858;
	font-weight: bold;
}
em {
	font-style: italic;
}
.line-through {
	text-decoration: line-through;
}
.cls:after,
#header:after,
#content:after,
#footer:after,
.projects:after,
.pics:after {
	content:  ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*
	=pages
*/
#wrapper {
	width: 904px;
	margin: 0 auto;
	text-align: left;
}
/*
	=header
*/
#header {
	position: relative;
	height: 278px;
	padding: 0 2px;
	background: url(../img/bg_header.jpg) 0 77px no-repeat;
}
a.logo {
	display: block;
	width: 250px;
	padding: 30px 0 20px 0px;
	border-bottom: 0px;
	background: url(../img/bg_logo.gif) 50% 61px no-repeat;
	text-align: center;
}
a.logo span.logo-1 {
	color: #e4ffd3;
	font: normal 24px Georgia, "Times New Roman", Times, serif; 
}
a.logo span.logo-2 {
	color: #fff;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
}
a.logo span.logo-3 {
	color: #d6d6d6;
	font: normal 18px Georgia, "Times New Roman", Times, serif; 
}
a.logo:hover {
	background: transparent url(../img/bg_logo.gif) 50% 61px no-repeat;
}
.header-title {
	position: absolute;
	top: 125px;
	right: 44px;
	color: #4c8734;
	font: normal 20px/24px Georgia, "Times New Roman", Times, serif;
}
.header-subtitle {
	position: absolute;
	top: 150px;
	right: 44px;
	color: #4c8734;
	font: normal 12px/24px Arial, Helvetica, sans-serif;
}
ul.menu {
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu li a {
	float: left;
	display: inline;
	margin: 0 0 0 50px;
	padding: 30px 15px 0px 0;
	border-bottom: 0px;
	color: #ccc;
	background: #505050 url(../img/bg_menu_ahover.gif) 100% 100% no-repeat;
	background: #505050 url(../img/bg_menu_a.gif) 100% 100% no-repeat;
}
ul.menu li a:hover {
	color: #FEFFB8;
	background: #505050 url(../img/bg_menu_ahover.gif) 100% 100% no-repeat;
}
ul.sub-menu {
	position: absolute;
	top: 246px;
	right: 44px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
}
ul.sub-menu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sub-menu li a {
	float: left;
	display: inline;
	padding: 4px 20px 6px;
	background: #8BE1FA;
	border-bottom: 0px; 
	color: #fff; 
}
ul.sub-menu li a:hover {
	background: #8BE1FA url(../img/loginhover.gif) 0 0 no-repeat;
	color: #fff;
}
/*
	=content
*/
#content {
	clear: both;
	margin: 20px 0;
	padding: 20px 0;
	background: url(../img/bg_content.gif) 0 0 repeat-y;
}
#main-content {
	float: right;
	display: inline;
	width: 684px;
	text-align: justify;
}
.mc-inside {
	padding: 0px 10px 0px 20px;
}
#side-content {
	float: left;
	display: inline;
	width: 220px;
}
.sc-inside {
	padding: 0px 20px 0px 10px;
}
/*
	=footer
*/
#footer {
	clear: both;
	margin-bottom: 20px;
	border-top: 1px solid #cccccc;
}
#footer-left {
	float: left;
	display: inline;
	width: 221px;
	padding-top: 12px;
}
#footer-left p {
	margin: 0;
	padding: 0px 0 0 12px;
	border-right: 1px solid #cccccc;
	font-size: 11px;
}
#footer-left p a {
	background: none;
	color: #4ca031;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 0px;
}
#footer-left p a:hover {
	text-decoration: underline;
}
#footer-middle {
	float: left;
	display: inline;
	width: 450px;
	padding-top: 12px;
}
#footer-middle p {
	margin: 0;
	padding: 0px 0 0 38px;
	color: #808080;
	font-size: 11px;
}
#footer-middle p a {
	background: none;
	color: #808080;
	text-decoration: none;
	font-size: 11px;
	border-bottom: 0px;
}
#footer-middle p a:hover {
	text-decoration: underline;
}
#footer-middle .maila {
	height: 13px;
	background: url(../img/website.gif) 38px 100% no-repeat;
}
#footer-middle .maila:hover {
	height: 13px;
	background: url(../img/website.gif) 38px 0 no-repeat;
}
#footer-right {
	float: right;
	display: inline;
	width: 221px;
	padding-top: 12px;
}
#footer-right p {
	margin: 0;
	padding: 0px 0 0 34px;
	font-size: 11px;
}
#footer-right p a {
	border-bottom: 0px;
	background: none;
	color: #4ca031;
	text-decoration: none;
	font-size: 11px;
}
#footer-right p a:hover {
	text-decoration: underline;
}
	
/*
	=news
*/
.news h6 {
	padding: 10px 0 10px 0;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
}
.news h6 a {
	border-bottom: 0px;
	background: none;
	color: #444444;
}
.news h6 a:hover {
	background: none;
	color: #444444;
}
.news dl {
	padding: 5px 0 5px 0px;
}
.news dt {
	color: #5bbe33;
	font-weight: normal;
	font-style: italic;
}
.news dl {
	color: #3ba2c1;
}
.news dl a {
	border-bottom: 0px;
	color: #3ba2c1;
	background: #fff;
}
.news dl a:hover {
	color: #0595c0;
	background: #effcff;
	text-decoration: none;
}
/*
	=home
*/
.desc-left {
	float: left;
	display: inline;
	width: 270px;
	margin-left: 30px;
}
.desc-right {
	float: left;
	display: inline;
	width: 270px;
	margin-left: 50px;
}
.desc-left h2,
.desc-right h2 {
	margin: 20px 0 0 0;
	padding: 0;
	color: #3ba2c1;
	font: normal 16px Georgia, "Times New Roman", Times, serif; 
}
.desc-left h2 a,
.desc-right h2 a {
	border-bottom: 0px;
	background: none;
	color: #3ba2c1;
}
.desc-left h2 a:hover,
.desc-right h2 a:hover {
	background: none;
	color: #0595c0;
	text-decoration: none;
}
.desc-left p.desc,
.desc-right p.desc {
	margin: 12px 0;
	padding: 10px;
	background: #f4f4f4 url(../img/bg_desc.gif) 100% 100% no-repeat;
}
.desc-left ul.desc,
.desc-right ul.desc {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
}
.desc-left ul.desc li,
.desc-right ul.desc li {
	margin: 0 0 0 2px;
	padding: 0 0 0 12px;
	list-style: none;
	background: url(../img/bullet.gif) 0 50% no-repeat;
}
.desc-left ul.desc a,
.desc-right ul.desc a {
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	list-style: none;
}
/* 
	=sub-nav
*/
.sub-nav {
	padding-bottom: 20px;
}
.sub-nav h6 {
	color: #3ba2c1;
	padding: 5px 0 5px 0;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
h6.sub-nav-title {
	color: inherit;
	padding: 10px 0 10px 0;
	font: normal 16px/20px Georgia, "Times New Roman", Times, serif;
}
.sub-nav h6 a {
	background: none;
	color: #3ba2c1;
	border-bottom: 0px;
}
.sub-nav h6 a:hover {
	background: none;
	color: #0595c0;
	text-decoration: none;
}
.sub-nav ul {
	margin: 0;
	padding: 5px 0 5px;
	list-style: none;
}
.sub-nav li {
	margin: 0 0 0 2px;
	padding: 3px 0 3px 12px;
	list-style: none;
	background: url(../img/bullet.gif) 0 7px no-repeat; 
}
.sub-nav li a {
	border-bottom: 0px;
}
.sub-nav li a.active {
	background: #effcff;
	color: #317486;
	text-decoration: none;
}
/*
	=find-more
*/
.find-more {
	padding-top: 20px;
}
.find-more h6 {
	color: #3ba2c1;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
}
.find-more li {
	margin: 0 0 0 2px;
	padding: 3px 0 3px 12px;
	list-style: none;
	background: url(../img/bullet.gif) 0 50% no-repeat;
}
/*
	=projects
*/
.projects {
	margin-top: 22px;
}
.projects-left {
	float: left;
	display: inline;
	margin: 0 22px 0 0;
}
.projects-right {
	float: left;
	display: inline;
}
.projects-left a,
.projects-right a {
	float: left;
	display: inline;
	border: 5px solid #f0f0f0;
}
.projects-left a:hover,
.projects-right a:hover {
	float: left;
	display: inline;
	border: 5px solid #9fe4f4;
}
/*
	=EmailForm
*/
#EmailForm {
	margin: 0;
	padding: 0 0 0 20px;
}
#EmailForm input,
#EmailForm label,
#EmailForm select,
#EmailForm textarea {
	display: block;
}
#EmailForm label {
	padding: 0px 0 4px 0;
	font-weight: bold;
	color: #3ba2c1;
}
#EmailForm input {
	width: 260px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #cccccc;
	background: #fff !important;
}
#EmailForm input#hidden {
	display: none;
	border: 0px;
}
#EmailForm select {
	width: 264px;
	margin-bottom: 10px;
	padding: 1px;
	border: 1px solid #cccccc;
	background: #fff !important;
}
#EmailForm textarea {
	width: 360px;
	padding: 1px;
	border: 1px solid #cccccc;
	background: #fff !important;
}
#EmailForm input#cfContact {
	margin-top: 10px;
	width: auto;
	padding: 1px;
	border: 2px solid #cccccc;
	background: #fefdfd !important;
	cursor: pointer;
	color: #3ba2c1;
	font-weight: bold;
}
/*
	=blog
*/
.blog-posts {
	padding: 5px;
}
.blog-posts h3 {
	font: italic normal 16px Georgia, "Times New Roman", Times, serif; 
	color: #3ba2c1;
}
.blog-posts h3 a {
	color: #3ba2c1;
}
.blog-info {
	font-style: italic;
	font-size: 11px; 
}
.blog-more {
	font-style: italic;
}
.blog-posts a {
	border-bottom: 0px;
}
a.a-blog {
	display: block;
	width: 199px;
	height: 32px;
	margin: 5px 0 0 0;
	background: url(../img/svatba.gif) 0 0 no-repeat;
	color: #525252;
}
a.a-blog:hover {
	text-decoration: none;
}
a.a-blog span {
	visibility: hidden;
}
/*
	=images
*/
.pics {
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	display: inline;
}
.pics img {
	float: left;
	display: inline;
	border: 5px solid #f0f0f0;
}
.pics img:hover {
	float: left;
	display: inline;
	border: 5px solid #9fe4f4;
}
/*
	=form
*/
label.formname, label.formmail {
	float: left;
	display: inline;
	margin-right: 30px;
}
label.formtema {
	float: left;
	display: inline;
}
label.formtema input {
	width: 554px;
}
label.formcomments {
	float: left;
	display: inline;
}
label.formcomments textarea {
	width: 554px;
}
div.formpic {
	float: left;
	display: inline;
	margin: 12px 200px 0 0;
}
label.formcode {
	float: left;
	display: inline;
	margin: 5px 10px 0 0;
}
div.formbtn {
	float: left;
	display: inline;
	margin: 25px 10px 0 0px;
}
