@charset "utf-8";
/* CSS Document */
html *{
	padding: 0;
	margin: 0;
}
body {
	background: #0c6fab url(img/bg.jpg) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
#main {
	width:1200px;
	margin: 0 auto;
}
/* CSS HEADER */
#header {
	height:462px;
	background: url(img/header.jpg) no-repeat left top;
}
/* CSS MENU */
#menu {
	height:348px;
	width:765px;
	background: url(img/menu.jpg) no-repeat right top;
	float:right;
	text-align:center;
}
#menu a{
	color: white;
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}
#menu .menu1{
	height:348px;
	width:157px;
	background: url(img/menu1.jpg) no-repeat left top;
	float:left;
	padding-top:230px;
}
#menu .menu1 a:hover{
	color: #ffbcff;
}
#menu .menu2{
	height:348px;
	width:154px;
	background: url(img/menu2.jpg) no-repeat left top;
	float:left;
	padding-top:230px;
}
#menu .menu2 a:hover{
	color: #e0ff64;
}
#menu .menu3{
	height:348px;
	width:157px;
	background: url(img/menu3.jpg) no-repeat left top;
	float:left;
	padding-top:230px;
}
#menu .menu3 a:hover{
	color: #ffff65;
}
#menu .menu4{
	height:348px;
	width:156px;
	background: url(img/menu4.jpg) no-repeat left top;
	float:left;
	padding-top:230px;
}
#menu .menu4 a:hover{
	color: #b2ffff;
}
/* CSS TOP H1 LOGO */
#top {
	height:121px;
	width:1200px;
	float:right;
	background: url(img/left.jpg) no-repeat left top;
}
#top .right{
	height:121px;
	width:1056px;
	float:right;
	background: url(img/right.jpg) no-repeat right top;
}
#top .right h1{
	font-size:18px;
	color:#0062ac;
	margin:50px 0px 0 50px;
	float:left;
}
#top .right p{
	font-size:12px;
	color:#93db18;
	margin:5px 0px 0 300px;
	float:left;
}
#top .right .c{
	margin:0px 0px 0 0px;
	float:left;
}
/* CSS CONTENT */
#content {
	width:1200px;
	float:right;
	background: url(img/rightbg.jpg) no-repeat left top;
}
#content .r{
	width:142px;
	height:526px;
	float:right;
	background: url(img/leftbg.jpg) no-repeat left top;
}
/* CSS CONTENT TEXT*/
#obsah{
	width:915px;
	float:right;
	background: white;
}
#obsah .link{
	width:900px;
	height:141px;
	margin: 15px 0px 10px 7.5px;
	background: url(img/link.jpg) no-repeat left top;
	float:left;
}
#obsah .link .linksm{
	width:275px;
	height:105px;
	margin:18px 25px 10px 15px;
	float: left;
}
#obsah .link .linkdm{
	width:275px;
	height:105px;
	margin:18px 15px 10px 0px;
	float: left;
}
#obsah .link .linkhm{
	width:275px;
	height:105px;
	margin:18px 0px 10px 10px;
	float: left;
}
#obsah .link a{
	color:white;
	text-decoration:underline;
}
#obsah .c{
	width:1px;
	height:526px;
	float:right;
}
#obsah h2{
	padding:10px 10px 0 50px;
	font-size:18px;
	color: #0c6fab;
}
#obsah h3{
	padding:10px 10px 0 50px;
	font-size:18px;
	color: #0c6fab;
}
#obsah h4{
	text-align: center;
	font-size:14px;
}
#obsah p{
	padding:10px 10px 0 20px;
	font-size:13px;
	text-indent: 25px;
}
#obsah em{
	padding:15px 10px 0 20px;
	font-size:13px;
	text-indent: 25px;
}
#obsah a{
	font-size:13px;
	color: #03acf2;
	text-decoration:none;
}
/* CSS CONTENT PRICE*/
#obsah .ceny {
	width:894px;
	margin-left:10.5px;
}
#obsah .ceny h3{
	text-align:center;
	border-bottom: #CEF3FC solid 1px;
}
#obsah .ceny ul{
	font-size:13px;
	margin: 5px 5px 5px 5px;
}
#obsah .ceny .type{
	width:288px;
	margin:10px 0 0 10px;;
	float:left;
}
#obsah .ceny .cena{
	text-align:center;
	color: #0c6fab;
}
#obsah .ceny .type{
	width:288px;
	margin:10px 0 0 10px;;
	float:left;
}
/* CSS CONTENT GALERY*/
#galerie {
	padding: 10px 0 10px 100px;;
}
#galerie img{
	padding: 15px;
	border: #CCCCCC solid 1px;
}
#galerie img:hover{
	padding: 15px;
	border: #999999 solid 1px;
}
/* CSS CONTENT FORM*/
#form {
	width:450px;
	padding:20px 0 0 100px;
	float:left;
}
#form legend{
	margin-left:15px;	
	padding:0px 5px 10px 5px;
}
#form .zagolovok{
	padding:0 0 10px 20px;
	float:left;
	width:130px;
}
#form .pole{
	float:left;
	padding:0 0 10px 20px;
}
#form .submit{
	float:right;
	padding:0px 32px 10px 0;
}
/* CSS CONTENT FOOTER*/
#footer{
	width:915px;
	float:left;
	height:41px;
	background: #0c6fab url(img/footer.jpg) no-repeat left top;
	font-size:10px;
	font-weight:bold;
}
#footer .foot{
	margin: 8px 10px 0 0px;
	float:right;
}