<style type="text/css">
<!--
* { boder: none; }
a img { border: none; padding: 0;  }
body { 
	margin: 0px 0px 0px 0px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#root {
	font-family: Arial;
	font-size:11px;
	margin: 0px auto 0px auto;
	width: 810px;
}

#header {
	margin: 0px 0px 5px 0px;
	height: 150px;
	background-color: #e7fee0;
    border-width: 1px;
    border-color: rgb(192,192,192);
    border-style: solid;
	font-size:14px;
	text-align: center;
	align: center;
}

div.center {
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    width: 500px;
}
#logo { position:relative; float: left; left: 0; top: 0; width: 150px; }
#logo2 { float: left; width: 100px; }
#opp {  float: left; text-align: center; padding: 5px 5px 5px 15px;}
#fgz { float: left; text-align: center; padding: 5px 5px 5px 15px;}

ul { list-style: none; margin: 5px; padding: 0; text-align: center;}
li { margin: 5px 0 5px 0; font-size: 12px; font-weight: bold; }
h1 { font-size: 14px; color: red; text-align: center; }
h2 { color: #a0a0a0; font-size: 12px; text-align: center;}

#part1 { padding-top: 10px; float: left; width: 408px; background-color: #e0e0ff; border: 1px solid #c0c0c0; border-right: none; height:500px; }
/*
#part2 { padding-top: 10px;width: 200px; float: left; background-color: #e0e0ff; border: 1px solid #c0c0c0; border-right: none; height:500px; }
#part3 { padding-top: 10px;width: 200px; float: left; background-color: #e0e0ff; border: 1px solid #c0c0c0; border-right: none; height:500px; } 
Ponieważ te wiersze zostały wycięte - ich szerokość została dodana do pozostałych po równo (po 200). Było: 200+200+208+193.
*/
#part4 { padding-top: 10px;width: 393px; float: left; background-color: #e0e0ff; border: 1px solid #c0c0c0; height:500px; }

#fundacja {
	margin: 5px 0px 5px 0px;
	height: 100px;
	background-color: #e7fee0;
    border-width: 1px;
    border-color: rgb(192,192,192);
    border-style: solid;
	font-size:14px;
	float: left;
	width: 100%;
}

#footer { 
	text-align: center;
	clear: both;
	float: none;
	margin: 5px auto 5px auto; 
	border: 1px solid black; 
	background-color: white; 
	width: 300px;
}

-->
</style>
