body {
	color: #2c2c2c;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

#menu {
	float: none;
	width: 100%;
	height: 31px;
	text-align: center;
	background-image: url(bgmenu.png);
	background-repeat: repeat-x;
	margin: 0px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	display: inline;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#menu ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	height: 31px;
	background-image: url(bgmenu.png);
	background-repeat: repeat-x;
}

#menu ul li a:hover {
	background-image: url(bgmenu_hover.png);
}

#logo_main {
	float: none;
	width: 100%;
	text-align: center;
	background-image: url(bglogo.png);
	background-repeat: repeat-x;
	margin: 0px auto;
}

#tekst_main {
	text-align: justify;
	margin: auto;
	width: 800px;

}

#stopka {
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-color: #2c2c2c;
	border-top-style: solid;
	font-size: 12px;
}

.podpis {
	font-size: 12px;
	text-align: justify;
	font-style: italic;
}


.data {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

li {
	font-size: 14px;
	text-align: justify;
}

pre, code {
	font-family: Courier New, Courier, Consolas, Fixedsys;
}


hr {
	border: none;
	border-top-width: 1px;
	border-top-color: #2c2c2c;
	border-top-style: solid;
} 

blockquote {
	font-style: italic;
}


a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #5500FF;
	text-decoration: none;
}

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

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

a img {
	border: none;
}