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

/* Page Parts --------------------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: url(../img/body_bg.gif) fixed center center;
	background: none #fff;
	text-align: center;
}
div#siteframe {
	width: 980px;
	margin: 40px auto 50px;
	padding: 0;
	background: url(../img/siteframe_bg.png) repeat-y center center;
	text-align: left;
	box-shadow: 0 0 18px #333;
}
div#contentframe {
	margin: 0;
	padding: 0;
	background: transparent none;
}
div#navigation {
	float: left;
	display: inline;
	width: 224px;
	margin: 0;
	padding: 0 0 30px 0;
	color: #fff;
}
div#content {
	float: left;
	display: inline;
	width: 490px;
	height: 330px;
	margin: -3px 0 30px 20px;
	padding: 0;
}
div#content[id] { /* IE hack for min-height */
	height: auto;
	min-height: 330px;
}
div#content_right {
	width: 180px;
	float: right;
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 20px 30px 0;
}
div#members_login {
	border-top: 4px solid #fff;
	padding: 13px 17px 17px;
	background: url(../img/members_login_stripe.gif) no-repeat center bottom #eaa6ac;
}
div#members_login a {
	color: #545454;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
div#members_login a:hover {
	color: #333;
}
div#portlet_member_panel {
	padding: 13px 17px 17px 17px;
}
div#portlet_member_panel .portlet-title {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
div#portlet_member_panel .logged_in_as {
	margin: 0 0 5px 0;
}
div#portlet_member_panel .member-panel-my-settings {
	display: none;
}
div#portlet_member_panel a {
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	color: #545454;
}
div#portlet_member_panel a:hover {
	text-decoration: none;
	color: #e70000;
}


/* BG ----------------------------------------------------------------------------------- */
div#bg,
div.homeslide {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -1;
}
div#bg img,
div.homeslide img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}


/* Header ------------------------------------------------------------------------------- */
div#header_wrap {
	background: url(../img/header_stripe.gif) center center;
	padding: 0 0 5px;
}
div#header {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	height: 233px;
}
div#header div#logo {
	float: left;
	display: inline;
	margin: 20px 0 0 17px;
	padding: 0;
}
div#header div#meta {
	float: right;
	display: inline;
	margin: 0;
	padding: 0;
	width: 650px;
}
div#header div#metanavigation {
	text-align: right;
	margin: 24px 0 5px 0;
	padding: 0;
}
div#header div#language {
	text-align: right;
	margin: 0;
	padding: 0;
}


/* Footer ------------------------------------------------------------------------------- */
div#footer {
	width: 982px;
	margin: 0 auto;
	padding: 10px 0;
	color: #666;
	background: transparent url(../img/bg_footer.png) no-repeat center top;
	font-size: 11px;
}
div#footer a {
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
div#footer a:hover {
	text-decoration: underline;
}
div.indual {
	display: none;
}


/* Additional stuff --------------------------------------------------------------------- */
div#siteframe div.picture a {
	padding: 0;
	border: 0;
}
div#content div.pictures.standard {
	width: 500px;
	margin: 15px -10px 10px 0;
}
div#content div.picture {
	margin: 1px 1px 0 0;
}
div#contentframe div.gallery {
	width: 495px;
}
div.message {
	background: #eaa6ac;
	border-color: #e70000;
	color: #000;
}
div.breadcrumb {
	padding: 21px 0 30px;
}
div.breadcrumb,
div#content div.breadcrumb a {
	color: #545454;
	font-weight: normal;
	font-style: italic;
}
div#content div.breadcrumb a:hover {
	color: #e70000;
}
div.breadcrumb span.you_are_here {
	display: none;
}
div#contentframe div.resource_container {
	margin: 0 5px 5px 0;
	padding: 0;
}
div#content div.documents {
	border: none;
	background: transparent none;
	margin: 10px 0 0 0;
	padding: 0;
}
div#contentframe div#content div.login_form a {
	display: none;
}

/* @group cookie banner */

#privacy_banner {
	position: fixed;
    bottom: 0;
    background: rgba(227, 0, 27, 1);
    width: 100%;
	z-index: 99999;
}
#privacy_banner_inner {
	max-width: 990px;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
	padding: 20px 0;
    box-sizing: border-box;
    position: relative;
}
#privacy_description {
    padding-right: 170px;
	margin-left: 5px;
	text-align: left;
}
#privacy_banner #privacy_banner_inner a {
    text-decoration: underline;
    color: #fff;
}
#privacy_banner #privacy_banner_inner a:hover {
	color: #fff;
}
#privacy_banner #privacy_banner_inner .button {
	float: right;
	color: #e3001b;
	text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
    padding: 4px 10px 4px;
    top: 43%;
    margin-top: -14px;
    right: 5px;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    text-decoration: none;
}
#privacy_banner #privacy_banner_inner .button:hover,
#privacy_banner #privacy_banner_inner .button:hover .fa-check:before {
	color: #000;
}
#privacy_banner #privacy_banner_inner .fa-check:before {
	color: #e3001b;
}
@media screen and (max-width: 1000px) {
	#privacy_banner_inner {
		padding: 15px;
	}
	#privacy_banner #privacy_banner_inner .button {
		right: 15px;
	}
}
@media screen and (max-width: 900px) {

	#privacy_banner_inner {
		font-size: 11px;
		line-height: 19px;
	}
}
@media screen and (max-width: 600px) {
	#privacy_description {
		width: 100%;
	}
	#privacy_banner #privacy_banner_inner .button {
		float: right;
		position: unset;
		margin-bottom: 15px;
	}
}

/* @end */
