body {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

#logo {
	position: relative;
	height: 82px;
	text-align: left;
	width: 100%;
}
#header-wrapper {
	height: 284px;
	width: 100%;
	position: relative;
}

#header-background {
	left: 0px;
	height: 281px;
	width: 100%;
	background-color: #471519;
	right: 100%;
	float: right;
}

#header {
	float: left;
	background-color: white;
}

#menu {
	border-left-width: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-left-style: none;
	height: 281px;
	width: 314px;
	border-right-color: white;
	border-bottom-color: white;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 3px;
	display: block;
	left: 0px;
	top: 0px;
	position: absolute;
	float: left;
	background-color: #f06820;
}

#menu span {
	right: 15px;
	display: block;
	top: 80px;
	position: absolute;
}

#menu a {
	float: right;
	border-style: none;
}

#menu a:first-child {
}

#header-tekst {
	border-left-width: 0px;
	border-top-width: 0px;
	border-left-style: none;
	border-top-style: none;
	border-bottom-color: white;
	border-right-color: white;
	border-right-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	left: 317px;
	top: 0px;
	position: absolute;
	float: left;
	background-repeat: no-repeat;
	height: 281px;
	width: 431px;
	background-image: url(../images/header1.png);
}

#header-zdjecie {
	border-bottom-color: white;
	border-right-color: white;
	border-right-style: solid;
	border-right-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	top: 0px;
	left: 751px;
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(../images/header2.png);
	height: 281px;
	width: 426px;
	float: left;
}

#content-wrapper {
	width: 100%;
	position: relative;
}

#content-background {
	width: 100%;
	height: 281px;
	float: right;
	left: 0px;
	right: 100%;
}

#content {
	float: left;
}

#content-foto {
	padding-left: 3px;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: white;
	height: 282px;
	width: 431px;
}

#content-tresc-start {
	letter-spacing: 0.5px;
	padding-top: 35px;
	padding-left: 15px;
	padding-bottom: 35px;
	padding-right: 15px;
	color: #464644;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	background-color: white;
	left: 431px;
	top: 0px;
	position: absolute;
	height: 281px;
	width: 423px;
}

#content-tresc {
	letter-spacing: 0.5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	padding-right: 15px;
	color: #464644;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	background-color: white;
	left: 431px;
	top: 0px;
	position: absolute;
	height: 281px;
	width: 423px;
}

#content-tresc-portfolio {
	padding-left: 3px;
	letter-spacing: 0.5px;
	color: #464644;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	background-color: white;
	left: 0px;
	top: 0px;
	position: absolute;
	height: 281px;
	width: 845px;
}

h1 {
	font-size: 8pt;
	font-weight: bold;
}

.zdjecia {
	margin-bottom: 3px;
	margin-right: 3px;
	height: 120px;
	width: 150px;
	background-color: #eeeeee;
	padding: 5px;
	border-color: #bfc8c8;
	border-width: 1px;
	border-style: solid;
}

.zdjecia:hover {
	margin-bottom: 3px;
	margin-right: 3px;
	height: 120px;
	width: 150px;
	background-color: #cdcdcd;
	padding: 5px;
	border-color: #a1a7a9;
	border-width: 1px;
	border-style: solid;
}


