@font-face {
    font-family: 'Museo300';
    src: url('../fonts/museo300-regular-webfont.eot');
    src: url('../fonts/museo300-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museo300-regular-webfont.woff') format('woff'),
         url('../fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('../fonts/museo300-regular-webfont.svg#Museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background: white;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231F1E;
	line-height: 18px;
}

body {
	background: #F5F2EC url('../images/bgnd8.png') repeat-x left top;
}
	.index body {
		background: #F5F2EC url('../images/bgnd1.png') repeat-x left top;
	}

#page {
	background: url('../images/bgnd7.png') no-repeat center top;
}
	.index #page {
		background: url('../images/bgnd4.png') no-repeat center top;
	}
	
#bgnd {
	background: url('../images/bgnd5.png') no-repeat center bottom;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
} 


strong {
	font-weight: bold;
}

a {
	color: #231F1E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, p, ul, ol {
	margin-top: 15px;
}

h1 {
	font-family: 'Museo300';
	color: #231F1E;
	font-size: 22px
}

h1 > em {
	color: #655F56;
}

h2 {
	color: #231F1E;
	font-weight: bold;
}

ul {
	margin-left: 15px;
}
ul > li {
	background: url('../images/arrow1.png') no-repeat left 3px;
	padding-left: 10px;
}


ol {
	margin-left: 25px;
	list-style: decimal;
}

#sidebar {
	width: 240px;
	float: left;
	position: relative;
	z-index: 2;
}

#logo {
	display: block;
	position: absolute;
	top: 0;
	margin-top: 0 !important;
}
#logo > img {
	display: block;
	margin-top: 0 !important;
}

#niebawem {
	display: block;
	position: absolute;
	top: 160px;
}

#leftcontact {
	margin-top: 430px;
	background: url('../images/bgnd2.png') no-repeat left bottom;
	padding: 15px 20px;
	font-size: 11px;
	line-height: 14px;
}
	#leftcontact h2 {
		font-weight: normal;
		font-size: 16px;
		font-family: "Museo300";
		margin: 0;
	}
	
	#leftcontact a.email {
		color: #655F56;
		background: url('../images/dash.png') repeat-x left bottom;
		padding-bottom: 1px;
	}
		#leftcontact a.email:hover {
			text-decoration: none;
		}
		
#leftfloorplans {
	margin-top: 20px;
	background: #ffffff url('../images/bgnd6.png') no-repeat left bottom;
	padding: 20px 20px 15px 20px;
	font-size: 11px;
	line-height: 14px;
}
	#leftfloorplans h2 {
		font-weight: normal;
		font-size: 14px;
		font-family: "Museo300";
		margin: 0;
	}
	
	#leftfloorplans ul {
		margin-left: 0;
	}
	
	#leftfloorplans li {
		margin-left: 0;
		margin-bottom: 15px;
		background-position-y: 4px;
	}


#main {
	width: 720px;
	float: left;
}

#top {
	position: relative;
	height: 485px;
}
	.index #top {
		height: 480px;
	}

#top > nav {
	position: absolute;
	top: 30px;
	right: 0;
	width: 720px;
	height: 70px;
	background: url('../images/bgnd3.png') no-repeat left top;
	z-index: 2;
}
	#top > nav > ul {
		margin: 0;
		padding-left: 15px;
	}
		#top > nav > ul > li {
			margin: 0;
			padding: 0;
			background: none;
			float: left;
			background: url('../images/menu-sep.png') no-repeat left center;
			padding: 27px 15px;
			line-height: 16px;
		}
			#top > nav > ul > li.menuoverview {
				background: none;
			}
			#top > nav > ul > li > a {
				color: #faf8f5;
				font-size: 16px;
				font-family: "Museo300";
			}
				#top > nav > ul > li.active > a {
					text-decoration: underline;
				}
			
#slideshow {
	margin: 0;
	overflow: hidden;
	width: 1000px;
	height: 400px;
	position: absolute;
	left: -260px;
	top: 80px;
	z-index: 1;
}
	.index #slideshow {
		height: 387px;
	}

#slideshow img {
	display: block;
}

#slideshow li {
	margin: 0;
	padding: 0;
	background: none;
}


#content {
	padding-left: 30px;
	margin-bottom: 20px;
}

#content .main {
	width: 430px;
	float: left;
	margin-bottom: 20px;
}

aside {
	margin-bottom: 20px;
}

#content aside {
	float: right;
	width: 230px;
	margin-top: 5px;
}

aside > a {
	display: block;
	margin-top: 10px;
}

aside > a > img {
	display: block;
}

footer {
	clear: both;
	height: 55px;
	font-size: 11px;
	color: #231F1E;
}


footer ul {
	margin: 0;
	float: right;
	clear: right;
	padding-top: 25px;
}

footer a {
	font-weight: bold;
	color: #BCB5A7;
}

footer ul a {
	font-weight: normal;
}

footer li {
	margin-left: 14px;
	padding-left: 19px;
	float: left;
	background: url('../images/footer-sep.png') no-repeat left center;
}

footer li.menuoverview {
	background: none;
}

#copyright {
	float: left;
	padding-top: 25px;
	margin-top: 0;
}

#author {
	float: left;
	clear: left;
}
	#author a {
		color: #C83400;
	}

#kodeks {
	float: right;
  clear: left;
}

p.error {
	color: red;
	margin-bottom: 15px;
}

form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

form li {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

form label span {
	float: none;
	display: inline;
	border: 0 none;
	margin: 0;
}

form label {
	padding-top: 0;
	width: auto;
	float: none;
	display: block;
}

form .req {
	color: red;
}

form input {
	width: 200px;
	border: 1px solid #7F9DB9;
}

form fieldset {
	margin-bottom: 10px;
}

form button {
	margin: 20px 5px 0 0;
	float: left;
}


form .error .req {
	font-weight: bold;
}

form .error input, form .error textarea {
	border: 1px solid red;
}

form .error ul input {
	border: 1px solid #7F9DB9;
}

input#www {
	display: none;
}



.galeria {
	float: left;
	width: 740px;
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}

.galeria a {
	padding: 10px;
	background: white;
	border: 10px solid #E9E2D4;
	display: block;
}
.galeria img {
	display: block;
}

.galeria li {
	margin: 0 20px 20px 0;
	padding: 0;
	background: none;
	float: left;
}
table {
	margin-top: 10px;
}

th {
	background: #686054;
	color: white;
	font-weight: bold;
	padding: 10px 15px;
}

td {
	padding: 5px 10px;
	vertical-align: middle;
}