body {
	font:16px/22px Arial, sans-serif;
	color:#222;
	margin:0px;
	padding:0px;
}
a img {border:0;}
p {
	margin:10px 0px;
	padding:0px;
}
h1 {
	color:#cc0066;
	font-weight:bold;
	font-size:30px;
	font-family:Tahoma, sans-serif;
	margin:30px 0px 10px 0px;
	
}
table td {
	vertical-align:top;
}
ul {
	margin:0px;
	padding:5px 15px;
}
/* structure */
div#all {
	margin:0 auto;
	width:900px;
	padding:0px 5px;
	
}
div#top {
	background:#fff url('images/bg-top1.jpg') top center no-repeat;
	margin:0px 0px 0px 0px; 
	padding-top:15px;
	padding-right:20px;
	height:125px;
}
	div#flags {
		text-align:right;
		margin-bottom:5px;
	}
	div#logo  {
		float:left;
		width:300px;
		margin-left:30px;
	}
	div#desc {
		float:left;
		width:500px;
		font:bold 28px Arial, sans-serif;
		color:#aaa;
	}
	
div#main {
	background-color:#fff;
	clear:both;
}	
	div#menu {
		width:220px;
		float:left;
		margin-top:40px;
		padding-bottom:60px;
		padding-top:10px;
		border-left:1px solid #f0f0f0;
	}	
		div#menu a {		
			color:#666;
			display:block;
			height:30px;
			line-height:30px;
			margin:25px;
			width:200px;
			text-indent:20px;
			text-decoration:none;
			font-size:25px;
			border-bottom:1px dotted #aaa;
		}
		div#menu a:hover {
			color:#3366cc;
			border-bottom:1px solid #aaa;
		}

	div#content {
		width:650px;
		padding:0px 0px 10px 20px;
		margin:0px;
		float:left;
	}
div#coop {
	background-color:#fff;
	clear:both;
	margin:10px 0px;
	padding: 5px 0px;
	border-top:1px dotted #aaa;
	
}
	div#coop img.coop {margin:0px 5px;}
	div.center {text-align:center;}
	div.space {height:60px;}
div#bottom {
	background-color:#fff;
	background-color:#343f88;
	clear:both;
	margin-top:15px;
	padding:10px 15px;
	color:#ffffff;
	font-size:13px;
}

/* komunikaty */
p.error
{
	color:#666;
	padding:5px 50px;
	margin:10px;
	background:#fff url('images/alert.png') 10px center no-repeat;
	line-height:30px;
	border:1px dotted #ccc;
}
p.ok
{
	color:#666;
	padding:5px 50px;
	margin:10px;
	background:#fff url('images/confirm.png') 5px 5px no-repeat;
	line-height:20px;
	border:1px dotted #ccc;
}
.star {
	font-weight:bold;
	font-size:16px;
	color:#cc0066;
	padding:1px;
	vertical-align: super;
}