body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
/* Header puvodne   009BB1 */
	color: white;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
a { color: white; outline: none; }
a:hover {
	color: #000000;
	border-color: black;
}
h1, h2 { margin-top: 0; }
h1 {
	margin: 0 0 45px;
	font-size: 36px;
	line-height: 35px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
h1 em { display: block; font-size: 15px; }
h2 { margin-bottom: 1em; font-size: 18px; }
img {
	vertical-align: bottom;
	border: 0px solid #FFFFFF;
}
p, ul, ol, dl, table { margin: 0 0 1.2em; line-height: 1.3em; }
ul, ol { margin-left: 1em; padding-left: 1em; }
ul ul { margin-bottom: 0.5em; }
li ul, li ol { margin: 0 1.5em; }
ol { list-style-type: decimal; }
dt { font-weight: bold; }
/* Images */
img.left, img.right { margin: 1em; margin-top: 0; clear: both; }
img.left { float: left; margin-left: 0; }
img.right { float: right; margin-right: 0; }
img.no-border { padding: 0; background: transparent; border: none; }

.centered {
	width: 1050px;
	margin: auto;
	text-align: justify;
	height: 440px;
}
/* Header */
#header {
	height: 500px;
	background: white url("../images/header.png") repeat-x 0 80%;
	color: #666666;
}
#header #logos { height: 87px; padding-top: 40px; }
#header h1, #header h1 a, #header h1 span {
	width: 450px;
	height: 70px;
	display: block;
	color: #666666;
}
#header h1 {
	margin: 0;
	float: left;
	width: 450px;
	height: 70px;
	position: relative;
}
#header h1 span { position: absolute; top: 0; left: 0; background: url("../images/logo.png"); }
#header h1 em { font-style: normal; font-size: 14px; }
#main-image {
	margin-left: 50px;
	float: right;
	border: 1px solid #FFFFFF;
}

/* Stripe */
#stripe {
	height: 360px;
	color: white;
	background-color: #666666;
}
#stripe .spc {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: #666666;
}
/* Products */
#products {
	background-color: #FFFFFF;
}
#products .centered {
	position: relative;
	top: auto;
	background-color: #FFFFFF;
}
.serie {
	width: 303px;
	height: 333px;
	float: left;
	margin: 5px;
	padding: 10px;
}
.serie:hover { 
box-shadow: black 4px 6px 15px;} 
.serie h2 { font-size: 16px; }
.serie img {
	margin: 0 0 2em 1em;
	float: right;
	border: 1px solid #FFFFFF;
}
.serie p { margin-bottom: 0.5em; line-height: 1.2em; }
.serie .info { font-size: 12px; line-height: 1.4em; }
.serie .zaruka { font-size: 14px; line-height: 1.4em; }
.serie {
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/box_vysoky.png);
	background-color: #666666;
	border: 0px solid #0199B1;
}

/* About */
#about { padding-top: 40px; clear: both; }
/* Footer */
#footer { padding: 1em 0 3em; border-top: 15px solid #074070; }
#footer .centered { text-align: right; }
#footera { color: black; text-decoration: none; }
/* IE 6 fix */
.cols, .spc { _height: 1px; }
