body {
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 13px;
}

/* layout css */
body {
	height: 100%; /* dulezite */
	margin: 0;
	margin-top: 20px;
	padding: 0;
	min-width: 700px;
	/*background: #e5a122 url(../images/bg-gradient.jpg) top left repeat;*/
	background-color:#d99d41;
}

#stranka {
	position: relative; /* dulezite */
	/*height: 100%;  nastaveni pro IE */
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}

/* pro ostatni pouzijeme min-height:
html>body #stranka {
	height: auto;
	min-height: 100%;
}*/

#header #menu {
	position: absolute;
	left: 15px;
	top: 261px;
	width: 751px;
	height: 35px;
	background-color: transparent;
	text-align: center;
	/*background-color: #CC0000;*/
}

#header #menu a {
	padding: 4px 0 4px 0;
	/*margin: 0 1px 0 0;*/
	font-family: Verdana, Arial, Courier, sans-serif;
  	font-weight: bold;
  	display: block;
	float: left;
  	width: 93px;
	font-size: 10px;
}

#header #menu a, #header #menu a:link, #header #menu a:active, #header #menu a:visited {
  	text-decoration: none;
  	color: #ffffff;
	background-color: transparent;
}

#header #menu a:hover {
  	text-decoration: none;
  	color: #ffffff;
	background-color: #ccc8c9;
}

#center {
	position: relative;
	top: 12px;
}

#center #content {
	margin: 0 14px 0 160px;
	/*margin: 12px 24px 0 160px;*/
	padding: 5px 5px 5px 5px;
	background-color: #eab768;
}

#center #novinky {
  	position: relative;
  	float: left;
  	width: 122px;
	top: 0px;
	left: 14px;
 	/*margin: 12px 5px 0 24px;*/
	padding: 5px 5px 5px 5px;
  	text-align: left;
	background-color: #eab768;
	font-size: 10px;
}

#center #novinky h5 {
  	padding: 4px 0 4px 9px;
	margin: 0 0 0 0;
  	font-size: 14px;
  	font-weight: bold;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
 	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

#content h1 {
  	padding: 4px 0 4px 9px;
	margin: 0 0 0 0;
  	font-size: 14px;
  	font-weight: bold;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
 	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

/* vyska tohoto divu musi byt shodna s vyskou paticky: */
#footer-spacer {
	height: 1.25em;
	clear: both;
	width: 700px; /* nahrada za min-width pro IE */
}

#footer {
	position: relative;
	/* workaround pro obcasne ujizdeni o pixel v IE: */
	overflow: hidden;
	width: 760px;
	background: #ffffff;
	bottom: 0px;
	clear: both;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
	color: #000000;
}

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}

#footer a:link, a:visited, a:active {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.strom {
	padding: 4px 0 4px 9px;
	font-size: 14px;
  	font-weight: bold;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	color: #ffffff;
}

a.strom:link, a.strom:active, a.strom:visited {
	padding: 4px 0 4px 9px;
  	font-size: 14px;
  	font-weight: bold;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

a.strom:hover {
	padding: 4px 0 4px 9px;
  	font-size: 14px;
  	font-weight: bold;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.normal:link, a.normal:active, a.normal:visited {
	padding: 4px 0 4px 9px;
  	font-size: 12px;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.normal:hover {
	padding: 4px 0 4px 9px;
  	font-size: 12px;
	font-family: "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

.text {
	padding: 0 0 0 9px;
}