@import url("reset.css");
body {
	background:#004E9B;
	font-family:Verdana;
}
a{
	text-decoration:none;
}
#outer-wrapper{
	border:0px dashed white;
	width:900px;
	/*height:2000px;*/
	margin:auto;
}
#header{
	background:white url(Autko-NAKON-2009-s.jpg) no-repeat 598px -10px;
	width:100%;
	height:180px;
	margin-top:15px;
	float:left;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:1px solid #555;
}

#logo{
	width:560px;
	height:170px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:url(nakon.png) no-repeat;
	border:0px solid red;
	margin-left:45px;
	margin-top:45px;
}
#menu, #footer{
	background:#00376F;
	color:white;
	width:880px;
	height:50px;
	margin-top:15px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #00477F;
	line-height:50px;
	padding-left:20px;	
}
#menu ul{
	display:block;
	width:100%;
	height:100%;
	border:0px solid red;
	background:url(separator.png) left no-repeat;	
	padding-left:1px;
}
#menu ul li{
	height:100%;
	display:block;
	line-height:100%;	
	float:left;
	font-weight:bold;
	color:white;
	background:url(separator.png) right no-repeat;
}
#menu ul li a{
	display:block;
	height:100%;
	line-height:50px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	margin-right:1px;
	color:white;
}
#menu ul li a:hover{
	background:#00477F;;	
}
#content{
	background:#4BA6FF url(Autko-NAKON-2009B.jpg) no-repeat;
	width:100%;
	margin-top:15px;
	float:left;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:1px solid #555;	
	padding-bottom:15px;
}
#content #article {
	width:95%;
	min-height:500px;
	margin:auto;
	margin-top:15px;
	border:0px dashed red;
	background:url(zaslonka.png);	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	border:1px solid #555;
}
#article h1{
	margin-top:15px;
	margin-left:15px;
	font-weight:bold;
	font-size:20px;
}
#article p{
	margin-top:15px;
	line-height:20px;
	padding:15px;
	clear:left;
}
#footer {
	margin-bottom:20px;
}


.pojemnik-na-obrazek{
	width:400px;
	float:left;
	margin-left:20px;
	border:0px solid red;	
}

.pojemnik-na-obrazek img{
	margin:10px;
	display: block;   
	margin-left: auto;   
	margin-right: auto;
	border:0px solid green;
}

#article iframe{
	border:3px solid #eee;
	width:800px;
	margin-left:20px;
	float:none;
}