/* YUI CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body {
	background: #000 url(../images/site/breza-pozadina.png) repeat left top;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	margin-top: 10px;
}

#container {
	width: 100%;
}

#header {
	width: 100%;
	height: 100px;
}

#left-column {
	float: left;
	width: 450px;
	padding: 30px 10px 10px 10px;
}

#left-column p {
	padding-bottom: 40px;
	font-size: 1.2em;
}

#right-column {
	float: left;
	width: 305px;
	padding: 10px 10px 10px 5px;
}

.right-apartment {
	width: 304px;
	height: 143px;
	position: relative;
	margin: 10px 0 20px 0;
}
.right-apartment-picture {
	width: 304px;
	height: 117px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 0;
}
.right-apartment-picture img {
	margin: 2px 0 0 0;
}
.right-apartment-title {
	width: 124px;
	height: 26px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/site/tab.png) no-repeat top left;
	color: #fff;
}

.right-apartment-title a {
	line-height: 26px;
}
.right-apartment-title a:link {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

.clearer {
	clear: both;
}