*{
	margin: 0;
	padding:  0 ;
}
body{
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #c4beb6;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;	
}
#page{
	margin: 0 auto;
	width: 926px;
}
#logo{
	padding: 10px 0;
	display: block;
}
#header{
	margin-bottom: 24px;
}
#menu{
	height: 38px;
	line-height: 38px;
	background-image: url(../img/menu.png);
}                                           
#menu a{
	color: #fff;
	
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px;
}
#left{
	float: left;
	width: 629px;
}
#right{
	float: right;
	width: 283px;
}
#slider{
	margin-bottom: 10px;
}
#slider .slogan{
	background-color: #1c273d;
	font-size: 14px;
	color: #fff;
	padding:  10px ;
}
.box{
	border-radius: 2px;
	border: 1px solid #78a22f;
	background-color: #e2deda;
	padding:  10px ;
	margin-bottom: 11px;
}
.box .clanek{
	margin-bottom: 10px ;
}
.box .nadpis,
.box .nadpis a{
	text-transform: uppercase;
	font-size: 14px;
	color: #695e4a;
	font-weight: bold;
}
.box .vice{
	font-size: 9px;
	color: #b7a88e;
	text-decoration: none;
}
.box img{
	float: right;
}
#content{
	border-radius: 2px;
	border: 1px solid #78a22f;
	background-color: #e2deda;
	padding:  10px ;
} 

h1{
	border: 1px solid #78a22f;
	border-bottom:0;
	background-color: #e2deda;
	padding: 7px 10px ;
	font-weight: bold;
	font-size: 14px;
	color: #695e4a;
	text-transform: uppercase;
}
.novinka{
	margin-bottom: 10px;
}
.novinka img{
	float: left;
	margin-right: 10px;
	width: 200px;
}
.novinka .nadpis a{
	font-size: 14px;
	font-weight: bold;
	color: #695e4a;
	text-decoration: none;
	border-bottom: 2px solid #695e4a;
	display: block;
	margin-bottom: 13px;
}
.novinka .vice{
	font-size: 9px;
	color: #b7a88e;
	text-decoration: none;
	margin-top: 20px;
}
.novinka .t{
	float: right;
	width: 390px;		
}
.clear{
	clear: both;
}
.foto_nahled{
	width: 150px;
	height: 160px;
	margin: 5px;
	text-align: center;
	float: left;
}
.foto_nahled a{
	color: #000;
}
#objednavka{
}
#objednavka div{
	margin-bottom: 2px;
}
#objednavka label{
	width: 10em;
	display: inline-block;
	vertical-align: top;
}
#objednavka small{
	padding-left: 13em;
	display: inline-block;
	padding-right: 4em;
	text-align: justify;
}
#objednavka div textarea,
#objednavka div input{
	width: 466px !important;
	margin: 0;
	padding: 0;
	border:  1px gray solid ;
}
#objednavka table{
	margin-bottom: 20px;
}
#objednavka .submit{
 	padding:  2px 5px ;
}
.err{
	color: red;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid red;
	padding:  10px ;
	margin-bottom: 10px;
}
.ok{
	color: green;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid green;
	padding:  10px ;
	margin-bottom: 10px;
}
.box.galerie img{
	float: none;
}
#footer{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a{
	color: #000;
}