body {
	background: #630000;
	}

#container {
	background-color: #91090A;
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	}
.srodek{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;;
	margin-right: 20px;
}
.lineczek {
	color: white;
}
.logosrodek {
	margin-left: 200px;
	margin-right: 200px;
}

#banner {
	height: 150px;
	width: 800px;
	}
	
#menu {
	height: 29px;
	width: 800px;
	background-color: #91090A;
	}

#clock {
	width: 400px;
	height: 22px;
	color: white;
	font-weight: bold;
	float: right;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 2px;
	}

#date {
	width: 400px;
	height: 22px;
	color: white;
	font-weight: bold;
	text-align:center;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-top-width: 2px;
}
#content {
	width: 500px;
	height: auto;
	color: white;
	text-align: justify;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	}
h1 {
	color: white;
	text-align: justify;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	}
h2	{
	color: black;
}
#partner{
	background: white;
	color: black;
	border: solid thin white;
	margin-top: 30px;
	text-align:left;
	font-size: 14px;
}
#partner a:link {
	text-decoration: none;
	color: black;
}
#partner a:visited {
	text-decoration: none;
	color: black;
}
#partner a:hover {
	text-decoration: none;
	color: red;
	background: white;
}

.list {
	text-align: left;
}

#footer {
	height: 20px;
	width: 800px;
	background-color:black;
	text-align:right;
	font-weight: bold;
	color: white;
	float:left;
	}
#footer a:link {
	color: white;
	}
#footer a:visited {
	color: white;
	}
#footer a:hover{
	color: #CCC;
	}
	
form {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	font-size: 12px;
	font-style:normal;
	text-align:left;
	}
#tables {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	text-align: left;
	margin-left: 2px;
	}

/* MENU */

div#menu ul, div#menu ul div#menu li {

	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
div#menu ul {	
	margin-left: 48px;
	margin-right: 48px;
	float: left;
	background-color: #fff;
	padding: 1px 0 1px 1px;
	border: 1px solid #000;
	}

div#menu ul li {
	width: 100px;
	float: left;
	text-align: center;
	}

div#menu ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	background: #000 url(images/tlo.gif) repeat-x center;
	color: #fff;
	padding: 3px 20px;
	border-right: 1px solid #fff;
	border-right: 1px solid #fff;
	}

div#menu ul a:hover {
	background-color: #800;
	background-image: url(images/tlo2.gif);
	}
