body{
	font-family: Tahoma;
	color: #000;
	font-size: 12px;
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(../images/bg_x.jpg);
	background-repeat: repeat-x;
	background-position: 0px 57px;
}

#main{
	width: 1024px;
	margin: auto;
	margin-bottom: 0px;
	margin-top: 23px;
}

#header{
	width: 1000px;
	height: 311px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

#main h1{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	margin-bottom: 10px;
}

#menu{
	width: 1024px;
	height: 43px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-size: 14px;
	background-image: url(../images/menu_bg.png);
}

#menu a{
	font-size: 16px;
	color: #1152f2;
	font-weight: bold;
	text-decoration: none;
	padding-top: 13px;
}

#menu .divider{
	width: 2px;
	height: 43px;
	background-image: url(../images/menu_divider.png);
}

#menu #menu_left{
	width: 35px;
	height: 43px;
	background-image: url(../images/menu_left.png);
	background-repeat: no-repeat;
}

#menu #menu_right{
	width: 42px;
	height: 43px;
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
}

#menu #menu_1{
	display: block;
	width: 143px;
	height: 30px;

	background-repeat: no-repeat;
}

#menu #menu_1:hover{
	background-image: url(../images/menu_1_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_1-active{
	display: block;
	width: 143px;
	height: 30px;
	background-image: url(../images/menu_1_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_2{
	display: block;
	width: 149px;
	height: 30px;

	background-repeat: no-repeat;
}

#menu #menu_2:hover{
	background-image: url(../images/menu_2_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_2-active{
	display: block;
	width: 149px;
	height: 30px;
	background-image: url(../images/menu_2_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_3{
	display: block;
	width: 135px;
	height: 30px;

	background-repeat: no-repeat;
}

#menu #menu_3:hover{
	background-image: url(../images/menu_3_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_3-active{
	display: block;
	width: 135px;
	height: 30px;
	background-image: url(../images/menu_3_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_4{
	display: block;
	width: 153px;
	height: 30px;

	background-repeat: no-repeat;
}

#menu #menu_4:hover{
	background-image: url(../images/menu_4_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_4-active{
	display: block;
	width: 153px;
	height: 30px;
	background-image: url(../images/menu_4_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_5{
	display: block;
	width: 185px;
	height: 30px;

	background-repeat: no-repeat;
}

#menu #menu_5:hover{
	background-image: url(../images/menu_5_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_5-active{
	display: block;
	width: 185px;
	height: 30px;
	background-image: url(../images/menu_5_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_6{
	display: block;
	width: 148px;
	height: 30px;

	background-repeat: no-repeat;
}

#menu #menu_6:hover{
	background-image: url(../images/menu_6_hover.png);
	background-repeat: no-repeat;
}

#menu #menu_6-active{
	display: block;
	width: 148px;
	height: 30px;
	background-image: url(../images/menu_6_hover.png);
	background-repeat: no-repeat;
}

#left{
	float: left;
	width: 239px;
	padding-left: 28px;
	margin-top: 22px;
}

#left .box{
	width: 239px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	text-align: left;
}

#left .in_box{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menu_left_content.png);
	background-repeat: repeat-y;
}

.in_box .box_top{
	width: 239px;
	height: 14px;
	background-image: url(../images/menu_left_top.png);
}

#left .in_box .box_bottom{
	width: 239px;
	height: 24px;
	background-image: url(../images/menu_left_bottom.png);
}

#left p{
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 3px;
}

/* side menu */
#side_menu .polozka{
	display: block;
	height: 27px;
	background-image: url(../images/menu_left_list.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	padding-top: 8px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

#side_menu .polozka:hover{
	color: red;
}

.in_box h2{
	font-size: 14px;
	color: #2e79f3;
	padding-left: 15px;
	margin-top: 2px;
}

/* right side */
#right{
	float: right;
	width: 741px;
}

#zahrejeme{
	width: 741px;
	height: 179px;
	background-image: url(../images/content_zahrejeme.png);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#text{
	margin-right: 31px;
	background-image: url(../images/content_bg.png);
	text-align: left;
}

#text #content_top{
	width: 710px;
	height: 13px;
	background-image: url(../images/content_text_top.png);
}

#text .uvozovky{
	width: 138px;
	height: 48px;
	background-image: url(../images/content_uvozovky.png);
	background-repeat: no-repeat;
}

#text #text_in{
	width: 670px;
	padding: 0px 20px 0px 20px;
	
}

#text #content_bottom{
	width: 710px;
	height: 10px;
	background-image: url(../images/content_text_bottom.png);
}

/* footer */
#footer{
	clear: both;
	width: 1024px;
	height: 37px;
	background-image: url(../images/footer.png);
	margin: 0px;
}

#footer p{
	margin: 13px 0px 0px 0px;
	padding: 0px;
}

/* elements */
h1,h2,h3,h4{
	text-align: left;
	padding: 3px;
	color: #4f81f9;
}

h1{
	font-size: 20px;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 13px;
	clear: both;
}

p{
	text-align: justify;
	line-height: 1.5;
	text-indent: 7px;
}

a{
	color: #2E79F3;
	text-decoration: none;
}

a:hover{
	color: maroon;
	text-decoration: underline;
}

#galerie a img, li a img{
	padding: 1px;
	border: 1px solid #dfdfdf;
	margin: 2px;
}

a img{
	border: none;
	margin: 2px;
}

.center{
	text-align: center;
}

ul, ol{
	line-height: 1.5;
}

ul.nadpisy li{
	list-style: square;
	
}

/* jQuery */
a.pdf {
	background: url(../images/file-red.gif) no-repeat;
	padding-left: 16px;
}
a.zip {
	background: url(../images/file-orange.gif) no-repeat;
	padding-left: 16px;
}
a.psd {
	background: url(../images/file-blue.gif) no-repeat;
	padding-left: 16px;
}
a.xls {
	background: url(../images/file-green.gif) no-repeat;
	padding-left: 16px;
}
