* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #99CCFF url(images/bg.gif) repeat-x top;
	color: #572E1A;
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
   padding: 55px 0 0 28px;
	color: #FFFF3C;
	font: 30px Arial, Helvetica, sans-serif;
}

h2 {
   padding: 0 0 0 28px;	
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFF3C;
}

h3 {
	padding: 15px 0 10px 0;
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6666FF;
}

h3.first {
	padding-top: 5px;
}

h4 {
	padding-bottom: 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #B8CE97;
}

p {
	padding: 5px 0;
}

a {
	color: #5555FF;
	text-decoration: underline;
}

a:hover {
	color: #6666FF;
	text-decoration: none;
}
#main_1 {
   margin: 0 auto;
	width: 900px;
	text-align: center;
	background: #5D713E url(images/bg_middle.gif) repeat-y;
}

/*#main_2 {
	width: 900px;
	background: url(images/flower.jpg) no-repeat top right;
	text-align: left;
}
*/
#top {
	width: 900px;
	height: 114px;
	background: #768BA6 url(images/bg.gif) repeat-x top;
}

#menu {
	width: 900px;
	height: 70px;
	background: #743F18 url(images/menu.gif) repeat-x;
}

#menu ul {
	list-style-type: none;
	background: #ff5533 url(images/bg.gif) repeat-x;	
}

#menu ul li{    
    float: left;
	 margin-right: 1px;	 
}

#menu ul li#leftSide {
	width: 17px;
	height: 70px;
	background: url(images/menu_left.jpg) no-repeat;
}

#menu img#rightSide {
	float: right;
	width: 17px;
	height: 70px;
	/*background: url(images/menu_right.jpg) no-repeat;*/
}

#menu ul li a {
	display: block;
	float: left;
	padding: 0 20px 10px 20px;
	font: 14px/60px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #CCFFDD;
	background: url(images/menu.gif);
}

#menu ul li a:hover {
	text-decoration: none;
	color: #B6C899;
	background: url(images/menu_over.gif);
}

#middle {
	padding-top: 15px;
	width: 900px;
}

#left_1 {
	float: left;	
	width: 628px;
}

#left_2 {
	padding: 0 20px 10px 28px;		
}

#cont {
	width: 580px;	
	background: #677D45 url(images/cont.gif) repeat-y;
}

#cont_top {
	width: 580px;
	height: 11px;
	background: url(images/cont_top.gif) no-repeat top;
}

#cont_middle {
	padding: 0 20px;	
	font: 11px/17px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #572E1A;
	text-align: justify;	
}

#cont_middle ul {
  padding: 0 0 0 20px;
  list-style-type: decimal;
}

#cont_bottom {
	width: 580px;
	height: 11px;
	background: url(images/cont_bottom.gif) no-repeat bottom;
}

#obrazek {
	float: left;
	width: 242px;
	height: 490px;
	background: url(images/logo.png) no-repeat;
}

#elektro-menu {
  float: left;
	width: 235px;
  text-align: left;	
  font: 15px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
}

#elektro-menu ul {
  padding: 0 0 0 20px;
  list-style-type: circle;
}

#elektro-menu ul li {
	padding: 0 0 5px 0px;
}

#bottom {
   clear: both;
	width: 900px;
	background: #99CCFF url(images/bg_bottom.gif) no-repeat top;
}

#bottom p {
   padding: 20px 0 10px 28px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #6666FF;	
}

table, table td, table th {
  border: 1px #660 solid;
}

table td, table th {
  padding: 4px;
  margin: 0px;
}















