body {
	background: #000000;
	margin-top: 0px;
}

#text a {
	color: #666666;
	background: #000000;
	text-decoration: underline;
}

#text a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#page {
	position: relative;
	height: auto;
	width: 850px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
}

.clear {
	clear: both;
	width: auto;
}

#footer {
	font-size: 9px;
	color: #333333;
	line-height: 30px;
	width: 850px;
	text-align: right;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover {
	color: #999999;
}

#left {
	width: 283px;
	min-height: 500px;
/*	_height: 500px;*/
	float: left;
	display: block;
}

#content {
	width: 850px;
	height: auto;
	display: block;
	position: relative;
}

#foto {
	margin-top: 0px;
	position: absolute;
	margin-left: 0px;
	display: block;
}

#right {
	float: left;
	width: 567px;
	display: inline-block;
}

#text h1 {
	color: #FE0000;
	background-color: transparent;
	font-size: 2em;
	margin: .67em 0px;
}

#text h2 {
	font-size: 1.5em;
	margin: 0.83em 0em;
}

#text h3 {
	font-size: 1.17em;
	margin: 1.5em 0em 1em;
	color: #999999;
}

#text {
	display: block;
	float: left;
	height: auto;
	width: 530px;
	line-height: 16px;
	margin-left: 25px;
}
#text img     {
	float: right;
	border: none;
}
.img    {
	float: left;
	width: auto;
}
a img {
	border: none;
}

#text ul {
	list-style: square;
	line-height: 18px;
	display: block;
	padding-left: 20px;
}

#menu { /* zakladni uroven menu */
	margin-top: 0px;
	list-style: none;
	font-size: 12px;
	width: 545px;
	position: relative;
	margin-bottom: 50px;
	float: left;
	left: -25px;
}

#menu li {
	color: #ffffff;
	background-color: transparent;
	float: left;
	width: auto;
/*	behavior: url(hover.htc); /* pro IE */
	margin-left: 0px;
	}
	
#menu li a {
	color: #ffffff;
	background-color: transparent;
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 4px 12px;
	}

#menu li a:hover {
	position: relative;
	color: #FFFFFF;
	background-color: #FE0000;
	padding: 4px 12px;
	}	
	
#menu ul { /* druha uroven menu */
	visibility: hidden;
	position: absolute;
	}
	
#menu li:hover ul {
	visibility: visible;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;	
	}
	
#menu li li {
	position: relative;
	width: 100%;
	float: none;
	}
