body {
	background: #FFFFFF url(images/body2.gif);
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #564b47;
	padding: 0px;
	margin: 20px;
}
a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 0pt;
	color: #a0a0a0;
	font-size: 12px;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color:#a0a0a0;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color:#7b7b7b;
	text-decoration: underline;
}
p, pre{
padding: 5px 10px;
margin:0px;
}

h1 {
font-size: 9px;
text-transform:uppercase;

/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px }

h2 {
	color: #996666;
	font-size: 18px;
	font-weight: normal;
	padding: 5px 10px;
	margin: 0px;
	line-height: 130%;
}

img.download {vertical-align:middle;}

ul {
	line-height: 130%;
	display: block;
	margin-top: 3px;
	width: 480px;
}

/* ----------container to center the layout-------------- */
#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #f9f8f6 url('images/menubottom2.jpg') no-repeat bottom left;
	border: 1px solid #8D8D8D;
}
#container3 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #f9f8f6 url(images/menubottom3.jpg) no-repeat bottom left;
	border: 1px solid #8D8D8D;
	
}
#container4 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #f9f8f6 url(images/menubottom4.jpg) no-repeat bottom left;
	border: 1px solid #8D8D8D;
}
#container5 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #f9f8f6 url(images/menubottom5.jpg) no-repeat bottom left;
	border: 1px solid #8D8D8D;
}
#container6 {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background: #f9f8f6 url(images/menubottom6.jpg) no-repeat bottom left;
	border: 1px solid #8D8D8D;
}
/* ----------banner for logo-------------- */
#banner {
	height: 162px;
	text-align: right;
	background: url('images/hlavicka.gif') no-repeat bottom center;
	background-color: #e1ddd9;
	padding: 0px 20px;
	margin: 0px;
}
#banner img {padding:10px 0px;} 
#bannertitle{
	padding-top: 130px;
	font-size: 12px;
	font-weight: bold;
}

/* -----------------content--------------------- */
#content {
background:#ffffff  url('images/content.jpg') no-repeat top right;
padding: 10px;
margin-left: 200px;
margin-right: 0px;
line-height: 160%;
}


div#content { 
min-height:400px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}
.table {
	border-top: 1px;
	border-top-color: gray;
	border-top-style: solid;
}
.td{
	border-top: 1px;  border-top-color: gray;
	border-top-style: solid;
}
	
/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background: #f9f8f6;
	height: 90%;
}

.frejm{
	background: url(images/content.jpg);
}
img.alignright {border: 1px solid black;  float: right; }
/* -----------footer--------------------------- */
#footer {
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	clear: both;
	height: 35px;
	text-align: center;
	background: white;
	border-top: 1px solid #595959;
	font-style: normal;
	font: normal;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
}
 #footer a:link{
	color: #c8c8c8;
	
} 
#footer a:hover{
	color: #7b7b7b;} 
  
#footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
 list-style:none;
/*list-style-image: url("bullet.gif")*/


 padding: 10px;
 margin: 0px;
}

 .verticalmenu li,.verticalmenu a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	display: block;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #660033;
	text-decoration: none;
	text-align: left;
	width: 180px;
	height: 32px;
}

 .verticalmenu a:hover{
	background: url('images/menuhover.gif') no-repeat;
	color: #9d9684;
}

