/**********************************************************************************
* 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)  *
**********************************************************************************/

body {
	background: none transparent;
}
div#siteframe {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none transparent;
	min-height: 100%;
	box-shadow: none;
	top: 0 !important;
}
div#header_wrap {
	background: url(../../img/homepage_header_full.png) repeat-x center top transparent;
	padding: 0 0 165px;
}
div#header {
	width: 980px;
	margin: 0 auto;
	height: 124px;
	background: none #fff !important;
}
div#header div#portlet_language_switcher {
	margin-top: 20px;
}
div#contentframe {
	width: 980px;
	margin: 0 auto;
}

div#content,
div#content_right {
	display: none;
}


/* Navigation --------------------------------------------------------------------------- */
div#navigation {
	background: #fff;
	margin-top: -46px;
	margin-left: -3px;
	box-shadow: 0 0 15px #333;
	padding-bottom: 7px;
	behavior: url(templates/kkjpd/css/hacks/PIE.htc);
	position: relative;
	z-index: 70;
}
div#navigation div#members_login {
	background: url(../../img/homepage_members_login.png) no-repeat center bottom #e3001b;
	border: 0;
	padding: 12px 13px 15px 20px;
}
div#navigation div#members_login a {
	color: #fff;
	letter-spacing: 0.2px;
}
div#portlet_member_panel {
	padding: 12px 13px 15px 20px;
}