html {
	overflow: -moz-scrollbars-vertical;
}

BODY {
	background-color: #999999;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#body {
	position: relative;
	width: 665px;
	margin-left: auto;
	margin-right: auto;
}

#stranka {
	background: #FFFFFF url("images/page-bg.gif") repeat-y;
	color: #000000;
}

#head {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 8px 0px 8px;
	position: relative;
	background: #227FD9 url("images/head-bg.gif") repeat-x;
	color: #FFFFFF;
	height: 142px;
}

#head img {
	position: absolute;
	left: 20px;
	top: 23px;
}

#head h1 {
	position: absolute;
	left: 20px;
	top: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#head img.panel {
	position: absolute;
	left: 440px;
	top: 6px;
}


#menu_box {	position: absolute;
	top: 108px;
	left: 0px;
	height: 34px;
	background: #FFFFFF url("images/menu-bg.gif") no-repeat right top;
	color: #000000;
}

#menu_box ul {
	list-style-type: none;
	padding: 0px 15px 0px 5px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}

#menu_box li {
	float: left;
	display: block;
	padding: 8px 15px 0px 15px;
	height: 31px;
}

#menu_box li.odrazka {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	display: block;
	width: 10px;
	height: 31px;
	background: url("images/menu-li.gif") no-repeat;
}

#menu_box A, #menu_box A:active, #menu_box A:link, #menu_box A:visited, #menu_box A:focus {
    color: #000000;
    text-decoration: none;
}

#menu_box A:hover {
    color: #000000;
    text-decoration: underline;
}

#text {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 15px 20px;
	color: #000000;
	min-height: 300px;
	_height: 300px; /* IE */
	text-align: left;
}

#footer {	position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px 8px 0px 8px;
	padding: 8px 0px 8px 0px;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	text-align: center;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	padding-top: 2px;
	margin: 0px;
}

#footer li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a, #footer a:active, #footer a:link, #footer a:visited, #footer a:focus {
    color: #000000;
    text-decoration: none;
}

#footer a:hover {
    color: #000000;
    text-decoration: underline;
}

#zapati {
	background: url("images/footer.gif") no-repeat;
	height: 9px;
}

#copyright {
	text-align: left;
	padding-left: 8px;
    color: #666666;
    font-size: 11px;
}

#copyright a, #copyright a:active, #copyright a:link, #copyright a:visited, #copyright a:focus {
    color: #666666;
    text-decoration: underline;
}

#copyright a:hover {
    color: #000000;
    text-decoration: underline;
}

TD {
    font-size: 12px;
}

A, A:active, A:link, A:visited, A:focus {
    color: #2B7FD0;
    text-decoration: underline;
}

A:hover {
    color: #D20000;
    text-decoration: underline;
}

HR {
    color: #999999;
    height: 1px;
    border-width: 0px 0px 0px 0px;
    background-color : #999999;
}

H1 {
    font-size: 24px;
	color: #2B7FD0;
}

H2 {
    font-size: 22px;
	color: #2B7FD0;
}

H3 {
    font-size: 16px;
	color: #000000;
}

H4 {
    font-size: 14px;
	color: #000000;
}

H5 {
    font-size: 12px;
	color: #000000;
}

H1, H2, H3, H4, H5 {
    margin-top: 8px;
    margin-bottom: 0px;
}

P {
    margin-top: 8px;
    margin-bottom: 8px;
}

FORM {
    margin: 0px 0px 0px 0px;
}

INPUT, TEXTAREA, SELECT {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.err_text {
    color: #D20000;
    font-size: 11px;
}


ul#seo li strong {
	font-weight: normal;
}

.mensi {
    font-size: 16px;
}

.null {	margin-top: 10px;
	clear: both;
	height: 1px;
	background-color: #CCCCCC;
}

.konec {	clear: both;
}

#produkty ul {	list-style-type: none;
	padding: 0px 0px 0px 40px;
	margin: 0px;
	text-align: justify;
}

#produkty h2 {
	color: #000000;
	font-size: 14px;
	padding-bottom: 10px;
}

#produkty img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

#upoutavka {	margin: 20px 0px;
	padding: 14px;
	background-color: #ff9cc9;
	border: 1px solid #e85a92;
	text-align: center;
}

#upoutavka strong {	font-size: 16px;
}

#upoutavka a {
    color: #000;
    text-decoration: underline;
}

#upoutavka a:hover {
    color: #000;
    text-decoration: underline;
}

div#lang {	padding: 5px 15px;
	text-align: right;
}