html, body,
h1, h2, h3, h4, h5, h6,
a, abbr, acronym, em, p, strong,
address, blockquote, cite, q,
dd, dfn, dl, dt, li, ol, ul,
code, kbd, pre, samp, tt, var,
big, del, ins, small,
caption, table, tbody, td, tfoot, th, thead, tr,
fieldset, iframe, img {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}

textarea, input, option, optgroup, select { font-size: 100%; }
a:focus { overflow: hidden; }
q:lang(pl) { quotes: "\201E" "\201D" "\00AB" "\00BB"; }
q::before { content: open-quote; }
q::after { content: close-quote; }
ol, ul { list-style: none; }
code, kbd, pre, samp, textarea, tt, var { font-family: monospace; }
table { border-collapse: collapse; border-spacing: 0; }
legend, hr { display: none; }

@media handheld, projection, screen, tty, tv {
	abbr[title], acronym[title] { cursor: help; }
}

@font-face{
src: url(../augustus.ttf);
font-family: "Augustus";
}

@font-face{
src: url(../cambriai.ttf);
font-family: "Cambria";
}


body{
font-family: verdana, tahoma, helvetica;
font-size: 12px;
color: #3a3232;
}

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

a:hover{
color: #333
}

h1{
font-size: 18px;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

h1, h2, h3{
margin: 5px 5px 5px 0;
color: #ba0000;
}

h1.header{
padding-left: 20px;
margin-bottom: 30px;
}

h1.header span{
margin-left: 10px;
}

strong{
font-weight: bold;
}

em{
font-style: italic;
}

.clear{
display: block;
clear: both;
}

.wrapper{
width: 740px;
margin: auto;
margin-top: 30px;
}

#gallery{
display: block;
width: 267px;
float: left;
text-align: center;
}

#gallery a{
display: block;
float: left;
background: #fff;
padding: 3px;
border: 1px solid #cfcfcf;
margin-right: 1px;
}

#gallery a.bigphoto{
float: none;
width: 250px;
padding: 5px;
text-align: center;
margin: auto;
margin-bottom: 5px;
}

#apartment_desc{
display: block;
width: 463px;
padding: 0 5px;
float: right;
}

#apartment_desc table.apartment_table{
width: 463px;
margin-bottom: 20px;
}

#apartment_desc table.apartment_table tr.row0 th, #apartment_desc table.apartment_table tr.row0 td{
background: #fff;
}

#apartment_desc table.apartment_table tr.row1 th, #apartment_desc table.apartment_table tr.row1 td{
background: #f2f2f2;
}

#apartment_desc table.apartment_table th{
width: 25%;
text-align: left;
vertical-align: middle;
padding: 10px 0 10px 10px;
text-transform: lowercase;
}

#apartment_desc table.apartment_table td{
width: 25%;
text-align: left;
vertical-align: middle;
padding: 10px 0 10px 5px;
color: #ba0000;
font-weight: bold;
}


#apartment_desc table.apartment_table td.brd{
border-right: 1px solid #cfcfcf;
}

#apartment_desc table.apartment_table a.info{
margin-left: 15px;
font-size: 10px;
color: #3a3232;
}