body{
	font-family: Tahoma, Verdana, Arial; 
	background-color:#979797; 
	background-image:url(/gfx/_lay/bg.gif); 
	margin:0;
	text-align:center
}

p, h2, h3{ 
    font-size: 11px;
    color: black;
    margin:10px 10px 5px 10px;
    padding: 0px;
}
  
h1 {
    font-family: Tahoma, Verdana; 
    font-size: 12px;
    color: black;
    margin:10px 10px 20px 15px;
    font-weight:bold;
}

    
a, 
a:active, 
a:link, 
a:visited {
    color:#957508; text-decoration:none; 
}
a:hover {
    color:#536235; text-decoration:underline;
}

#container {
    width:770px; 
    text-align:left; 
    margin:0 auto;
    background-color:#fff;
}

#top {
    padding:7px;
}

#content {
    background-color:#e6e2d9; margin:7px; padding:10px;
}

#c-left {
    position: relative;
    width:230px; 
    background-color:#a9a391; 
    float:left;
}

#c-left p {
    color:#fff; margin-left:16px;
}

#c-left ul {
    font-size: 18px;
    list-style-type: none;
    margin: 0px 0px 0px 16px;
    padding: 0px;
}

#c-left li {
    background-image: url(/gfx/_lay/men.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 45px; line-height: 45px;
    display: block;
}

#c-left li a {
    color: white;
}

#c-left li a:hover {
    color:#5a5241;
    padding-left: 10px;
}

#orn {
    margin:30px 16px 10px 16px;
}

#c-main {
    margin:0px 0px 0px 250px;
}

#foot {
    background-color:#fff; height:35px; margin:7px;
}

.f-right {
    float:right; margin-left:20px;
}


/* formularz kontaktowy */

fieldset {
    margin: 10px 0px 10px 0px;
    border: 0;
}
    
label {
  float:left;
  width:25%;
  margin-right:1em;
  padding-top:0.2em;
  text-align:left;
}

input:focus, textarea:focus, label:focus {
	background: #f4f4f4;
	border: 0;
}

textarea, input, select {
	background: white;
	border: 0;
	color: #333;
	font:  11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
}

input.submit {
	background: #957508; /* brown */
	color: white;
	padding: 0.1em 1.5em 0.1em 1.5em;
	font-weight: bold;
}

.clear {
    clear: both;
}

#messages div {
    border: 1px solid #333;
    margin: 3px;
    padding: 3px;
}
#messages p {
    margin: 0px;
}

/* headers */
h2 span {
	display: block;
	position: relative;
	z-index: 1;	
}

h2#kontakt, h2#kontakt span {
    width: 161px; height: 35px;
	background-repeat: no-repeat;
	background-image: url(/gfx/_lay/kontakt.gif);
	background-position: left bottom;
	overflow: hidden;
}

h2#kontakt span {
	margin-bottom: -35px;
}

h2#czym-sie-zajmujemy, h2#czym-sie-zajmujemy span {
    width: 366px; height: 42px;
	background-repeat: no-repeat;
	background-image: url(/gfx/_lay/top1.gif);
	background-position: left bottom;
	overflow: hidden;
}

h2#nasze-prace span {
	margin-bottom: -42px;
}

h2#nasze-prace, h2#nasze-prace span {
    width: 233px; height: 42px;
	background-repeat: no-repeat;
	background-image: url(/gfx/_lay/nasze_prace.gif);
	background-position: left bottom;
	overflow: hidden;
}

h2#nasze-prace span {
	margin-bottom: -42px;
}


#galeria img {
    border: 7px solid white;
    margin-right: 5px;
    margin-bottom: 5px;
}

#nav-paging {
    text-align: center;
}

.paging {
    list-style-type: none;
    margin: 0px auto 0px auto;
    padding: 7px 15px 7px 15px;
    display: inline;
    font-size: 11px;
}

.paging li {
    display: inline;
    margin: 0px 1px 0px 0px;
    padding: 1px 2px 1px 2px;
}
.paging a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
.paging li.active a {
    color: black;
    font-weight: bold;
}