html{
	height: 100%;
}

body{
	text-align: center;
	font-family: Verdana, Thaoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Black;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

sub{
	font-size : 6pt;
}
sup{
	font-size : 6pt;
}

img{
	border: 0px;
}


#header {
	background-color: #F0D699;
	height: 105px;
	padding: 10px;
}

#header h1{
	text-align: left;
	font-size: 20pt;
	font-weight: bold;
	color: #CD5C5C;
	margin: 0px 0px 5px 180px;
}

#header h2 {
	font-size: 12pt;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 20px 220px;
}
#logoar{
	float:left;
}

#menu {
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 10px;
	background: #F4A460;
}
#menu ul{
	margin: 0px 0px 0px 140px;
}
#menu li{
	font-size: 10pt;
	display: inline;
	background-color: #FFFFF0;
	padding: 5px;
	margin: 0px 7px;
	border-bottom: 2px solid Gray;
	border-right: 2px solid Gray;
	border-left: 2px solid Silver;
	border-top: 2px solid Silver;
}

#menu .current{
	color: #F4A460;
	font-weight: 600;
	font-size: 10pt;
	display: inline;
	background-color: #FFFFF0;
	padding: 5px;
	margin: 0px 7px;
	border-top: 2px solid Gray;
	border-left: 2px solid Gray;
	border-right: 2px solid Silver;
	border-bottom: 2px solid Silver;
}

#menu a{
	color: #F4A460;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: none;
}
#menu a:hover{
	color: #F4A460;
	font-weight: 600;
	font-size: 10pt;
	text-decoration: underline;
}


#body {
	text-align: center;
	vertical-align: top;
	background-color: White;
	min-height: 400px;
}
#body p{
	text-align : justify;
	text-indent : 15px;
}
#body li{
	text-align : justify;
}
#body ol{
	text-align : justify;
}
#body ul{
	text-align : justify;
	margin-right : 40px;
	list-style-type : square;
}
#body h3 {
	font-size : 10pt;
	text-align : left;
	font-weight : 900;
}
#body h6{
	font-size: 9pt;
	text-align: center;
	margin: 3px 0px 5px 0px;
}

#footer {
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	background: #DCDCDC;
	font-size: 7pt;
}


TD.left{
	text-align: left;
	vertical-align: top;
	width: 170px;
	border-right-color: #CD5C5C;
	border-right-style: solid;
	padding: 5px;
}
TD.right{
	text-align: left;
	vertical-align: top;
	width: 170px;
}

.maincell{
	text-align: left;
	vertical-align: top;
	padding-left: 35px;
	padding-top: 15px;
	padding-right: 35px;
}


.footer {
	font-size: 7pt;
	color: Gray;
}


DIV.adres {
	background-color: #FFDEAD;
	width: 50%;
   margin-left:auto;
   margin-right:auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	padding: 5px;
	border: medium solid;
	border-bottom-color: Gray;
	border-left-color: Silver;
	border-right-color: Gray;
	border-top-color: Silver;
}

.border {
	border: thin solid Black;
}

.center{
	text-align : center;
	text-indent : 0px;
}


.friends {
	background: #F5DEB3;
	border: thin solid #F4A460;
	padding: 10px;
	text-align: center;
	margin-top: 20px;
}

.komunikat{
	color: red;
	font-weight: bold;
	text-align: left;
	margin-left: 50px;
	margin: 10px;
}
#body .ulnone{
	margin-left: -10px;
	list-style-type: none;
}

