@charset "UTF-8";
*{ font-family: Verdana, Helvetica, Arial, "Arial CE", sans-serif; }

body{
	background: url("../images/bg.gif") center top repeat-y #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, "ArialCE";
	font-size: 11px;
	line-height: 160%;
	color: #555;
	text-align: left;
}

div, img, h1, h2, h3, h4, h5, p, a, ul ,li, span{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Helevetica, Arial, "Arial CE", sans-serif;
	font-size: 11px;
}

ul { list-style-image: url("../images/square.gif"); }

.produkt ul { margin-left: 25px; margin-bottom: 20px; }

/* OBECNE ZNACKY */

h1 {color: #ccc; padding: 10px 0px 0px 10px; font-weight: normal;}
h2 { font-size: 13px;  }
h4.hlaska {
	color: #f00; margin: 0px 0px 20px 0px;
}

a 	{ color:#18196c; font-weight: bold; text-decoration: none; }

a:hover { color: #666; text-decoration: none; }

/* DEFINUJEME CLEAROVACI PRVEK */

div.clear{ display: block;	clear: both; font-size: 0px; line-height: 0px; }

/* DEFINUJEME ZAKLADNI LAYOUT STRANKY */

/* DEFINUJEME LEVOU CAST */ 

div#brukovLeft{
	width:246px;
	min-height: 700px;
  _height: 700px;
   float: left;
}
	a#brukovLogo{
		display:block;	
		width: 246px;
		height: 97px;
		background: url("../images/logo.gif") left top no-repeat #fff;
	}
	
div#brukovRight{
	width:  620px;
	min-height: 700px;
  _height: 700px;
  	float: left;
  	margin: 0px 0px 0px 12px;
	background: url("../images/bglangmenu.gif") left 25px repeat-x #fff;
}

div#europeanUnion{
	height: 47px;
	padding: 35px 0px 20px 180px;
	background: url("../images/eu-flag.gif") 40px 20px no-repeat;
}


/* DEFINUJEME FOOTER */	

div#footer{
	width: 100%;
	height: 20px;
	background-color: #4a4a4a;
}


