body{
  background: #fff;
  padding: 0px;
  margin: 0px;
  border: 0px;
  font-family: Verdana, Arial , "ArialCE";
  font-size: 11px;
  line-height: 160%;
  color: #000;
  text-align: left;
  background-color: #9d9d9d;
}

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;
	background:transparent;
}

/* obecne znacky */

h1	{ font-size: 15px; color: #1c43b3; margin: 0px 0px 20px 0px; }
h2 	{ font-size: 15px; color: #1c43b3; margin: 0px 0px 20px 0px; }
h3 	{ font-size: 11px; color: #1c43b3;  }
h4  { font-size: 11px; color: #1c43b3; margin-bottom:8px; margin-top:18px; }
h5	{ text-align: right; padding: 10px 20px 0px 0px; color: #ccc; font-weight: normal; }
h6  { font-size: 11px; color: #1c43b3; margin-bottom:8px; margin-top:18px; }
p 	{ padding: 0px 0px 20px 0px; text-align: justify; }

/* pomocne tridy */

div.clear { display: block; clear: both; font-size: 0px; line-height: 0px; }

/* Definujeme layout stranky */

div#Heroldsberg{
	width: 901px;
	min-height: 800px;
	_height: 800px;
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 5px;
}

div#top{
	height: 228px;
	background: url("../img/top.jpg") left top no-repeat #fff ;
}

		a#logo {
			display: block;
			width: 110px;
			height: 125px;
			margin: 10px 0px 0px 30px; 
			text-decoration: none;
		}

div#content{ padding-top: 10px; }

div#left{
	width: 638px;
	min-height: 470px;
	_height: 470px;
	background: url("../img/top_content.gif") left top no-repeat #fff;
	float: left;
	margin: 0px 0px 0px 5px;
	_margin: 0px 0px 0px 3px;
	padding: 40px 20px 0px 20px ; 
}

div#right{
	width: 178px;
	min-height: 470px;
	_height: 470px;
	margin: 0px 0px 0px 693px;
	_margin: 0px 0px 0px 691px;
	background: url("../img/top_aktuelles.gif") left top no-repeat #f0f0f0;
	padding: 40px 10px 15px 15px ; 
}

div#footerMenu {
	display: none;
}
div#right h2.nadpis {
  	display: none;
}

/* FOOTER MENU */
ul#footer {
	list-style: none;
	background-color: #F0F0F0;
	margin: 10px 5px 0px 5px;
	_margin: 10px 3px 0px 6px;
	padding: 5px 10px 5px 10px;
}
ul#footer li { display: inline; }

ul#footer a {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color: #0E4F9F;
	text-decoration: none;
}
ul#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.sipicka {
	position:absolute;
	right: 5px;
	margin-top: 2px;
	_margin-top: 4px;
	//margin-top: 4px;
}

