/*
	This website is powered by indual
	Copyright (c) 2009 indual GmbH (www.indual.ch)                        
*/


/* BASIC ----------------------------------------------------------------------- */
/* Page Parts ------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font: 12px/18px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
	background: #e3e3e3 none;
	text-align: center;
}
div#siteframe {
	width: 925px;
	margin: 0 auto;
	padding: 0;
	background: #0094ab url(../img/bg_siteframe.gif) repeat-y left top;
	text-align: left;
}
div#contentframe {
	margin: 0 15px;
	padding: 5px 0 5px 0;
	background: #fff none;
}
div#subnavigation,
div#maincontent,
div#additionalcontent {
	float: left;
	display: inline;
	text-align: left;
	margin: 0;
	padding: 0;
}
div#subnavigation {
	background: transparent none;
	width: 215px;
	margin: 0 0 0 5px;
}
div#maincontent {
	height: 330px;
	width: 445px;
	margin: 0 0 0 5px;
}
div#maincontent[id] { /* IE hack for min-height */
  height: auto;
  min-height: 330px;
}
div#additionalcontent {
	width: 215px;
	float: right;
	margin: 0 5px 0 0;
	line-height: 16px;
}

/* Header ---------------------------------------------------------------------- */
div#header {
	background: transparent none;
	margin: 0;
	padding: 10px 0 0 15px;
	color: #eee;
	font-size: 11px;
}
div#header div#roof {
  margin: 0;
  padding: 0;
}
div#header div#metanavigation,
div#header div#switch_language {
	float: left;
	display: inline;
	width: 340px;
	text-align: left;
	margin: 0;
	padding: 0;
}
div#header div#switch_language {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0 15px 0 0;
}
div#header div#logo {
	float: left;
	display: inline;
	width: 197px;
	height: 60px;
	margin: 5px 0 0 0;
	padding: 0;
}
div#header div#header_image {
	width: 905px;
	height: 300px;
	margin: 0 0 0 -5px;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Footer ---------------------------------------------------------------------- */
div#footer {
	width: 925px;
	background: transparent url(../img/bg_footer.gif) no-repeat left top;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 15px 0;
}
div#footer div.left,
div#footer div.right {
	margin: 0 10px;
}
div#footer span {
	display: none;
}
div#footer a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

/* Portlets -------------------------------------------------------------------- */
div.portlet {
	padding: 5px;
	margin: 0 0 5px 0;
	background: #eee none;
}
div#mod_portlet_quicklinks u,
div#mod_portlet_quicklinks u:hover {
	cursor: -moz-grab;
}
div.portlet_quicklinks h1 {
	display: none;
}
div.portlet_quicklinks,
div.portlet_quicklinks div.portlet-content,
div#portlet_language_switcher,
div#portlet_language_switcher div.portlet-content {
	margin: 0;
	padding: 0;
	background: transparent none;
}
div#portlet_language_switcher h1 {
	display: none;
}
div#portlet_language_switcher .portlet-content,
div#switch_language .portlet {
	margin: 0;
	padding: 0;
}

/* Admin Panel ----------------------------------------------------------------- */
.administration {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #fff;
	border: none;
}
.admin_part {
	background: #f3f7ce none;
	color: #717d01;
}
.administration a {
	color: #717d01;
}
.administration a:hover {
	color: #000;
}
.administration h1,
.administration h2 {
	background: #b7cb00 none;
}
.administration h1:hover{
	background-color: #717d01;
}

/* phpComasy Stuff ------------------------------------------------------------- */
div.documents {
  background: #fff none;
  border: 1px solid #ddd;
  padding: 0 5px 5px 5px;
  margin: 15px 0 0 0;
}
div.documents legend {
  text-transform: uppercase;
}
div.documents h2 {
	font-size: 14px;
}
div#video {
	text-align:center;
	background:#eee none;
}
div.page_123 {
	margin:15px 0;
	text-transform:uppercase;
	float:none;
	clear:both;
	padding:0 5px;
	color:#444;
	font-size:12px;
	height:20px;
}
div.page_123 span {
	font-weight:bold;
}
div.message {
  background: #f6c7c7 none;
  color: #c00;
  border: 1px solid #c00;
}
div.message img {
  display: none;
}

/* Additional Stuff ------------------------------------------------------------ */
.cf {
	float:none;
	clear:both;
	line-height:0;
	width:1px;
	margin:0;
	padding:0;
	font-size:0;
	height:0;
}
div.left,
div.right {
	float: left;
	display: inline;
}
div.right {
	float: right;
}
hr {
	display: none;
}
