/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}/**
 *  helpers.css
 *  ============
 *  Author: Tomáš Penc (www.webzine.cz)
 *
 *  Pomocné styly. 
 */

strong, .bold{font-weight: bold;}
.img-right{float:right;margin-left:10px}
.left-float{float:left}
.right-align{text-align:right}
.center-align{text-align:center}
.clear{clear:both;font-size:1px;height:1px;line-height:1px;margin: -1px 0 0 0;padding:0;border:none;visibility: hidden;}/**
 *  layout.css
 *  ============
 *  Author: Tomáš Penc (www.webzine.cz)
 */

html{
	height:100%;
}
body {
	color: #3F3F33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f3f3f3;
	height:auto;
	padding-bottom: 40px;
}
#root {
	width: 1024px;
	margin: auto;
	padding-top:20px;
}
#header {
	padding: 2px 0 0 820px;
	height: 105px;
	background-image: url('/images/header.gif');
	background-repeat: no-repeat;
}
#menu {
	background: url('/images/menu_bg.gif') repeat-x;
	height: 38px;
}
#header li {
	float: left;
	margin-right: 15px;
}
#header li a {
	color: #40b8df;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li {
	float: left;
	padding: 10px 22px;
	background-image: url('/images/menu_separator.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 18px;
}
#menu ul li.last {
	background-image: none;
}
#menu ul {
	margin: auto;
}
#menu ul li a {
	color: #383838;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li:hover, #menu ul li.active {
	background-image: url('/images/menu_active.gif');
	background-repeat: repeat-x;
}
#menu ul li:hover a, #menu ul li.active a {
	color: #ffffff;
}

#content{
	background-color:#fff;
}
#content #left {
	width:196px;
	padding-top:25px;
	padding-left: 15px;
}
#content #right p {
  /*text-align: justify; */
 }
#content #right{
	width:770px;
	float:right;
	color: #3F3F3F;
	padding: 30px 20px;
	min-height: 300px;
}
h1{
	font-weight:bold;
	font-size: 15px;
	margin-bottom: 15px;
    color: #3F70DC;
}
h2{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
h3{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
#right p{
	margin-bottom: 10px;
}
#left .box {
	border: 1px solid #dfdfdf;
	padding: 1px;
	margin-bottom:10px;
}
#left .inner{
	background-color: #dfdfdf;
	padding-bottom:7px
}
#left .inner p{
	padding: 5px 10px;
	line-height: 135%;
}
#left .box .caption{
	background-color: #e4e4e4;
	height: 20px;
	padding-top: 6px;
	padding-left: 10px;
	color: #383838;
	font-weight:bold;
	font-size:13px;
	margin-bottom: 5px;
}
#left-box dl{
	padding-top: 35px;
	margin-left:10px;
    font-size: 13px;
}
#left-box dt{
	float: left;
	clear:left;
	width: 60px;
	color:#3A6CD8;
	font-weight: bold;
    margin-bottom: 3px;
}
#left-box dd {
    margin-bottom: 3px;
     color: #6d6d6d;
    font-weight: bold;
}
#left-box dd a {
    color: #6d6d6d;
}
#right p span {
	font-weight: bold;
}
#footer{
	background: url('/images/footer.gif') no-repeat;
	height: 52px;
	color:#fff;
	font-weight:bold;
	padding: 44px 180px;
	text-align: center;
	line-height: 146%;
}
#footer a{
	color: #fff;
	text-decoration:none;
}
#footer span,#footer span a{
	color: #a5a5a5;
}
#right .box {
	width: 354px;
	height: 144px;
	border: 1px solid #dfdfdf;
	padding: 2px;
	float: left;
	margin-bottom: 12px;
	margin-right: 9px;
    overflow: hidden;
}
#right .box .inner {
	background-color:#dfdfdf;
	padding: 5px;
	font-size:11px;
	color: #505050;
    overflow: hidden;
}
#right .box .inner img {
	float: left;
	margin-right:10px;
}
#right ul, #right ol{
	margin: 10px 0;
	margin-left:20px;
	list-style-position:outside;
}
#right ul li, #right ol li {
	list-style:square;
}
.news .title{
    padding: 0 10px;
    color: #3A6CD8;
    font-weight: bold;
}
.news p,#newsletter p {
    color: #6d6d6d;
    font-weight: bold;
    line-height: 120% !important;
    font-size: 12px;
    padding-top: 2px !important;
}
.news p a {
    padding-top: 5px;
}
.news {
    margin-top: 10px;
}
.news-right-align {
    margin-right: 10px;
    font-size: 10px;
    margin-top: 10px;
    text-align: right;
}
#newsletter {
    width: 178px;
    margin: auto;
    margin-top: 110px;
}
#newsletter p {
    line-height: 130% !important;
}
#newsletter span.red {
    font-size: 11px;
}
#newsletter input[type=text] {
    width: 148px;
    padding: 3px 7px;
    border: 1px solid #000;
    background-color: #919191;
    margin-top: 15px;
}
#newsletter .right-align {
    margin-top: 5px;
    text-align: left;
}
#newsletter input[type=submit]{
    border: 0;
    width: 56px;
    height: 19px;
    background: url('/images/odeslat.gif') no-repeat;
    margin-left: 15px;
}
p.contact span {
    display: block;
    width: 130px;
    float: left;
    
}
p.contact {
    background-color: #e4e4e4;
    width: 370px;
    padding: 10px;
    border: 1px solid #dfdfdf;
}
.msgbox {
    background-color: #014dc2;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #dedede;
    margin-bottom: 15px;
}
#brouk {
    margin-left: 90px;
}

#left-box {
    width: 196px;
    height: 386px;
    background: url('/images/left.jpg') no-repeat;
    margin-bottom: 20px;
}
#frame {
    float: right;
    border: 1px solid #dfdfdf;
    padding: 1px;
}
