/* Generic Styling */

body {
	background:url(images/tlo.jpg) repeat-y top center;
	font-family:Arial, Helvetica, sans-serif, Georgia;
	font-size:10px;
	color:#222222;
	text-align:center;
	}

* {
	margin:0;
	padding:0;
	}

hr {color:#000000;width:650px;margin:40px 20px;}

img {
	border:none;
	margin:10px;
	color:#000000;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#000000;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
table.klasa {
  		border: 1px solid #000;
	}


/* Structure */

#wrapper {
	margin:20 auto 0 auto;
	width:700px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:150px;
	background:url(images/menu.jpg) no-repeat;
	}

#sidebar {
	float:right;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}

#content {
	background:url(images/tlo2.gif) repeat;
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	width:700px;
	min-height: 500px;
	_height: 500px;
	color:#0000FF;
	font-family:Georgia;
	font-size:16px;
	}

#footer {
	clear:both;
	height:100px;
	background:url(images/bg-footer.jpg) no-repeat;
	}


/* content */

#content ul {text-align:left;margin-left:170px}

TABLE {margin:auto;border:none;color:#0000FF;font-family:Georgia;}

p.wciecie {margin-left:100px;text-align:left;}


/* Menu */

#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/belka.png) repeat-x;
	padding:0 10px;
	}
#menu li a:hover {
	background:url(images/strzalka.png) no-repeat center center;
	}


/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding:center;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}