body {
	background-color: #eee;
	font: 9pt/13pt Verdana;
	color: #666;
	margin-bottom: 30px;
	padding-bottom: 30px;
}	

h1 {
	height: 65px;
	width: 100%;
	background: transparent url(logo.gif) no-repeat left bottom;
	margin:0px;
}

h2 {
	text-align: left;
	font-family: Georgia, 'Times CE', Times, serif;
	letter-spacing: 1px;
	line-height: 17pt;
	font-size: 16pt;
}

h3 {
	text-align: left;
	font-family: Georgia, 'Times CE', Times, serif;
	padding: 10px 0 0 10px;
	font-size: 12pt;
}

h1 span {
	display: none;
}

a {
	color: #ff0012;
	text-decoration: underline;
	font-family: Georgia, 'Times CE', Times, serif;
	font-weight: bold;
	font-style: italic;
}

a:visited {	color: #ff0012;}

a:hover {color: #666;}

p {
	margin-top:16px; 
	margin-bottom:16px; 
	color: #555753;
}

li {
	margin-right: 16px;
}

strong {
	cursor: help;
}

em {
	cursor: help;
}
/* layout */

#main{
	position: relative;
	left: 50%;
	top: 20px;
	float: left;
	margin-left: -395px;
	border: 1px solid #bbb;
	width: 790px;
	background-color: #fff;
	margin-bottom: 50px;
}

#line {
	background: transparent url(line.gif) no-repeat;
	line-height: 6px;
	font-size: 3px;
	height: 10px;
	width: 100%;
}

#motiv {
	background: url(foto.jpg);
	height: 322px;
}

#text {
	/*border:1px solid black;*/
	position: relative;
	padding-top: 20px;
	float: right;
	clear: none;
	width: 518px;
	margin-right: 17px;
	text-align: justify;
}

#ht {
	background: url(podmenu.gif) no-repeat;
	height:31px;
}

.red {
	color: #e84130;
}

#menu {
	background: url(menu.gif) repeat-y;
	width: 200px;
	float: left;
	position: relative;
	clear: none;
	left: 31px;
	top: 0px;
}

.obsah_menu {
	width: 100%;
	margin:0;
	padding:10px;
}

#bottom {
	height: 31px;
	width: 200px;
	/*vertical-align: bottom;*/
	background: transparent url(menu_bott.gif) no-repeat left bottom;
}

#footer {
	height:50px;
	width: 100%;
	border-top: 1px solid #bbb;
	float: left;
	background: url(line.gif) no-repeat;
	text-align: center;
	font-size: 80%;
	line-height:50px;
}