/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2013 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

html {
	min-height: 100%;
}
body {
	background: url(../img/body_bg.png) no-repeat center 95% #fff;
	min-height: 100%;
	border-top: 5px solid #faf4e8;
	color: #624a18;
	font: 400 16px/22px 'Titillium Web', Arial, sans-serif;
}
.page {
	max-width: 990px;
	margin: 0 auto;
	padding: 30px 10px 15px;
}
.sidebar {
	overflow: hidden;
	text-align: right;
	padding: 2px 40px 20px 0;
}
.content {
	float: right;
	max-width: 700px;
	width: 100%;
}

/* ---------- Header ---------- */
header {
	padding: 0 0 30px;
}
header .logo {
	padding-top: 6px;
}
header .login {
	float: right;
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 1px 0 0 15px;
	background: url(../img/icon_lock.png) no-repeat left center;
	font: 600 14px/22px 'Titillium Web', Arial, sans-serif;
}
header .meta_wrap {
	float: right;
	clear: both;
	margin: 0 0 36px;
}

/* ---------- Footer ---------- */
footer {
	margin: 25px 0 0;
	padding: 8px 0 0;
	border-top: 1px solid #b0a48b;
}
footer span {
	display: none;
}
footer .imprint {
	float: right;
}
footer,
footer a {
	font-size: 12px;
	line-height: normal;
	color: #b0a48b;
	text-decoration: none;
	text-transform: uppercase;
}
footer a:hover,
footer a.current {
	text-decoration: underline;
}

/* ---------- Resources ---------- */
.resource_description,
.resource_subtitle {
	display: none !important;
}
.resource_container.pictures,
.resource_container.documents,
.resource.picture,
a.resource_link {
	border: 0;
	margin: 0;
	padding: 0;
}
.resource.picture {
	float: none;
}
.resource.picture * {
	display: block;
	line-height: 0;
}
.resource_container.documents {
	margin: 10px 0 0;
}

/* --- Content --- */
div.content_pictures {
	float: none;
	overflow: hidden;
	margin: 0 0 10px !important;
}
div.content_pictures .resource.picture {
	float: left;
	width: 100px;
	height: 59px;
	clear: none;
	overflow: hidden;
	margin: 0 0 20px 20px;
}
div.content_pictures .resource.picture_0 {
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 20px;
}
div.content_pictures .picture img {
	width: 100%;
	height: auto;
}

div.content_pictures .picture {
	display: none;
}
div.content_pictures .picture_0,
div.content_pictures .picture_1,
div.content_pictures .picture_2,
div.content_pictures .picture_3,
div.content_pictures .picture_4,
div.content_pictures .picture_5,
div.content_pictures .picture_6,
div.content_pictures .picture_7,
div.content_pictures .picture_8 {
	display: block;
}

/* ---------- Additional stuff ---------- */
::selection {
	background: #f6ecd8;
}
::-moz-selection {
	background: #f6ecd8;
}
div.message {
	margin: 5px 0 15px;
	background: #624a18;
	color: #fff;
	padding: 6px 10px;
	border-radius: 5px;
	border: 0;
	letter-spacing: 0.5px;
}
.uppercase {
	text-transform: uppercase;
}
.font14 {
	font-size: 14px;
	line-height: normal;
}
