body{
	font-family: "arial", sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #1C6DA5;
}

/* Basic layout */

#container{
	width: 900px;
	margin: 1em auto;
	text-align: left;
}

#header{
	height:100px;
	width: 900px;	
}

#header_left{
	float: left;
	width: 270px;
}

#logo a img{
	border: none;
	width: 250px;	
}

#header_right{
	float:left;
	padding: 10px 0 0 0;	
}

#header_right #header_links ul li a{
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	width: 95px;
	display: block;
	height: 32px;
	text-align:center;
	padding-top: 5px;
}

#header_right #header_links ul li a:hover{
	color: #205fd1;
}

#header_right #header_links ul li a.active{
	background: url(../images/hover.png) no-repeat;
	color: #fff;
	cursor: default;
}

#header_right ul li{
	display: inline;
	float: left;
	list-style-type: none;		
	
}

#header_right ul li a{
	padding: 0 20px 0 0;
}


#content{
	width: 860px;
	margin:  auto;
	text-align: left;

}

#content_top{
	background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 23px;	
	margin: 0;
	padding: 0;
}

#content_bottom{
	background: url(../images/bg_content_line.png) repeat-x #7FB1D4;
	margin: 0;
	padding: 0;
	float: left;
	width: 860px;
}

#carousel{
	margin-top: 20px;
	text-align: center;
}

#leftpanel{
	padding: 0;
	margin: 0;
}

#leftpanel_cont{
	padding: 20px 30px 50px 25px;
}

#footer{
	clear: both;
	text-align: left;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#footer a img.zf{
	border: none;
	height: 20px;
}

#footer img{
	border: none;
}

#uvodnik{
	background: url(../images/bg_uvodnik.png) no-repeat right bottom #edf6fe;
	
	padding: 15px;
	width: 750px;
	border-top: #dcedfe 5px solid;
	margin-bottom: 30px;
}

.slide{
	width: 800px;
	margin-bottom: 30px;
}

.slide_left{
	float: left;
	width: 340px;
}

.slide_left img{
	width: 300px;
}

.slide_right{
	float: left;
}

ul.fain li{
	list-style-image: url(../images/right.png);
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	list-style-position: inside;
}


.item_row{
	width: 750px;
	height: 100%;
	
}

.item_left{
	width: 290px;
	float: left;
	display: inline;
}

.item_right{
	width: 290px;
	float: right;
	display: inline;
}

.box_stats,box_web{
	width: 290px;
	height: 250px;
	background-repeat: no-repeat;
}

.box_stats{
		background-image: url(../images/bg_box.png);
		background-repeat: no-repeat;
		height: 250px;
}

.box_web{
		background-image: url(../images/bg_box_web.png);
		background-repeat: no-repeat;
		height: 250px;
}

.box_eshop{
	   background-image: url(../images/bg_box_eshop.png);
	   background-repeat: no-repeat;
		height: 250px;
}

.box_text{
	padding: 25px 20px 23px 20px;
}

.box_text ul{
	padding-left: 20px;
}

.box_text ul li{
	list-style-type: square;
	list-style-position: outside;
}

.box_text p{
	width: 250px;
}

table.reference tr td{
	width: 250px;
	height: 110px;
	text-align: center;
}

table.reference img{
	width: 150px;	
	border: none;
}

.detail{
	width: 97%;
}

.detail_left{
	float: left;
	width: 350px;
	padding-right: 40px;
}

.detail_right img{
	width: 350px;
	float: left;
	border: solid 5px gray;
}

.detail_right a:hover img{
	border-color:#dcedfe;
}

img.code{
	width: 200px;
	border: solid 5px gray;
}

a.prejit{
	display: block;
	background-image: url(../images/corner_box.png);
	background-repeat: no-repeat;
	width: 144px;
	height: 24px;
	padding-right: 20px;
}

a.objednat{
	display: block;
	background-image: url(../images/objednat.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 24px;
	
}

a.more{
	display: block;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 24px;
	
}

.line{
	border-bottom: dashed 1px #000;
	width: 700px;
	height: 1px;
	margin-bottom: 20px;
}

/* dopis */



form#dopis{

	width: 700px;
	padding: 25px;
}

form#dopis fieldset{
	border:solid 1px;
	border-color: #e4e4e4;
	padding: 20px;
}

form#dopis input{
	width: 190px;
}

form#dopis label{
	width: 250px;
	display: block;
}

form#dopis input#send{
	width: 140px;
	border: solid 1px #eee;
	height: 27px;
	margin: 10px;
	background: url(../img/button.gif) no-repeat;
	color: #fff;
	font-weight: bold;
}


table#kontakt{
	width: 600px;
}

table#kontakt ul li{
	list-style-type: square;
}

table#kontakt tr td{
	vertical-align: top;
}



/* Tags */

a{
	color: #333333;	
}

a:hover{
	color: #5ebf00;
}

h1{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 25px;
}

h2{
	font-weight: normal;
	font-size: 19px;
	text-align: left;
	background-image: url(../images/h2.png);
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
}

h3{
	
}

h3.in_box{
	text-align: center;
	color: #b71c00;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
}

h3.in_box a{
	color: #b71c00;
}

h3 a:hover{
	color: white;
}

p{
	margin: 0;
}

ol li{
	font-size: 17px;
	
	font-style: italic;
	line-height: 24px;
}
