
* {margin: 0; padding: 0;}
body {text-align:center; font-family: Times New Roman, sans-serif, serif; background:#FFF; color:#000000; margin:0 auto; width:770px;}
#logo {width:100%; height:158px; background:#000000;}
#kontener {width:100%; position:relative;}
#lewa {position:absolute; left:0; top:0; width:207px;}
#srodek {width:563px;  background:#FFFFFF; border-left:207px solid #2A4686; }

#stopka {color: #fff; width:100%; height:22px; background:#2A4686;}
#srodek p {padding:8px 4px;}
#menu0 {
	width: 200px;
	margin: 0;
	padding: 0;
}

#menu0 dt {
	background-color: #223778;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 5px 0 0 0;
	padding: 2px;
}

#menu0 dd {
	background-color: #eee;
	color: #000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #888;
	margin: 0;
	padding: 1px 5px;
	cursor: pointer;
}

#menu0 dd.active {
	font-weight: bold;
}

a.menu:link {
	text-decoration: none;
	color: #000;
}
a.menu:visited {
	text-decoration: none;
	color: #000;
}
a.menu:active {
	text-decoration: none;
	color: #000;
}
a.menu:hover {
	text-decoration: none;
	color: #000;
}

a.menuTop:link {
	text-decoration: none;
	color: #FFF;
}
a.menuTop:visited {
	text-decoration: none;
	color: #FFF;
}
a.menuTop:active {
	text-decoration: none;
	color: #FFF;
}
a.menuTop:hover {
	text-decoration: none;
	color: #FFF;
}

table.normalTable {
	text-align: center;
	margin : 0 auto;
	font-size: 14px;
}

td.normalTable {
	text-align: left;
}

.normal{
	text-align: justify;
 	font-size: 16px;
}
.bold{
	text-align: justify;
 	font-size: 16px;
	font-weight: bold;
}
.title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.normal_indent{
	text-align: justify;
 	font-size: 16px;
	text-indent: 40px;
	margin-left: 20px;
	margin-right: 20px;
}

