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


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

#my-body {
	background: url(img/background.png);
}

/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #333399;
	margin-bottom: 1px;
}
h1 {
	color: #333399;
	padding-bottom: 10px;
}
h2 {
	color: #333399;
}
hr {
	height: 1px;
	border: 1px solid #333399;
}
/*******************************************************************************/

#container {
	width: 950px;
	text-align: left;
}

.site-name {
	color: #353190;
	font-size: 250%;
	position: absolute;
	top: 108px;
	left: 213px;
	float: left;
}

/************************************ Basic ************************************/
#site {
	width: 100%;
	overflow: visible;
	text-align: left;
}

#top {
	background: url(img/top.jpg) no-repeat;
	height: 145px;
}

#header {
	height: 50px;
	width: 880px;
	vertical-align: top;
}

#bar-top,
#bar-bottom {
	background: #353190;
	height: 25px;
	padding: 0px 10px 0px 10px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#bar-bottom {
	color: white;
}

#logo {
	margin: 5px;
	background: url(img/logo.png) no-repeat;
	height: 131px;
	width: 200px;
}

#left-column {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	background: #f38e4b;
	width: 200px;
}

#right-column {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 200px;
	background: #f38e4b;
}

#document-column {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.spacer-column {
	width: 5px;
}

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


/*********************************** Navigation ********************************/

.my-navigation {
	float: right;
	width: 200px;
}

.navigation {
	margin: 50px 0px 50px 50px;
	line-height: 14px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	color: #353190;
}
.navigation li.current a {
	font-weight: bolder;
	color: white;
	padding-top: 5px;
}
.navigation li.current a:hover {
	font-weight: bolder;
}
.navigation li a:hover {
	font-weight: normal;
	color: white;
}


.navigation li.level0 {
	margin-top: 5px;
	font-size: 110%;
}


.navigation li.level0 a {
	margin-left: 0px;
	font-size: 110%;
}
.navigation li.level1 a {
	margin-left: 10px;
	font-size: 105%;
}
.navigation li.level2 a {
	font-size: 100%;
}

#nav-63,
#nav-69,
#nav-28,
#nav-41 {
	margin-top: 15px;
}

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


/************************************ Content **********************************/
.content {
	margin: 5px 20px 5px 5px;
	height: 360px;
}


/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 360px;
}

.content a:hover {
	text-decoration: none;
	color: #F48000;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	line-height: 16px;
	margin-left: 20px;
}

.portlet h1 {
	color: black;
	border-bottom: 1px solid #333399;
}

#portlet-language-switcher {
	float: right;
	display: inline;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

#portlet-language-switcher h1 {
	display: none;
}
#portlet-language-switcher a {
	display: inline;
	color: white;
	margin-right: 0px;
	margin-left: 5px;
}

#portlet-page-tools {
	float: right;
	padding: 0px;
	margin: 0px;
	line-height: 25px;
}

#portlet-page-tools h1 {
	display: none;
}

#portlet-page-tools a {
	display: inline;
	color: white;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
}

#portlet-diashow h1 {
	display: none;
}
#portlet-diashow {
	margin: 0px;
	padding: 0px;
}
#portlet-diashow .portlet-content {
	margin: 0px;
	padding: 0px;
}


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


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

.float_right {
	padding-right: 10px;
}

/***** Powered By *****/
.powered_by {
	clear: left;
	margin-top: 5px;
	font-size: 85%;
	display: block;
	text-align: center;
}
.powered_by a {
	font-size: 100%;
}
.standards {
	clear: left;
	margin-top: 3px;
	display: block;
	text-align: center;
}
/*******************************************************************************/
