body
{
	font-family: sans-serif;
	font-size: 11pt;
	font-weight: normal;
	width: 99%;
}

a
{
	text-decoration: none;
}

#naglowek
{
	width: 99%;
	float: left;
	background-color: #0D6292;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 10px;
}

#kontener
{
	position: realtive;
}

#menu
{
	width: 200px;
	float: left;
	background-color: #bbccdd;
}

#menu a
{
	color: #234;
	display: block;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	border-bottom: #789 solid 1px;
	border-right: #789 solid 1px;
    border-top: #c8d8e8 1px solid;
    border-left: #c8d8e8 1px solid;
}

#menu a:hover
{
	background-color: #9abcde;
}

#menu .submenu
{	
	background-color: #d0e0f0;
	display: none;
}

#menu .submenu a
{
	padding-left: 20px;
}

#main
{
	position: absolute;
	top: 108px;
	left: 220px;
	right: 1%;
	color: #234;
}

input.log
{
	float: right;
	color: #234;
	border: 1px solid #234;
	background: rgba(34,26,38,0);
	max-width: 180px;
	margin: 5px;
}

.admin
{
	color: #234;
	background: rgba(34,26,38,0);
	border-bottom: #789 solid 1px;
	border-right: #789 solid 1px;
    border-top: #c8d8e8 1px solid;
    border-left: #c8d8e8 1px solid;
}

label.admin
{
	min-width: 100px;
	float: left;
	border: none;
}

input[type=text].admin
{
	width: 100%;
}

input[type=submit].admin
{
	float: right;
}

a.pub
{
	color: #234;
	text-decoration: underline;
}

a.links
{
	color: #234;
	font-weight: bold;
}
