body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: "trebuchet ms", verdana, tahoma, arial;
	font-size: 75%;
	line-height: 150%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	width: 200px;
	background-color: #555;
	float: left;
	margin-left: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}

#menutop
{
	width: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 540px;
	padding: 20px;
	margin-left: 230px;
	position: relative;
}


#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
	padding-bottom: 5px;
}
#main h2 a
{
	color: #000000;
	text-decoration: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#main h2 a:hover
{
	color: #5E8E3E;
	text-decoration: none;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#main h1
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 250%;
	text-align: center;
	padding-bottom: 10px;
}
#main .zaglavie {
	margin-bottom: 30px;
}
.polezno {
	background-color: #FFFFFF;
	padding-top: 10px;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
