body {
	font-family: Arial, Georgia;
	font-size: 1.0em;
	text-align: center;
	margin: 0;
}

#main {
	width: 790px;
	min-height: 800px;
  _height: 800px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: white;
	padding: 10px 0 10px 0;
}

#header {
	background: url(../sdackylogo.jpg) no-repeat;
	width: 790px;
	height: 220px;
	padding: 0;
}



div#menu_top {
  width: 780px;
  _width: 790px;
  height: 22px;
  background: black;
  color: white;
  margin: 4px 0 0 0;
  padding: 4px 0 0 10px;
  font-size: 12px;
}

div#menu_top a {
  color: white;
  text-decoration: none;
}
div#menu_top a:hover {
  color: yellow;
  text-decoration: underline;
}

div#menu_left {
  font-size: 0.8em;
  width: 200px;
  height: 600px;
  margin: 4px 10px 0 0;
  float: left;
  clear: right;
}
div#menu_left ul{
  width: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#menu_left ul li{
  width: 188px;
  margin: 0;
  list-style-type: none;
  float: left;
  clear:left;
  padding: 3px 0 3px 12px;
}

div#menu_left ul li.top{
  width: 195px;
  height: 20px;
  border-left-color: black;
  border-bottom-width: 2px;
  border-left-style: solid;
  padding: 0 0 0 5px !important; 
  background: #cdcb28;
  margin: 0;
  float: left;
}

div#menu_left ul a {
  color: black;
  text-decoration: none;
}
div#menu_left ul a:hover {
  color: black;
  text-decoration: underline;
}

div#contain {
  width: 580px;
  min-height: 400px;
  _height: 400px;
  *height: 400px;
  float: left;
  margin: 4px 0 0 0;
}


/*paticka*/
div#footer {
	background: #cdcb28;
  font-size: 0.8em;
  width: 780px;
	height: 15px;
	padding: 4px 0 4px 10px;
	float: left;
	clear: both;
}

/*Hlavni nadpisy*/
h1 {
  font-size: 1.4em;
  margin: 10px 10px 10px 14px;
  color: white;
}
h2 {
  font-size: 1.3em;
  margin: 0 0 10px 14px;
  color: #0099ff;
}

