/* CSS document by Flo - l.kvet@seznam.cz */

/* global element */
body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  background: url('images/design/bg.png') repeat-x;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

/* div containers */
#master{
  width: 980px;
	margin: 0 auto;    
}
#top{
  width: 980px;
  height: 30px;
  margin-top: 10px;
  background-image: url('images/design/top.gif');
	background-repeat: no-repeat;
}
#menu{
  width: 980px;
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
#logo{
  width: 502px;
  height: 60px;
  background-image: url('images/design/logo.png');
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 20px;
}
#main {
  clear: both;
	width: 980px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: url('images/design/main_middle.png') repeat-y;
}
#main h2 {
	background: url('images/design/main_top.png') no-repeat;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #84C827;
	height: 20px;
	padding: 5px 0px 0px 40px;
}
#main h4{
  text-align: left;
  font-weight: normal;
  font-size: 11px;
  margin: 0px;
  padding: 0px 20px 0px 40px;
}
#main .soupni {
  padding-left: 60px;
}
#main h4 a{
  font-weight: bold;
  color: #84C827;
  text-decoration: none;
}
#main h4 a:hover{
  font-weight: normal;
  color: #353535;
}

#main .last {
	text-align: left;
	background: url('images/design/main_bottom.png') no-repeat left bottom;
	padding: 0px 20px 20px 40px;
	margin-bottom: 0px; 
}
#main p a:hover{
  color: #353535;
  text-decoration: none;
}
#main p a{
  color: #D5007C;
  text-decoration: none;
}
#main h3{
  text-align: left;
  font-size: 12px;
  color: #353535;
  padding-left: 20px;
  margin: 0px 0px 0px 20px;
  background: url('images/design/sipka.png') no-repeat;
}
#main .data{
  padding: 0px;
  margin: 0px;
}
#main .data a:link{
  color: #353535;
}
#main .data a:visited{
  color: #353535;
}
#main .data a:hover{
  color: #84C827;
  text-decoration: none; 
}
#dole {
  clear: both;
  margin: 10px 0px 0px 5px;
  padding: 0px;
	width: 980px;
	text-align: center;
	background: url('images/design/dole_middle.png') repeat-y;
}
#dole h2 {
	background: url('images/design/dole_top.png') no-repeat;
	color: #84C827;
	padding: 20px 0px 0px 0px;
	margin: 0px;
}
#dole .last {
	text-align: center;
	background: url('images/design/dole_bottom.png') no-repeat left bottom;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}
/* --- footer box --- */
#footer{
  width: 980px;
  height: 100px;
  margin-top: 30px;
  padding-top: 25px;
  background-image: url('images/design/footer.png');
	background-repeat: no-repeat;
}
#footer a{
  text-align: center;
  font-size: 10px;
  color: #353535;
}

