html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #F4C389;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}

.clear {
	clear: both;
}

body {
	background: #2D0202;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #F4C389;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 749px;
	position: relative;
	border: 1px solid #FFFFFF;
	background-color: #7C0000;
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	width: 357px;
	height: 120px;
	text-align: center;
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
}
#nav-left {
	width: 178px;
	height: 124px;
	background-repeat: no-repeat;
	background-image: url(../images/nav.jpg);
}
#nav-right {
	position: absolute;
	top: 120px;
	left: 178px;
	width: 178px;
	border-left: 1px solid white;
}
#nav-right ul {
  text-align: right;
}
#nav-right li {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid white;
	padding-right: 30px;
	list-style-image: none;
	list-style-type: none;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
#nav-right a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-image: url(../images/odraz01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #FF0000;
}
#nav-right a:hover {
	text-decoration: none;
	background-image: url(../images/odraz02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	color: #F4c389;
}
#apDiv1 {
	position:absolute;
	left:645px;
	top:122px;
	width:153px;
	height:123px;
	z-index:1;
	background-image: url(../images/cara.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/** body **/

#body {
  border-top: 1px solid white;
  padding-top: 20px;
}
#left {
	float: left;
	width: 180px;
	padding-left: 15px;
	height: 524px;
	background-image: url(../images/pivo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#right {
	float: right;
	width: 540px;
	height: 520px;
	background-image: url(../images/obr1.jpg);
	margin-right: 10px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	background-position: top;
}

#welcome {
	padding-left: 20px;
	padding-right: 20px;
}
#welcome li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 40px;
	border-bottom-width: thin;
	border-bottom-style: inset;
	border-bottom-color: #990000;
	list-style-type: none;
}
#welcome a {
	background-image: url(../images/odraz.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#welcome a:hover {
	background-image: url(../images/odrazk.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


#menu {
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 15px;
}
#menu h2 {
	margin-left: 10px;
	font-weight: normal;
	color: #990000;
	margin-bottom: 10px;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/sipka1.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 50px;
	text-align: left;
}
#menu img {
	border: thin solid #990000;
	padding: 3px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#menu p {
	color: #990000;
	font-size: 1.1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}
.menu {
	background-image: url(../images/divider.gif);
	background-repeat: repeat-x;
}
.menu_pata {
	font-size: 1.1em;
	color: #CC3300;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.cara {
	background-image: url(../kotel/grf/cara.gif);
	background-repeat: no-repeat;
	background-position: center;
}


/** footer **/

#footer {
  text-align: center;
  background: url(../images/divider.gif) repeat-x;
  padding: 20px 20px 12px 20px;
  margin: 0 2em;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	font-weight: normal;
}
#symbol {
	height: 20px;
	background-image: url(../images/symbol.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

