/*
 * Import
 */

@import "apartments.css";
@import "contact.css";
@import "convivial.css";
@import "description.css";
@import "home.css";
@import "parking.css";
@import "situation.css";

/*
 * Global
 */

body {
	font-family: Arial, 'Nimbus Sans L', 'DejaVu Sans';
	background: #9c9d9f;
	font-size: 12px;
	padding: 15px;
	margin: 0;
}

a,
a:focus,
a:active,
a:visited,
a:hover {
	-moz-outline: 0 !important; /* Disabled outline doddet line with gecko */
	outline: 0;
	border: 0;
}

/* Webkit */
textarea, input[type="text"] {
	outline: 0;
}

body > div.content {
	background: url(../img/content.png);
	margin: 20px auto 0 auto;
	width: 908px;
	height: 724px;
}

body > div.content > div.banner,
body > div.content > div.menu,
body > div.content > div.page {
	margin-left: 6px;
	width: 890px;
}

body > div.content > div.banner {
	background: url(../img/banner.png) left bottom no-repeat;
	height: 159px;
}

body > div.content > div.banner a {
	display: block;
	width: 890px;
	height: 159px;
}

/*
 * Menu
 */

body > div.content > div.menu {
	background: url(../img/menu.png) repeat-x;
	height: 37px;
}

body > div.content > div.menu a {
	text-decoration: none;
	font-weight: bold;
	margin: 8px 0 0 15px;
	color: #e42b2a;
	float: left;
}

body > div.content > div.menu a.right {
	margin-right: 15px;
	float: right;
}

body > div.content > div.menu a:hover 		{ color: #ac2928; }
body > div.content > div.menu a.selected 	{ color: #646466; }

/*
 * Page
 */

body > div.content > div.page { height: 515px; }

body > div.content > div.page > div.left {
	background: url(../img/page-left.jpg);
	width: 234px;
	height: 516px;
	float: left;
}

body > div.content > div.page > div.left > div.image {
	margin: 25px 0 0 14px;
	width: 220px;
	height: 490px;
	float: left;
}

/*
 * Footer
 */

body > div.content > div.page > div.footer {
	background: url(../img/page-footer.png) top repeat-x;
	position: absolute;
	margin: 487px 0 0 234px;
	z-index: 1;
	width: 661px;
	height: 34px;
}

body > div.content > div.page > div.footer > h1 {
	margin: -28px 0 0 20px;
	font-weight: bold;
	font-size: 30px;
	display: block;
	color: #e42b2a;
	z-index: 3;
	float: left;
}

body > div.content > div.page > div.footer > h2 {
	margin: -28px 0 0 10px;
	font-size: 30px;
	color: #646466;
	float: left;
}

body > div.content > div.page > div.footer > a {
	margin-top: 9px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	float: right;
	cursor: pointer;
}

body > div.content > div.page > div.footer > a:hover { text-decoration: underline; }

body > div.content > div.page > div.footer > a span { display: block; }

body > div.content > div.page > div.footer > a span.text { float: left; }

body > div.content > div.page > div.footer > a span.icon {
	background: url(../img/pdf.png);
	margin: -29px 20px 0 0;
	font-weight: bold;
	display: block;
	width: 50px;
	height: 50px;
	float: right;
}

