@charset "utf-8";

/* ################################################################################################### Basics */

a { color: #444; }
.cb { clear: both; }
div.error {
	margin: 0 0 12px;
	color: #a91f14;
	font-weight: bold;
	}

/* ################################################################################################### Interface */

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #696969;
	background: #cecbc7 url(../img/bg_body.png) repeat-x 50% 0;
	text-align: center;
	}
#container {
	margin: 0 auto;
	width: 840px;
	text-align: left;
	}
	#header {
		margin: 0;
		padding: 0;
		width: 840px;
		height: 129px;
		background: url(../img/bg_header.png) no-repeat 0 0;
		}
		#header h1 {
			margin: 0;
			padding: 0;
			}
			#header h1 a {
				display: block;
				position: absolute;
				top: 42px;
				margin: 0;
				width: 422px;
				height: 51px;
				}
				#header h1 a span { display: none; }
		#user {
			position: absolute;
			width: 400px;
			top: 130px;
			margin-left: 420px;
			text-align: right;
			}
			#ie #user_username {
				position: relative;
				top: -4px;
				padding-right: 3px;
				}
			#user button { font-size: 12px; }
	#content {
		background: #fff;
		padding: 40px 20px 1px;
		width: 800px;
		min-height: 200px;
		}
		#breadcrumb {
			margin: 0 0 12px;
			padding: 0 0 3px;
			border-bottom: 1px solid #cbcbcb;
			color: #aaa;
			}
			#breadcrumb a {
				text-decoration: none;
				color: #cbcbcb;
				}
				#breadcrumb a:hover { color: #cbcbcb; }
			#breadcrumb span {
				color: #cbcbcb;
				padding: 0 5px;
				}
		#message { margin: 0 0 12px; }
			#message.error {
				font-weight: bold;
				color: #a91f14;
				}
	#footer {
		clear: both;
		padding: 30px 0 50px;
		color: #696969;
		text-align: center;
		font-size: 11px;
		height: 12px;
		background: url(../img/bg_footer.png) no-repeat 50% 0;
		}
		#footer a {
			color: #696969;
			text-decoration: none;
			}
			#footer a:hover { text-decoration: underline; }

/* ################################################################################################### Layout */

.twocol.one-one {}
	.twocol.one-one #primary, 
	.twocol.one-one #secondary { width: 390px; }

/* ################################################################################################### Page-specifics */

#home {}
	#home #primary {}
		#home td.hotel {
			}
			#home .hotel .photo { float: right; }
				#home .hotel .photo img {
					display: block;
					padding: 4px;
					background: #fff;
					border: 1px solid #cbcbcb;
					margin: 0 0 12px 12px;
					}
				#home .hotel .description {}
				#home .hotel .stats {
					border-top: 1px solid #cbcbcb;
					padding: 10px;
					font-size: 11px;
					line-height: 16px;
					}
		#home button {
			margin: 0 0 12px;
			}
