body {
	margin: 0 auto;
	padding: 0;
	background: #ebebeb;
	font-family: Arial;
	font-size: 12px;
	line-height: 140%;
	color: #666;
}
#pageall {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	background: url('../img/bg.gif') repeat-y;
}

#realwidth {
	margin: 0 auto;
	width: 939px;
}

/* HLAVIÈKA */
	/* MENU */
#menu {
	background: url('../img/menubg.gif') repeat-x;
	width: 100%;
	line-height: 35.99px;
	height: 40px;
}
#menu ul{list-style: none;text-align: center}
#menu li{display: inline}
#menu a{
	padding: 0 10px 10px 10px;
	text-decoration: none;
	margin: 0;	
	border-bottom: 5px solid #ccc;	
	color: #999;
}
#menu a#current{border-color: #757575;color: #757575}
#menu a:hover, #menu a#current:hover{
	border-bottom: 5px solid #757575 !Important;
	color: #e9264d;
}

	/* ÈÁRY A LOGO */
#stripe {
	margin-top: 10px;
}

#logobg	{
	background: #8e8d8b url('../img/logobg.gif') no-repeat;
	float: left;
	height: 200px;
	width: 259px;
}

#logo {
	margin: 44px 36px 0 0;
}

#logotext {
	position: absolute; top: 190px;
}

#logotext a {
	padding-left: 75px;
	color: #939598;
	text-transform: uppercase;
	font-family: Impact, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 18px;
	letter-spacing: 2px;
}

#logotext a:hover {
	color: #e9264d;
	text-decoration: none;
}

#square1 {
	background: #799433 url('../img/headerpart1.jpg') no-repeat;
	float: left;
	margin-left: 11px;
	height: 200px;
	width: 200px;
	border-right: #39b54a solid 8px;
}

#square2 {
	background: #825034 url('../img/headerpart2.jpg') no-repeat;
	float: left;
	height: 200px;
	width: 253px;
	border-right: #2484c6 solid 8px;
}

#square3 {
	background: #8e8d8b url('../img/headerpart3.jpg') no-repeat;
	float: left;
	height: 200px;
	width: 200px;
}

/* OBSAH */
#content {
	position: relative; top: 10px;
}

/* LEVÁ STRANA */
#left {
	width: 200px;
	float: left;
	position: relative; left: 0;
}

	/* LEVÁ STRANA - ØAZENO PODLE BAREV */
.bluebox ul {
	list-style: none;
	padding: 0;
}

.bluebox {
	color: #1984c9;
	border-top: #67a1c8 solid 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
	font-weight: bold;
}

.bluebox a {
	color: #1984c9;
	text-decoration: none;
	font-weight: normal;
}

.redbox ul {
	list-style: none;
	padding: 0;
}

.redbox {
	color: #e9264d;
	border-top: #d16071 solid 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 3px;
	font-weight: bold;
}

.redbox a {
	color: #e9264d;
	text-decoration: none;
	font-weight: normal;
}


.greenbox ul {
	list-style: none;
	padding: 0;
}

.greenbox {
	color: #39b54a;
	border-top: #74be7e solid 5px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-top: 3px;
	font-weight: bold;
}

.greenbox a {
	color: #39b54a;
	text-decoration: none;
	font-weight: normal;
}

/* STØEDNÍ ÈÁST */
#midle {
	width: 520px;
	float: right;
	position: relative; right: 210px;
}

.welcomebox {
	color: #333;
	border-top: #ccc solid 5px;
	background: #f6f6f8 url('../img/textbg.gif') no-repeat bottom;
	margin-bottom: 4px;
	padding-top: 1px;
}

#welcome {padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F6F6F8;
}

.textbox {
	padding: 3px 10px;
}

.mainbox {
	color: #666;
	border-top: #d16071 solid 5px;
	margin-bottom: 10px;
	padding-top: 3px;
}

.product{
	border-top: #ccc solid 1px;
	padding: 5px 0;
	clear: both;
}

.product img {
	margin: 3px 3px 6px 3px;
}
.prices {
	font-weight: bold;
	padding-top: 8px
}

#contentbottom {
	height: 8px;
	clear: both;
	border-bottom: #ccc solid 5px;
}
/* PRAVÁ ÈÁST - NOVINKY*/
#right {
	width: 200px;
	float: right;
	position: relative; left: 520px;
}

.newsbox {
	border-top: #d99999 solid 5px;
	margin-bottom: 10px;
}

.newsbox  p {
	border-top: #ccc solid 1px;
	padding: 3px 0;
}

.news {
	font-size: 12px;
	font-weight: bold;
}

/* PATIÈKA */
#footer{
	clear: both;
	padding: 15px 0 0 0;
	font-size: 11px;
	line-height: 180%;
}

#footerleft {
	width: 300px;
	float: left;
	padding: 10px 25px 0 25px;
}

#footermiddle {
	width: 150px;	
	float: left;
	margin-left: 10px;
}

#footerright {
	width: 360px;
	float: right;
	text-align: right;
}

#footerright a {
	padding: 0 0 0 5px;
}

#footerbottom {
	height: 5px;
	clear: both;
}
/* OSTATNÍ (h1, h2, p, a, a:hover, img, *) */
.bold {font-weight: bold}
.noborder {border: 0}
.more {	padding-left: 45px;}
.red {color: #e9264d}
.line-through {text-decoration: line-through}
h1 {font-size: 12px; color: #e9264d; text-transform:uppercase}
h2 {text-transform:uppercase; font-size: 14px; color: #e9264d; padding-bottom: 3px;}
.name {font-size: 12px; font-weight: bold}
a {color: #e9264d; text-decoration: none}
a:hover {text-decoration: underline}
p {margin: 0px}
img {border: 1px solid #ccc; float: right}
* {margin:0; padding: 0}

/* PRODUKTY */
#main {
	width: 730px;
	float: right;
}

.productpage {
	border-top: #ccc solid 5px;
	margin-bottom: 10px;
	padding-top: 3px;
}

.text {
	width: 520px;
	float: left;
}

.poleleft {
	width: 80px;
	float: left;
	font-size: 11px;
	padding-top: 5px;
	color: #666;
}

#main table {
	float: right;
	margin-top: 15px;
}

#main td {
	padding-top: 4px;
}

.pole1 {
	background: #ccc url('../img/pole1.gif') no-repeat;
	text-align: right;
	width: 40px;
	height: 21px;
	border: 0;
	line-height: 22px;	
	padding: 0 5px;
}

.pole2 {
	background: #ccc url('../img/pole2.gif') no-repeat;
	text-align: right;
	width: 40px;
	height: 21px;
	line-height: 22px;
	border: 0;
	padding: 0 5px;
}

.pole3 {
	background: #ccc url('../img/pole3.gif') no-repeat;
	text-align: right;
	width: 90px;
	height: 21px;
	border: 0;
	line-height: 22px;
	padding: 0 5px;
}

.pole4 {
  background:#F4F4F4 url('../img/input_editable_big.jpg') no-repeat scroll 0 50%;
  border:medium none !important;
  height:19px;
  padding:3px 10px 0 5px;
  text-align:left;
  width:179px;
}

.note textarea {
  background:#F4F4F4 url('../img/textarea_editable.jpg') no-repeat scroll 0 50%;
  border:medium none !important;
  height:204px;
  padding:4px 3px 3px;
  width:395px;
}

.formitem_d_way {
  height:25px;
  padding:0;
  text-align:left;
  width:606px;
}

h2 {font-size: 12px; text-transform: capitalize; color: #757575}

/* PRODUKTY - KONEC  */

/* KONTAKT */
.contactbox {
	border-top: #ccc solid 5px;
	margin-bottom: 10px;
	padding-top: 2px;
}

#where {
	font-size: 12px; 
	text-transform: capitalize; 
	color: #757575; 
	padding-bottom: 2px;
}

.kontakt {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-bottom: 3px;
}

.contactbox iframe {
	border: 1px solid #ccc; float: right
}

#infobox {
	color: #989898;
	height: 180px;
	border-top: 1px solid #ccc;
}

#infoleft {
	width: 180px;
 	float: left;
}

#infobox input, textarea {
	border: 1px solid #ccc;
	font-family: sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}

#inforight {
	width: 330px;
	float: right;
}

.message {
	width: 330px;
	height: 145px;
	float: right;
}

.pole {
	width: 180px;
	height: 16px;
	float: left;
}

#sendbutton {
	width: 100px;
	height: 21px;
	background: #ccc url('../img/sendicon.gif') no-repeat;
	border: 0 !Important;
	margin-top: 5px;
	float: left;
}

.contact {
	text-transform: uppercase;
	font-weight: bold;
}
/* KONTAKT - KONEC */
