body 
{
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 100%;
	background-image: url(biskup.jpg);

}


/* Header
-------------------------------------------------- */

#logo
{
	background-image:url(logo1.png);
	width: 191px;
	height: 42px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	width: 460px;
	font-size: 0.75em;
	margin-top: 85;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
}

#header ul 
{
	list-style: none;
	margin-top: 85;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#header ul li 
{
	float: left;
	text-align: left;
}

#header ul li a
{
	display: block;
	color: #ffff66;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 20px;
}

#header ul li a:hover
{
	text-decoration: underline;
	color: #ffcc66;
}

#header h1
{
	color: #ffcc66;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: 0.04em;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-family: "Courier New", Courier, monospace;
	background-attachment: scroll;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/* Containers
-------------------------------------------------- */

.container
{
	width: 400px;
	height: 300px;
	border: 10px solid #fff;
	color: #FFFFFF;
	font-size: 0.72em;
	line-height: 1.5em;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: auto;
	font-family: Tahoma, Arial;
}

.gugiel
{
	width: 400px;
	height: 61px;
	padding-top: 18px;
	padding-left: 37px;
	opacity: 100;
	position: relative;
	z-index: 7;
}

.container h2
{
	padding: 5px 10px;
	width: 360px;
	font-size: 1.75em;
}

.container h3
{
	padding: 5px 10px;
	width: 360px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
}

#home		{
	background-color: #15add1;
}
#home h2	{ background: #007aa5; }
#home h3	{ background: #007aa5; }
#about		{
	background-color: #fdc700;
}
#about h2 { background: #bd9200; }
#about h3 { background: #bd9200; }
#contact	{
	background-color: #f80083;
}
#contact h2 { background: #af005e; }
#contact h3 { background: #af005e; }
#awards		{
	background-color: #f18300;
}
#awards	h2 { background: #bb5f00; }
#awards	h3 { background: #bb5f00; }
#links		{
	background-color: #98c313;
}
#links h2 { background: #6f9a00; }
#links h3 { background: #6f9a00; }

#footer  {
width : 460px;
margin : 0 auto;
margin-bottom : 0;
font-family : "Helvetica Neue", Helvetica, sans-serif;
}

#photo  {
	float: left;
}

.photo
{
	float: left;
	display: inline;	
}

#footer p {
	color : #aaa;
	font-size : 0.5em;
	text-transform : lowercase;
	letter-spacing : 0.4em;
	margin : 0;
}

#footer a {
text-decoration : none;
color : #ffff66;
}

#footer a:hover {
text-decoration : underline;
color : #ffcc66;
} 

#search
{
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: 61px;
	margin-top: 10px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-image: url(tloszukarka.png);
	position: relative;
	z-index: 5;
}
	
/* Self-Clearing Rules 
-------------------------------------------------- */

ul#navigation:after 
{
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

* html ul#navigation 	{ height: 1px; }
ul#navigation 			{
	min-height: 1px;
}

