@charset "iso-8859-2";
/* CSS Document */
body{
font-family:verdana;
color:#8EABFF;
font-size:12px;
}

a{
color:#D4E3FF;
text-decoration:none;
border: none;
}
a:hover{
color:white;
text-decoration:underline;
}
img{
border: none;
}

h1{
font-size: 26px;
}

h2{
font-size: 20px;
}

div.container{
width: 660px;
text-align: center;
margin: auto;

}
div.menu_cont{
border: 1px solid;
width: 138px;
background-color: #006296;
text-align: left;
margin: 5px;
padding: 10px;
border-left: 1px #004A73 solid;
border-right: 1px #004A73 solid;
border-top: 1px #004A73 solid;
border-bottom: 1px #004A73 solid;

float: left;
}

div.main_cont{
border: 1px solid;
width: 450px;
background-color: #006296;
text-align: left;
margin: 5px;
padding: 10px;
border-left: 1px #004A73 solid;
border-right: 1px #004A73 solid;
border-top: 1px #004A73 solid;
border-bottom: 1px #004A73 solid;

float: left;

}
.cont_header{
border: 1px solid;
width: 620px;
background-color: #006296;
text-align: center;
margin: 5px;
padding: 10px;
border-left: 1px #004A73 solid;
border-right: 1px #004A73 solid;
border-top: 1px #004A73 solid;
border-bottom: 1px #004A73 solid;

}

.menu{
font-size:11px;
text-align:right;
padding-right:25px;
padding-top:3px;
padding-bottom:3px;
}

.footer{
width: 650px;
text-align: center;

float: left;

}
.input{
background-color: #8EABFF;
border: 1px solid #006296;
}
.input:hover{
background-color: #B1C7FF;
border: 1px solid #004A73;
}
.input:focus{
background-color: #B1C7FF;
border: 1px solid #004A73;
}
.mlista ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mlista a {
	display: block;
	float: left;
	padding: 4px;
	text-decoration: none;
	font: bold 8pt verdana;
	width: 125px;

}
.mlista a:hover {
	background: #eaeaea;
	color: #06c;
}
.mlista li {
	float: left;
}
.szukaj {
	text-align: right;
	margin-left: 30px;
	padding: 0px;
	font: bold 8pt verdana;

}

ul{ 
list-style: square;

}

dt{
font-weight: bold;
margin-top: 10px;
}
fieldset {
border: 1px #6B8FFF solid;
font-size: 10px;
width: 220px;
display: inline; 
color:#8EABFF;
padding:10px;
}

legend {
color:#8EABFF;
}

form {
display: inline;
}

h4 {
font-size: 15px;
}