body {
	background: #5995e2 url(../images/bg.png) repeat-x;
	font-family: Arial;
	padding: auto;
	margin: auto;
	font-size: 100%;
	margin-top: 0px;
	text-align: center;
}

html>body {
	background: #649ee5 url(../images/bg.png) repeat-x;
}

#content {
	text-align: left;
	background: url(../images/bgmidd.png) repeat-y;
	margin: auto;
	margin-top: 0px;
	width: 680px
}

#top {
	background: url(../images/top.png) no-repeat top left;
	height: 237px;
}

#menu {
	float: left;
	width: 200px
}

#menu2 {
	text-align: left;
	padding: 0;
	position: relative;
	width: 185px;
	height: 222px;
	left: -24px;
	background: url(../images/menu.png);
}

html>body #menu2 {
	left: -24px;
}

#menu2 ul {
	display: block;
	margin: 0;
	list-style: none; left : 10px;
	top: 10px;
	padding: 0;
	background: url(../images/menu.png);
	left: 10px;
}

a:link,a:visited {
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
	color: black;
	padding: 0;
}

a:hover {
	text-decoration: none;
	color: red;
}

#menu2 ul a:link,ul a:visited {
	display: block;
	width: auto;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
	color: black;
	height: 10pt;
	padding: 0;
	padding-left: 20px;
	padding-top: 0.5em;
}

#menu2 ul a:hover {
	text-decoration: none;
	color: red;
}

#menu2 ul a.active {
	text-decoration: none;
	color: red;
	font-size: 12pt;
}

#midd {
	margin-left: 200px
}

#middtop {
	position: relative;
	display: block;
	width: 468px;
	height: 39px;
	left: -45px;
	background: url(../images/middtop.png);
}

html>body #middtop {
	left: -42px;
}

#middmidd {
	position: relative;
	display: block;
	width: 468px;
	height: auto;
	padding: 0;
	text-align: justify;
	padding-left: 15px;
	padding-right: 20px;
	left: -45px;
	background: url(../images/midbg.png);
}

html>body #middmidd {
	left: -42px;
	width: 434px;
}

#middbottom {
	position: relative;
	display: block;
	width: 468px;
	height: 39px;
	left: -42px;
	background: url(../images/midbottom.png);
}

html>body #middbottom {
	left: -42px;
}

#e {
	text-align: center;
	background: url(../images/bottom.png) no-repeat top left;
	margin: auto;
	height: 48px;
	margin-top: 0px;
	width: 600px;
	left: -10px;
	color: gray;
	font-size: 9pt;
}

html>body #e {
	width: 680px;
	padding-top: 18px;
	height: 30px;
}

#haslo {
	clear: both;
	text-align: center;
	margin: auto;
	height: 48px;
	margin-top: 0px;
	width: 600px
}

html>body #haslo {
	width: 680px
}

h1 {
	text-align: center;
	text-decoration: none;
	color: red;
	font-size: 14pt;
	padding: auto;
	margin: auto;
}

h2 {
	text-align: center;
	text-decoration: none;
	font-size: 13pt;
	padding: auto;
	margin: auto;
}

p {
	padding: auto;
	margin: auto;
	text-indent: 20px
}

ul {
	display: block;
	list-style-type: disc;
	margin: 0;
	margin-left: 19pt;
	padding: 0;
}




