/**********************************************************************************
* phpComasy, Open Source Web Content Management System                            *
* http://www.phpcomasy.org                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2006 neflexis gmbh (http://www.neflexis.ch)                *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.message {
	position: absolute;
}

input, select, textarea {
	border: 1px solid #9a9a99;
	margin-bottom: 1px;
}
h1 {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	color: #006bac;
}
h2 {
	color: #008ce1;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}

#my-body {
	background: #666633;
}


#home {
	float: right;
	width: 240px;
	height: 132px;
	background: transparent;
	text-decoration: none !important;
}


.module_admin {
	position: absolute;
	top: 90px;
	z-index: 10;
	border: none;
}
.module_admin a {
	background: white;
}

/*******************************************************************************/


/************************************ Basic ************************************/

#center {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	margin-top: -290px;
}

#header {
	width: 768px;
	height: 133px;
	background: #9a9a99 url(img/logo.jpg) 528px 0px no-repeat;
}
#header h1 {
	padding-top: 36px;
	margin-left: 144px;
}
#container {
	text-align: left;
	width: 768px;
	height: 570px;
	background: white;
	margin-left: auto;
	margin-right: auto;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
#root-navigation {
  float: left;
	margin-left: 48px;
	width: 96px;
	height: 228px;
}
.root-navigation {
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}
.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.root-navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: black !important;
	padding-left: 18px;
	font-weight: bolder;
	display: block;
}
.root-navigation li.current a,
.root-navigation li a:hover {
	background: #ff6600;
}





#navigation {
	float: left;
	left: 144px;
	width: 384px;
	line-height: 19px;
	height: 19px;
}

.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 19px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 96px;
	text-align: center;
	float: left;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px !important;
	margin: 0px !important;
	width: 96px;
	background: white;
	color: #9a9a99 !important;
}

.navigation li.current a,
.navigation li a:hover {
	color: white !important;
	background: #9a9a99;
	font-weight: bold;
}

.navigation li.level0 {
	display: none;
}
.navigation li.level1 {
	margin: 0px !important;
	font-size: 100%;
}

/*******************************************************************************/


/************************************ Content **********************************/
#content {
	float: left;
	background: white url(img/bg_content.gif) no-repeat;
	width: 384px;
	height: 304px;
}

#content[id] {
	height: auto;
	min-height: 304px;
}

#content-inline,
.module_content {
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	color: white;
	line-height: 18px;
}

#info {
	float: left;
	background: #9a9a99;
	width: 152px;
	height: 94px;
	line-height: 17px;
	text-align: right;
	padding: 10px 20px 10px 20px;
	color: #343433;
}
#info a {
	color: #343433;
}


.module_content {
	height: 94px;
}

#module_pictures {
	background: white;
	height: 192px;
}

#module_hover_portlet {
	float: right;
	margin-right: -192px;
	left: 384px;
	width: 192px;
}


#info-bottom-right {
	float: right;
	margin-right: -192px;
	margin-top: 114px;
	left: 384px;
	width: 192px;
}

#module_hover_portlet img {
	height: 192px;
	width: 192px;
}

#module_hover_portlet h1 {
	margin: 0px;
	padding-top: 17px;
	padding-bottom: 4px;
	color: #ff6600;
	font-size: 100%;
	font-weight: bold;
}

#module_hover_portlet .comment {
	color: #343433;
}


/*******************************************************************************/


/******************************** Additional stuff *****************************/

/*******************************************************************************/

