* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 background-color: Black;
}
img {border:0px; }
#wrapper {
 width: 810px;
 margin: 0 auto;
}
#header {
 border: 0px solid #ccc;
 margin: 95px 95px 90px 0px;
 width: 810px;
 height: 100px;
 padding: 10px;
 background-color: black;
 background-image: url(images/top_01.jpg);
}

#centercolumn {
 border: 0px solid #ccc;
 margin: 0 10px 0px 10px;
 text-align: justify;
 display: inline; /* IE Hack */
 padding: 4px;
 width: 97.8%;
 float: left;
 min-height: 210px;
 background-color: #2c2c2c;
}
* html #centercolumn {height:810px} /* IE Min-Height Hack */ 

#centercolumn p {margin: 0 15px 0px 15px; text-align: justify; line-height : 20px}

#obrazek
{
height: 170px;
width: 170px;
background-color: black;
margin: 20px 10px 10px 16px;
float: left;
/*background-image: url(images/krajobrazy.jpg);*/
}
* html #obrazek {margin: 20px 10px 10px 11px;} /* IE Min-Height Hack */

#footer {
 background-color: black;
 margin: 0 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.8%;
 height: 50px;
 text-align : center;
 font-size : 11px;

}
a{
	 color: #666666;
	 text-decoration: none;
}
a:hover{
	 color: #9d9d9d;
	 text-decoration: none;
}


#navcontainer{
margin: 100px 0px 0px 0px;
}
* html #navcontainer{ margin: 106px 0px 0px 0px;}


#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #fabb00;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: none;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #666666;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #fabb00;
}

#navlist a:hover { color: #9d9d9d; }

#galeria{
	width: 790px;
	border: 1px solid black;
	}
#galeria img{
	margin: 5px;
	 border: 1px solid #ccc;
}


