html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 10px 0 0 0;
   padding: 0;
	height: 100%;
	font-family: sans-serif;
	font-size: 90%;
	background: #dde6d7;
	text-align: center;
	line-height: 1.6;
	color: #3a3a3a;
}
a {
	color: #1f3f00;
}
a:hover{
	color:blue;
}
img {
	border: 0;
}
.clear{
	clear:both;
}
.clearleft{
	clear:left;
}
.clearright{
	clear: right;
}
h1{
	font-size: 150%;
	margin-top:10px;
	margin-bottom:10px;
}
h2{
	margin-top:10px;
	margin-bottom:10px;
	color: #626262;
}
h3{
	margin-top:5px;
	margin-bottom:5px;
	color: #0093dd;
	font-size:130%;
	font-family: serif;
}
fieldset {
	width: auto;
	margin: 0px;
	padding: 10px;
	border: none;
	background: #e8f8e1;
}
fieldset input{
	width: 120px;
}
input, textarea{
	border: 1px solid #646464;
}
.vfn{
	width: 110px;
}
textarea{
	width: 250px;
}
.nums{
	text-align: center;
}
.publish{
	font-size: 0.9em;
}
.arrows{
	text-align: center;
}
#body{
	text-align:left;
	margin:0 auto;
	width:980px;
	background: White;
}
#header{
    width:980px;
    height:128px;
    background: url(../img/headerbg2.jpg) no-repeat;
}
#logo{
    float:left;
    width:108px;
    height:108px;
}
img.logo{
    margin-top:10px;
    margin-left:20px;
}
#kontakt{
    float:left;
    width:700px;
    height:128px;
}
#kontakt_content{
    margin-left:55px;
    margin-top:80px;
    font-size: 100%;
    line-height: 1.6;
}
#menu{
	width:205px;
	float:left;
}
.menuborder{
	background: url(../img/menuupbg.jpg) no-repeat top left;
	height:7px;
	width:205px;
	font-size:7px;
	line-height: 7px;
}
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding: 0;
}
#menu .menu .menu a{
	padding-left: 30px;
}
#menu a {
	background: url(../img/menupolozkabg.jpg) no-repeat;
	width:205px;
	height:31px;
	display:block;
	line-height: 31px;
	text-decoration:none;
	color:#3a3e38;
	padding-left:15px;
}
#menu a:hover{
	text-decoration:underline;
}


#main_container{
	width:775px;
	float: left;
}
#content{
	width:530px;
	float:left;
}
#content_margin{
	margin:15px;
	text-align: justify;
}


#news{
	width:245px;
	float:left;
	background: #e8f8e1;
	min-height: 500px;
	height:auto;
	_height: 500px;
}
#news_headline{
	width:245px;
	height:30px;
	
	background: url(../img/informacebg.jpg) no-repeat;
}
#news_content{
	margin:10px;
	font-size: 90%;
	line-height: 1.5;
}
.novinka{
	margin-bottom:10px;
}
p.news_headline{
	font-size:120%;
	margin:0;
	padding:0;
}
p.news_date{
	font-size: 90%;
	margin:0;
	padding:0;
}
p.news_text{
	text-align: justify;
	margin:0;
	padding:0;
	}
.news_old{
	margin-left:140px;
}
#partneri{
	width:980px;
	height:100px;
	background:#f7fdf5;
	clear: both;
	text-align: center;
}
#partneri_content{
	margin:15px;
}
#partneri_bottom{
	background: url(../img/partneribottombg.jpg) no-repeat bottom;
	width:980px;;
	height:6px;
	line-height: 6px;
	font-size: 6px;
}
#footer{
	font-size:80%;
	width:980px;
	text-align: right;
	margin: 0 auto;
}
#footer_content{
	margin-top:10px;
}