<!--
/* ------------------------ BODY ------------------------ */

html, body 
{
	height: 100%;
}

body 
{	
	background-color: #9F5831;
	color: #ffffff;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 3px;
}

/* ------------------------ STRUKTURA ------------------------ */

#container
{
	background: #9F5831;
	border: 0px solid #39312B;
	margin: auto;
	width: 760px;
}

#header
{
	height: 250px;
	margin-bottom: 10px;
}

#content
{
	width: 450px;
	padding:0px;
	float: left;
	padding-left:10px;
}

#rightcolumn
{
	float: right;
	width: 300px;
	border:0px solid white;
	text-align:center;
}

#footer
{
	clear: both;
	padding-top:50px;
	text-align:center;
	font-size: 10px;
}

/* ------------------------ LINKI ------------------------ */

a
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	color: #1E170F;
	text-decoration: none;
}

hr {
	color: white;
	height: 1px
}

.wiecej {
	display: block;
	padding:3px;
	background: #7B4731;
	border: 1px solid #000000;
	width: 125px;
	margin: auto;
}

.wiecej:hover {
	background: #FFFFFF;
	color: #000000;
}

.seo {
    cursor: text;
}

.tresc_seo a {
    text-decoration: underline;
}

/* ------------------------ NAGLOWKI ------------------------ */

.naglowek {
	margin-left:0px;
}

h1
{
	border-bottom: 3px dotted #1C1816;
	color: #339900;
	font-family: helvetica;
	font-size: 22px;
	font-style: italic;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
}

/* ------------------------ REALIZACJE ------------------------ */

.realizacje {
	text-align:center;
}
.realizacje img {
	border: 2px solid #D5AF9C;
	margin-bottom: 10px;
	width:90px;
	height:90px;
}

.realizacje img:hover {
	border: 2px solid #FFFFFF;
}

/* ------------------------ INNE ------------------------ */

.clear 
{
	clear: both;
}

-->

