/*** RESET CSS **************************************************************/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: Arial, "Helvetica CE", "Myriad Web", Verdana, sans-serif;
	font-style: normal;
	font-size: 100%;
	font-size: small;
	font-weight: normal;
	/*font-family: Verdana;*/
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: small;
	font-family: Arial, "Helvetica CE", "Myriad Web", Verdana, sans-serif;
}

table tr,
table th,
table td
{
	vertical-align: top;
}

table th {
	font-weight: bolder;
}

label,
label strong {
	line-height:125%;
}

ol,ul {
	list-style: none;
}

q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}
/*** /RESET CSS *************************************************************/

/*** CLEARFIX ***************************************************************/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*** /CLEARFIX **************************************************************/
/***chyba roztazenych tlacitek v IE pod WinXP**********************************/
input.submit {
    padding: 0 .25em;
    width: 0;  /* pouze pro IE */
    overflow: visible;   /* BUG S VYKRESLOVANIM V IE7 */
}

input.submit[class] { /* IE ignoruje [class] */
    width: auto;
}
/******************************************************************************/

html, body {
	background-color: #474747;
}

body {
	background-image: url('../images/back.jpg');
	background-repeat: repeat-x;
	color: black;
}

a {
	color: #63b8e1;
}

a:hover {
	text-decoration: none;
}

h1 {
    color: #63b8e1;
	font-style: italic;
	font-size: 24px;
    font-weight: bold;
	margin-bottom: 15px;
}

h2, h2 a {
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 10px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
	margin-bottom: 5px;
}
h4 {
    font-weight: bold;
	margin-bottom: 5px;
}

p {
	line-height: 130%;
	margin-bottom: 10px;
}

ul {
	margin-bottom: 10px;
}

li {
	line-height: 130%;
}

div#body {
	background-color: white;
	background-image: url('../images/body_bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 auto;
	position: relative;
	width: 970px;
}

div#content {
	padding-top: 550px;
	margin: 0 30px;
}

div#content li {
	background-image: url('../images/li.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}
div#content_margin li {
	background-image: url('../images/li.jpg');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

/*div#content li {
	background-image: none;
}*/

div#header {
	/*xbackground: red;*/
	/*background-image: url('../images/header_img.jpg');*/
	background-repeat: no-repeat;
	background-position: 0 120px;
	height: 530px;
	position: absolute;
	top: 0;
	width: 970px;
}

div#flash {
	
}

div#lang {
	height: 20px;
	line-height: 20px;
	text-align: right;
	padding-right: 10px;
}

div#logo {
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	height: 70px;
	width: 970px; 
}

div#logo a {
	height: 80px;
	display: block;
	left: 40px;
	position: absolute;
	text-decoration: none;
	width: 80px;
}

form#search {
	float: right;
	margin-right: 35px;
	margin-top: 8px;
	width: 224px;
}

form#search input {
	background-color: #4dafde;
	border: 0 none;
	color: white;
	height: 22px;
	line-height: 22px;
	padding-left: 10px;
	width: 180px;
}

form#search input#search_btn {
	height: 30px;
	left: 10px;
	padding-left: 0;
	position: relative;
	top: 10px;
	width: 29px;
}

ul#main_menu {
	float: right;
	margin-right: 10px;
}

ul#main_menu li {
	border-left: solid 1px #d5d5d5;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

ul#main_menu li a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

ul#main_menu li a:hover {
	color: #4bb0de;
}


ul#main_menu li.first {
	border-left: 0 none;
}

div#menu_products {
	margin-top: 0px; 
}

div#menu_products a{
	background-image: url('../images/praskove_barvy.jpg');
	display: block;
	width: 192px;
	height: 115px;
	float: left;
}

div#menu_products a:hover{
	background-image: url('../images/praskove_barvy_hover.jpg');
}

div#menu_products a#praskove_barvy.active{
	background-image: url('../images/praskove_barvy_hover.jpg');
}

div#menu_products a#tryskani{
	background-image: url('../images/tryskani.jpg');
}

div#menu_products a#tryskani:hover{
	background-image: url('../images/tryskani_hover.jpg');
}
div#menu_products a#tryskani.active{
	background-image: url('../images/tryskani_hover.jpg');
}

div#menu_products a#lakovani{
	background-image: url('../images/lakovani.jpg');
}

div#menu_products a#lakovani:hover{
	background-image: url('../images/lakovani_hover.jpg');
}
div#menu_products a#lakovani.active{
	background-image: url('../images/lakovani_hover.jpg');
}

div#menu_products a#decoral_system{
	background-image: url('../images/decoral_system.jpg');
}

div#menu_products a#decoral_system:hover{
	background-image: url('../images/decoral_system_hover.jpg');
}
div#menu_products a#decoral_system.active{
	background-image: url('../images/decoral_system_hover.jpg');
}

div#menu_products a#projekt{
	background-image: url('../images/projekt.jpg');
}

div#menu_products a#projekt:hover{
	background-image: url('../images/projekt_hover.jpg');
}
div#menu_products a#projekt.active{
	background-image: url('../images/projekt_hover.jpg');
}

div#footer {
	background-color: black;
	color: #8c8c8c;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	margin-top: 20px;
}

div#footer span {
	height: 36px;
	line-height: 36px;
}

.fr {
	float: right;
}

.red {
	color: red;
}

.white {
	color: white;
}

/*---------------------------------------------------------------------------- TABLES --------*/
table { 
	margin-bottom:20px; 
	border-collapse: collapse; 
	font-size: 100%; 
}
th { 
	padding: 2px; 
	font-weight: bold; 
	text-align: left;
	border-right: 1px solid #63B8E1;
	border: 1px solid #63B8E1;
	background: #63B8E1;
}
td { 
	text-align:left;
	padding:2px; 
	vertical-align: top;
	border-right: 1px solid #63B8E1;
	border: 1px solid #63B8E1;
}


#preloadDefaultImages {
	background-image: url('../images/praskove_barvy_hover.jpg');
	background-image: url('../images/tryskani_hover.jpg');
	background-image: url('../images/lakovani_hover.jpg');
	background-image: url('../images/decoral_system.jpg');
	background-image: url('../images/projekt_hover.jpg');
	display: inline;
	height: 0px;
	width: 0px;
}

a.photogallery img {float: none;}

img.fright {
	float: right;
	margin: 10px;	
}
.size_normal {
	margin-left: 20px;
}
.size_normal a{
	font-size: 12px;
	font-weight: normal;
}
.form_table td {
	border: none;
}
ul.errors {
	color: red;
}
#chybove_hlaseni {
	background: red;
	color: #FFF;
	padding 10px;
}


