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

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

* {
margin: 0;
padding: 0;	
}

html {
background: url('img/bg.png') #000;
font-family: Verdana, Arial, sans-serif;
color: #d5d5d3;
font-size: 13px;
}
body {
width: 880px;
margin: 0 auto;
}

/***** MAIN ELEMENTS *****/

header {
height: 193px;
padding: 80px 0 0 40px;
background: url('img/top.png') no-repeat top center;
position: relative;
z-index: 2;
}
header h1 {
font-size: 55px;
}
header h1 a {
color: #FFF;
text-decoration: none;	
}
header p {
font-family: Enriqueta, Times New Roman, serif;	
font-size: 22px;
color: #AAA;
font-weight: normal;	
letter-spacing: 1px;
margin: -15px 0 0 0;
padding: 0 0 0 29px;
text-indent: 0;
}
nav {
height: 50px;
position: relative;
margin: -3px 0 0 0;
z-index: 1;
background: url('img/menu.png') no-repeat top center;
}
nav ul {
list-style-type: none;
overflow: hidden;	
height: 45px;
line-height: 45px;
padding: 0 0 5px 20px;
}
nav ul li {
float: left;
}
nav ul li a {
font-size: 15px;
color: #CCC;
text-decoration: none;
display: block;
padding: 0 22px;
}
nav ul li a:hover {
color: #FFF;
background: url('img/hover.png');	
}
main {
background: url('img/main_bg.png') repeat-y;
min-height: 400px;
padding: 20px 60px;
}
footer {
background: url('img/footer.png') no-repeat top center;
height: 10px;
padding: 30px 40px 30px 0;
font-size: 11px;
color: #777;
text-align: right;
}
footer span {
border-left: 1px solid #777;	
padding: 0 0 0 7px;
margin: 0 0 0 7px;
}
footer span:first-child {
border: 0;	
padding: 0;
margin: 0;
}

/***** DIVES *****/

.correct_,
.error_,
.warning_ {
width: 400px;
margin: 20px auto;
padding: 20px;
border: 1px solid #aaa;
background: #181818;
line-height: 22px;
}
.correct_ {
border-color: #080;
}
.error_ {
border-color: #800;	
}
.correct_ a,
.error_ a,
.warning_ a {
padding: 5px 0 0 0;	
text-align: center;
display: block;
}

/***** HEADERS *****/

h1,
h2 {
font-family: LibreBaskerville, Times New Roman, serif;
color: #FFF;
font-weight: normal;	
margin: 0;
padding: 0;
}
h2 {
font-size: 22px;
margin: 10px 0 0 0;	
}
h3 {
font-size: 19px;
font-weight: normal;
font-family: Enriqueta;
margin: 10px 0 0 0;
color: #eee;
}


/**** LISTS *****/

ul,
ol {
padding: 0 0 0 30px;
margin: 0 0 10px 0;
line-height: 22px;
}
.contact_data {
list-style-type: none;
margin: 0 auto;
padding: 0;	
width: 300px;
}
.contact_data li {
margin: 20px 0;
font-size: 15px;
color: #eee;	
}
.contact_data li span {
display: block;
background: url('img/handset.png') no-repeat left center;
padding: 0 0 3px 20px;
margin: 5px 0 0 10px;	
font-size: 14px;
color: #d5d5d3;
}
.presentation_list,
.presentation_list2 {
list-style-type: none;
padding: 0;
margin: 0;	
}
.presentation_list li {
border-top: 1px solid #333;
padding: 20px 25px;	
}
.presentation_list li:first-child {
border: 0;	
}
.presentation_list p {
text-indent: 0;	
}
.presentation_list2 li {
border-top: 1px solid #444;
padding: 10px 20px;
font-size: 12px;
overflow: hidden;
}
.presentation_list2 li:first-child {
border: 0;	
}
.presentation_list2 span {
float: left;
height: 20px;
line-height: 20px;
}
.presentation_list2 object {
width: 200px;
height: 20px;
float: right;
margin: 0 0 0 10px;
}

/***** PARAGRAPHS *****/

main p {
font-size: 13px;
line-height: 22px;
text-align: justify;
text-indent: 20px;	
padding: 10px 0;
}
main p span {
text-transform: uppercase;
}
h3 + p {
padding: 5px 0;	
}
h2 + p {
padding: 5px 0;	
}

/***** LINKS *****/

a {
color: #b7b7b7;
text-decoration: none;
}
a:hover {
color: #eee;	
}
a#create {
background: url('http://www.filipmarkiewicz.pl/img/wykonanie_mini.png') no-repeat 0 2px;
margin: 0 0 0 2px;
font-weight: normal;
color: #777;
padding: 0 0 0 20px;
text-decoration: none;	
}
a#create:hover {
color: #aaa;
}
#back {
position: fixed;
top: 10px;
left: 10px;
font-size: 11px;	
}

/***** FORMS *****/

form {
width: 300px;
margin: 30px auto 10px auto;
}
fieldset {
border: 0;
}
legend {
display: none;
}
label {
display: block;
margin: 15px 0;
}
label span {
margin: 0 0 0 3px;	
}
input,
textarea {
display: block;
margin: 3px 0 0 0;
width: 290px;
background: #222;
border: 1px solid #444;
padding: 4px;
font-size: 12px;
font-family: Verdana, Arial, sans-serif; 
color: #eee;
}
textarea {
height: 150px;
}
input:focus,
textarea:focus {
background: #282828;
border-color: #777;
}
button {
width: 102px;
height: 32px;
display: block;
margin: 20px auto;
background: url('img/button.png') 0 -32px no-repeat;
color: #ccc;
font-size: 16px;
border: 0;
}
button:hover {
background-position: 0 0;
cursor: pointer;
}
#contactForm .error_ {
display: block;
width: 312px;
margin: 0 0 0 -15px;
padding: 5px 4px 5px 12px;	
overflow: hidden;
height: 25px;
line-height: 25px;
text-indent: 0;
} 

#collapser {
width: 16px;
height: 16px;
float: right;
border: 1px solid #444;
margin: 3px 4px;
background: url('img/cross.png') 4px -12px no-repeat #222;	
}
#collapser:hover {
cursor: pointer;
border-color: #777;	
background-position: 4px 4px;
}