#wrapper {
width: 800px;
text-align: left;
margin: 0 auto;
}

body {
background: url(images/background_01.png) center repeat-y;
background-color: #ffffff;
}
#header {
background: url(images/header_02.png);
width: 800px;
height: 200px;
color: white;
font-size: 46pt;
font-weight: bold;
}

#menu {
width: 150px;
float: left;
margin: 0px 10px 0px 0px;
}

#menuitem {
width: 150px;
height: 40px;
background: url(images/button_01.png) top no-repeat;
color: #f8fe22;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

#menuitem1 {
width: 150px;
height: 40px;
background: url(images/button_01.png) top no-repeat;
color: #f8fe22;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

#menuitem2 {
width: 150px;
height: 40px;
background: url(images/button_01.png) top no-repeat;
color: #f8fe22;
font-weight: bold;
font-size: 12pt;
text-align: center;
padding-top: 10px;
}

a.menuitem:link, a.menuitem:visited {
color: white;
}

a.menuitem:hover {
color: #0100a4;
}

#tips {
width: 150px;
float: right;
background: url(images/tips.png) top no-repeat;
margin: 0px 0px 0px 10px;
padding: 18px 0px 0px 0px;
color: white;
}

#tipsy {
width: 130px;
background: url(images/tips_back.png) top repeat-y;
padding: 0px 10px 0px 10px;
}

#content {
margin-left: 10px;
text-align: justify;
/*float: right;*/
}

h3{
font-family: Comic sans ms, Verdana, Arial, Times, san-serif;
font-size: 20px;
font-weight: bold;
color: #000000;
}

h4{
font-family: Comic sans ms, Verdana, Arial, Times, san-serif;
font-size: 14px;

color: #000000;
}

table{
border-width: 5px 10px 20 px 15 px;
border-color: #0100a4;
border-style: ridge;
}
#nadpis h2 {
	background: url(images/bg_title.png) left top no-repeat;
	color: #102972;
	font-size: 12 pt;
	margin: 0 px;
	font-family : Comic Sans Ms, Times New Roman, Georgia, sans-serif;

	padding: 12px 5px 20px 88px;
	}
	
#footer {
background: url(images/footer_01.png) bottom no-repeat;
width: 800px;
height: 57px;
padding-top: 30px;
}

a.footer:link, a.footer:visited {
color: green;
}

a.footer:hover {
color: lime;
background-color: none;
}
