* {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d9d6d2;
}
body.intro {
	background-color: #fff;
}

a {
	outline: none;
	color: #000;
}

img {
	border: 0;
}

.float-container {
	overflow: auto;
}
.relative-container {
	position: relative;
}


#header {
	position: fixed;
	z-index: 1;
	left: 143px;
	top: 0;
	background-color: #d9d6d2;
	width: 100%;
	height: 191px;
}

#logo {
	background-image: url('../_img/logo.png');
	background-repeat: no-repeat;
	position: absolute;
	left: 16px;
	width: 267px;
	height: 98px;
}
body.intro #logo {
	background-image: url('../_img/logo_intro.png');
	height: 105px;
	top: -6px;
}
body.intro #header {
	background-color: #fff;
	height: 130px;
}
body.intro #content {
	margin-left: 0;
	margin-top: 132px;
}
#intro {
	position: fixed;
	width: 10000px;
}
#content #intro img {
	position: static;
	width: auto;
	height: auto;
	margin-right: 6px;
}

#pagination {
	position: absolute;
	left: 0;
	top: 162px;
	font-size: 11px;
	color: #6e685d;
}
#pagination a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#pagination .page-numbers a:hover, #pagination .page-numbers a.active {
	color: #fff;
	font-weight: bold;
	background-color: #000;
}
#pagination .page-number {
	text-decoration: underline;
}
#pagination a:hover .page-number, #pagination a.active .page-number {
	text-decoration: none;
}
#pagination .nav {
	background-image: url('../_img/prev.png');
	background-repeat: no-repeat;
	background-position: 3px 90%;
	display: inline-block;
	height: 11px;
	width: 10px;
}
#pagination .prev {
	background-image: url('../_img/prev.png');
}
#pagination .next {
	background-image: url('../_img/next.png');
}
#pagination .page-numbers {
	margin-left: 2px;
}
#pagination .page-info {
	margin-left: 5px;
}
#pagination .objects-per-page {
	display: none;
	position:relative;
	margin-left: 13px;
}
#pagination .objects-per-page span {
	margin-left: 52px;
}
#pagination .objects-per-page select {
	position: absolute;
	top: -3px;
	width: 45px;
}

#sidebar {
	position: fixed;
	left: 9px;
	top: 183px;
	width: 133px;
	overflow: hidden;
}

#currently-active {
	color: #fff;
	font-size: 16px;
	margin-bottom: 12px;
}
#currently-active .first {
	font-weight: bold;
}

#menu {
	font-weight: bold;
	font-size: 14px;
}
#menu ul {
	list-style: none;
}
#menu li {
	position: relative;
	border-top: solid 1px;
}
#menu ul ul {
	font-weight: normal;
	display: block;
}
#menu a {
	position: relative;
	display: block;
	top: 2px;
	width: 128px;
	height: 17px;
	padding-left: 5px;
	margin-bottom: 4px;
	text-decoration: none;
	color: #000;
}
#menu a:hover, #menu a.active {
	background-color: #6e685d;
	color: #fff;
}

#content {
	margin-left: 159px;
	margin-top: 191px;
	margin-bottom: 50px;
}



#content .object {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 161px;
	height: 161px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#content .object * {
	outline: none;
	border: none;
	text-decoration: none;
}
#content .object img {
	position: absolute;
	width: 161px;
	height: 161px;
}
#content .object .color-underlay {
	position: absolute;
	z-index: -1;
	background-color: #ffaaaa;
	width: 161px;
	height: 161px;
}
#content .object .info {
	position: absolute;
	background-color: #5e584b;
	display: none;
	width: 161px;
	height: 161px;
}
#content .object .info .text {
	display: block;
	width: 131px;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	margin: 42px 15px 0 15px;
}
#content .object .info .text .details {
	color: #fff;
	font-size: 15px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: normal;
}


#content #details .images{
	float: left;
	padding-bottom: 100px;
}
#content #details .images img {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
#content #details .info {
	position: absolute;
/*	float: left;*/
	width: 296px;
	padding-bottom: 100px;
	margin-left: 4px;
}
#content #details .info .title {
	font-size: 18px;
	font-weight: bold;
}
#content #details .info .grey {
	color: #5c5b5b;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 16px;
}


.back-to-overview {
	background: url('/_img/back.png') no-repeat;
	padding-left: 17px;
	background-position: left 50%;
	margin-top: 13px;
}
.back-to-overview a{
	font-size: 12px;
	font-weight: bold;
}

.add-to-watchlist {
	background: url('/_img/watchlist.png') no-repeat;
	padding-left: 21px;
	background-position: left 80%;
	margin-top: 4px;
}
.add-to-watchlist a {
	font-size: 11px;
}
.watchlist-link {
	position: fixed;
	right: 24px;
	bottom: 7px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
}

.main-prev-next {
	margin-top: 11px;
}
.main-prev, .main-next {
	padding-left: 21px;
	background-position: 8px 50%;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.main-prev a, .main-next a {
	font-size: 11px;
}
.main-prev{
	background-image: url('/_img/main_prev.png');
}
.main-next{
	background-image: url('/_img/main_next.png');
}



#picture-column{
	position: absolute;
	top:200px;
	left: 950px;
	width: 100px;
	padding-bottom: 50px;
}
#picture-column img {
	margin: 5px;
}



body.designers #header {
	height: 160px;
}
body.designers #content {
	margin-top: 119px;
}
#content #designers {
	color: #000;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	overflow: auto;
}

#content #designers .column {
	float: left;
	width: 161px;
	margin-right: 10px;
	overflow: hidden;
}

#content #designers .letter {
	font-size: 36px;
	margin-top: 41px;
}

#content #designers a {
	font-size: 14px;
	line-height: 21px;
}



body.dark {
	background-color: #615d58;
}
body.dark a {
	color: #fff;
}
body.dark #logo {
	background-image: url('../_img/logo_dark.png');
	top: 19px;
	left: 42px;
}
body.dark #header {
	left: 0;
	background-color: #615d58;
	height: 177px;
}
body.dark .login-info {
	right: 57px;
	color: #d5d1cc;
}
body.dark #content {
	color: #fff;
	font-size: 18px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-weight: normal;
	margin: 176px 42px;
	line-height: 24px;
}
body.dark h1 {
	color: #d5d1cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 11px;
}
body.dark h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
body.dark .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
}


.news-item {
	overflow: auto;
	margin-bottom: 23px;
}
.news-item a {
	color: #fff;
}
.news-item img {
	height: auto;
	width: 307px;
	float: left;
}
.news-text {
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	margin-left: 322px;
	font-size: 16px;
	line-height: 19px;
}
.news-text .title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 17px;
}
.news-text .date {
	font-size: 18px;
	line-height: 21px;
}
.news-text .subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 17px;
	color: #d5d1cc;
}
.news-text .special {
	font-family: Arial, Helvetica, sans-serif;
	color: #d5d1cc;
}


#google-map {
	width: 488px;
	height: 275px;
	margin-bottom: 40px;
	float: left;
}
#contact-text {
	margin-left: 528px;
	margin-bottom: 40px;
}


#about-pic-1 {
	width: 468px;
	margin-bottom: 20px;
	float: left;
}
#about-pic-2 {
	margin-left: 508px;
	margin-bottom: 20px;
}
#about-text {
	margin-bottom: 40px;
	width: 996px;
}




#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #f4f0eb;
}
#footer a {
	text-decoration: none;
}
#footer #language {
	position: absolute;
	left: 15px;
	top: 14px;
	font-size: 11px;
	font-weight: bold;
	color: #5a544a;
}
#footer #language a {
	color: #5a544a;
}
#footer #language a:hover, #footer #language a.active{
	color: #000;
}
#footer #footer-menu {
	position: absolute;
	left: 162px;
	top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#footer #footer-menu a {
	display: inline-block;
	height: 18px;
	padding-top: 2px;
	color: #000;
}
#footer #footer-menu a:hover, #footer #footer-menu a.active {
	color: #fff;
	background-color: #000;
}
#footer #search-box {
	display: inline;
	margin: 0 12px;
	position:relative;
	top: 1px;
}
#footer #search-box .text {
	width: 112px;
	height: 16px;
}
#footer #search-box .submit {
	display: none;
}
#footer #search-box #q {
	padding-left: 26px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}
#footer #search-box img {
	position: absolute;
	top: 1px;
	left: 11px;
}



form#login div {
	clear: left;
}
form#login input {
	width: 100px;
	margin-left: 100px;
	display: block;
}
form#login input.submit {
	margin-left: 110px;
}
form#login label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}



.login-info {
	position: absolute;
	right: 200px;
	top: 162px;
	font-size: 11px;
	color: #6e685d;
	text-align: right;
}

.error {
	color: #c00;
	margin: 10px 0;
	width: 300px;
}
