* { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	background: #A80011 url(/images/back.jpg) repeat-x top left;
}

/* page layout, main wrapper */
#wrapper {
	background: #FFF7E6;
	width: 980px;
	margin: 0 auto;
}

/* header */
#header {
	height: 166px;
	background: url(/images/header_right.jpg) no-repeat top right;
	position: relative;
	border-bottom: 4px solid #B1313E;
}
/* header main title */
#header h1 {
	background: url(/images/header.jpg) no-repeat top left;
	height: 166px;
	width: 461px;
	text-indent: -10000px;
}
/* header languages div */
#header div#languages {
	position: absolute;
	bottom: 0; right: 0;
	padding: 5px;
}
#header div#languages a {
	padding: 5px;
}
#header div#languages a.selected {
	color: white;
	background: #B1313E;
}
/* footer */
#footer  {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

#footer div {
	color: white;
	padding: 10px;
}

/* content wrapper */
#content-wrapper {
	background-image: url(/images/back-content.jpg);
	background-position: top left;
}

/* navigation div */
#navigation {
	float: left;
	width: 160px;
}
#navigation ul {
}
#navigation ul li {
	list-style-type: none;
}
#navigation ul li a {
	display: block;
	padding: 4px;
	padding-right: 16px;
	font-size: 1.1em;
	text-decoration: none;
	text-align: right;
	/* background: url(/images/back-menu.jpg) no-repeat right 4px; */
}
#navigation ul li a:link {
	color: #912215;
}
#navigation ul li a:visited {
	color: #912215;
}
#navigation ul li a:hover {
	color: #052350;
	text-decoration: underline;
}
#navigation ul li.title, #navigation div#search div.title {
	color: #5A0503;
	padding: 4px; 
	font-weight: bold;
	background: white;
	text-transform: uppercase;
	border-bottom: 1px solid #B1313E;
	border-top: 1px solid #B1313E;
}
#navigation ul li.selected {
	
	/*background: #B1313E; 
	color: white;*/
}
#navigation ul li.selected a, #navigation ul li.selected a:link, #navigation ul li.selected a:visited {
	font-weight: bold;
	background: none;
}

/* navigation search box */
#navigation div#search {
	margin-bottom: 10px;
}
#navigation div#search select, #navigation div#search input.text {
	width: 95%;
	margin-left: 3px;
	border: 1px inset white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
#navigation div#search form fieldset {
	padding: 0px 5px 3px 0px;
	border: none;
}
#navigation div#search form label {
	display: block;
	padding: 4px;
	font-size: 1.1em;
	text-decoration: none;
	color: #912215;
}

/* content div */
#content {
	background: white;
	border-top: 1px solid #B1313E;
	width: 800px;
	padding: 10px;
	float: left;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	padding-bottom: 0.5em;
	color: #052350;
	float: left;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding-top: 0.5em;
	color: #052350;
}

#content p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-top: 0.5em;
}

/* content realestate div */
#content div.realestate {
	border-top: 1px solid #cc0000;
	padding: 0.5em;
	clear: both;
}

#content div.realestate h2 {
	font-family: "Trebuchet MS";
	font-size: 1.8em;
}
#content div.realestate h2 span {
	font-weight: normal;
}

#content div.realestate h2 a {
	color: #CC0000;
	text-decoration: none;
}

/* content realestate images */
#content div.realestate div.images {
	float: left;
	padding: 1em;
}
#content div.realestate div.images img {
	width: 200px;
	border: none;
}
#content div.realestate div.small-images img {
	float: left;
	width: 70px;
	border: none;
	margin-right: 5px; margin-bottom: 5px;
}

/* content realestate list */
#content div.realestate ul {
	padding: 10px;
}
#content div.realestate ul li {
	font-size: 1.1em;
	list-style-type: none;
	padding-bottom: 0.4em;
	line-height: 150%;
}

/* content realestate links */
#content div.realestate div.links {
	float: right;
}
#content div.realestate div.links a {
	font-size: 1.2em;
	color: #003366;
}

/* content pager & arrows */
#content div.pager {
	float: right;
}
#content div.pager a {
	text-decoration: none;
	color: #333;
	font-size: 1.1em;
}
#content div.pager a.arrow {
	font-size: 1.2em;
	letter-spacing: -2px;
}
#content div.pager a.selected {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}

#content ul {
	padding-left: 1.5em;
}
#content ul li {
	font-size: 1.1em;
	line-height: 150%;
}

/* contact form */
#content form#contact {
}
#content form#contact label {
	display: block;
	padding: 2px;
	font-size: 1.2em;
}
#content form#contact label.required span {
	color: red;
}
#content form#contact fieldset {
	border: none;
	padding-bottom: 10px;
}
#content form#contact input.text {
	margin-left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 200px;
}
#content form#contact input#sifraInput2 {
	width: 50px;
}
#content form#contact textarea {
	width: 300px;
	height: 200px;
}

.clear { clear: both }