body {
 color: #000000;
 background-color: #E4E4E4;
 font-family: Tahoma;
 font-size: 11px;
 font-style: normal;
}

a {text-decoration: none}
a:link {color: #000000; font-weight: bold}
a:visited {color: #000000; font-weight: bold}
a:active {color: black; font-weight: bold}
a:hover {
 color: #000000;
 text-decoration: underline;
 font-weight: bold;
}

#hlavni {
 text-align: center;
 background: url(data/stin.png);
 margin: 0 auto;
 margin-top: 2%;
 height: 680px;
 width: 730px;
 background-color: #E4E4E4;
 color: #000000;
}

h2 {
 text-align: center;
 font-size: 16px;
 color: #000000;
}

#menu {
 float: left;
 width: 200px;
 height: 500px;
 background-color: #FFFFFF;
 text-align: left;
 border-right: 1px dashed #CCCCCC;
 margin-left: 16px;
 background-image: url(data/plan.jpg);
 background-repeat: no-repeat;
 background-position: bottom;
}

#menu ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}
#menu ul li {
	padding: 4px;
	margin-left: 40px;
	margin-right: 20px;
	padding-left: 15px;
	background-image: url(data/li.png);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom: 1px dotted #CFCFCF;
		
}

#page {
	background: url(data/stin.png);
	width: 730px;
	margin: 0 auto;
}

#content {
	background: #FFFFFF;
	margin-left: 260px;
	text-align: left;
}

#footer {
 clear: both;
 line-height: 16px;
 color: #525252;
 width: 670px;
 margin-bottom: -30px;
 margin-left: 27px;
 padding:2px 0 2px 0;
 border-top: 1px dashed #CCCCCC;
 padding-top: 12px;
 position: relative;
} 