#kontener{
background: #66FF66;
width: 800px;
margin: 0 auto;
}

#naglowek{
background: yellow;
margin: 0px;
width: 800px;
height: 160px;
}

.menu{
background: green;
float: left;
margin: 10px;
width: 180px;
border-radius: 10px 10px 10px 10px;
border: 10px solid transparent;
padding: 0 0 10px 0;
}

.tresc{
background: #66FF66;
float: left;
width: 550px;
padding: 0px 10px 30px 10px;
}

#clear{
clear: both;
}

#stopka{
background: yellow;
margin: 0px;
width: 800px;
}

body {
background-color: #ccffcc;
}

h1 {
    font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
    width: 100%;
    border-bottom: solid 2px black;
    margin-bottom: 25px;
}

h2 {
    font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
    font-weight: bold;
    margin-bottom: 7pt;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
    margin-top: 3pt;
    margin-bottom: 3pt;
}

.menu a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
	color: yellow;
	font-weight: normal;
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid yellow;
	padding: 8px 0px 4px 0px;
}

.menu a:hover {
	color: #66FF66;
    }
	
.tresc a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: green;
	}

.tresc a:hover {
	color: red;
}

ul {
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
	
ol {
	margin-top: 3pt;
	margin-bottom: 3pt;
	}
