html, body	{ height:100%; }
body {
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	min-height: 100%;
	
	background: url("/images/oldtown_background.jpg") #FFFFFF no-repeat fixed;
}

a {
	color: #FFF;
}
a:hover {
	text-decoration: none;
}

img {
	padding: 0;
	margin: 0;
	border: none;
}


ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.marked {
	list-style: disc;
	padding-left: 15px;
}

h1 {
	font-size: 3em;
	padding: 0;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	letter-spacing: -0.06em;
}
h1.small {
	font-size: 2em;
}

p {
	padding-bottom: 1em;
}

/*
hr {
	display: block;
	margin: 0;
	border: 0 none;
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	clear: both;
}
*/
div.hr {
	background-color: #DDD;
	height: 1px;
	clear: both;
}

#footerplaceholder {
	height: 20px;
	display: block;
	clear: both;
	/*background-color: pink;*/
}
#footer {
	/*height: 20px;*/
	margin-top: -20px;
	/*background-color: blue;*/
	width: 740px; height: 10px;
}


#mainContainer {
	color: #FFF;
	width: 740px;
	margin: 0 auto;
	min-height: 100%;
	background: url(/images/base_background_repeat.png) repeat-y;
	position: relative;
	z-index: 1;
}

#logo {
	width:100%;
	height: 170px;
	background-color: #FFF;
}

#logo img {
	padding-top: 30px;
	padding-left: 10px;
}


#langmenu {
	margin-left: 250px;
	position: absolute;
	top: 118px;
	left: 50%;
	z-index: 1;
}

#langmenu li {
	position: relative;
	display: inline;
	float: left;
	height: 24px;
	margin: 0 6px;
	padding: 0;
}

#base {
	width: 740px;
	position: relative;
	/*background-color: pink;*/
}


#base-header {
	position: relative;
	text-align: right;
	margin-top: -35px;
	height: 55px;
	background: url(/images/base_top_background.gif) no-repeat;
}


#base-content {
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	/*margin-top: -10px;*/
	font-size: 1.167em;
	/*line-height: 1.083em;*/
}

#base-content p {
	padding-right: 20px;
}


/*--- MENU --- */
.menu-shadow {
	position: relative;
	margin-left: -10px;
	float: left;
}
#menu {
	float: right;
	display: inline;
	height: 55px;
	margin-top: 2px;
	margin-right: 33px;
}
#menu li {
	display: inline;
}

#menu li a {
	float: left;
	height: 55px;
	background: #9E0000 url(/images/menu_background.gif) repeat-x;
}
#menu li a.menu-hover {
	background: #9E0000 url(/images/menu_background_hover.gif) repeat-x;
}
#menu li a.menu-selected {
	background: #9E0000 url(/images/menu_background_selected.gif) repeat-x;
}

#menu a img {
	margin: 12px 13px 0 13px;
}




/*--- WHITE BASE ---*/

.white-base-container {
	color: #000;
}


.middle { /*or #base-content div.middle*/
	width: 698px;
	margin-left: -25px;
}

.left { /*or #base-content div.middle*/
	float: left;
	display: inline;
	margin-left: -50px;
}
.right { /*or #base-content div.right*/
	float: right;
	display: inline;
	margin-right: -30px;
}


h2 {
	font-size: 13px;
	font-weight: normal;
	color: #9E0000;
	position: relative;
	left: 5px;
	top: 5px;
	white-space: nowrap;
	margin: 0;
}

h2.header {
	left: 15px;/*27px*/
}

h2.back {
	left: 15px;
}

.inline {
	display: inline;
	top: 0;
	margin-right: 1em;
}

a.red-header {
	text-decoration: none;
}

.white-shadowed {
	color: #000;
	background: #FFF;
	white-space: nowrap;
	border: 1px solid #666;
	padding: 1px;
}

#white-base-header {
	background: url(/images/white_base_header_background.png) no-repeat;
	height: 24px;
	/*padding: 10px 0 0 10px;*/
}

#white-base-middle {
	background: url(/images/white_base_middle_background.png) repeat-y;
	padding: 0 6px;
	margin-bottom: -1px;
}

#white-base-footer {
	background: url(/images/white_base_footer_background.png) no-repeat;
	height: 9px;
}


/*--- APARTMENT INFO ---*/
.apartment-info {
	padding-left: 10px;
	font-size: 0.8em;
}
.apartment-info h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0.5em 0;
}

.apartment-pictures-container {
	float: right;
	width: 480px;
}
.apartment-pictures-container img {
	float: left;
}
.apartament-gallery {
	margin-left: 10px;
	/*margin-bottom: 10px;*/
	display: inline;
}


.cleaner {
	clear: both;
}

.more-info {
	display: block;
	float: left;
	background-color: #C60000;
	color: #FFFFFF;
	margin-top: 1em;
	padding: 0.2em 0.4em;
}

a.more-info {
	text-decoration: none;
}
a.more-info:hover {
	text-decoration: underline;
}

.rent-out {
	display: block;
	float: left;
	background-color: #999999;
	color: #FFFFFF;
	margin-top: 1em;
	padding: 0.2em 0.4em;
}




/*--- HISTORY ---*/
a.house-link {
	color: #000000;
	text-decoration: none;
	margin: 0 1em;
}
a.house-link-selected {
	font-weight: bold;
}


sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}



/*#gallery {position:relative; width:480px; background:#AAA}*/
/*#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}*/
#photosContainer {position:relative; width:480px; height:417px; background:#FFF url(/images/ajax-loader.gif) center center no-repeat;}
#photosContainer img {position:absolute;}
#thumbwrapper {width:480px; height:100px;}
.tweeningstrip-thumbs-container {position:relative; overflow:hidden; height:79px; width:480px; }
.tweeningstrip-thumbs {position:absolute; list-style:none; height: 79px; width:10000px;}
.tweeningstrip-thumbs li {float:left; cursor:pointer}
.tweeningstrip-thumbs-nav { position: absolute; z-index: 100; height: 79px; width: 16px }
.tweeningstrip-thumbs-nav-left { left: 3px; background:url(/images/tweeningstrip_nav_left.gif) left center no-repeat; }
.tweeningstrip-thumbs-nav-right { right: 3px; background:url(/images/tweeningstrip_nav_right.gif) right center no-repeat; }
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}