body {
	margin: 0px;
}
#maincontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
}
#topic {
	height: 65px;
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 42px;
	padding-top: 15px;
}
#topic a{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
}
#left{
	float: left;
	width: 210px;
	}
#menu {
	float: left;
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu a{
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
#menu a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}
#rights {
	float: left;
	width: 210px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
#rights a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
#rights a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: underline;
}
#content {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
	width: 570px;
}
#content a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#content a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nadpis {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	width: 570px;
	font-weight: bold;
}

