/**********************************************************************************
* 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)  *
**********************************************************************************/


/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.org *****/


/********************************* General styles ******************************/
input, select, textarea {
	border: 1px solid #333333;
	margin-bottom: 1px;
}
h1 {
	color: black;
}
h2 {
	color: black;
}
#my-body {
	background: #EFEFEF;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 100%;
	text-align: left;
}

#header {
	background-image: url(img/header2.jpg);
	background-repeat: no-repeat;
	background-color: rgb(0,0,0);
	width: 900px;
	height: 204px;
	vertical-align:top;
}

#header img {
	position: relative;
	float:left;
	top: 0px;
	left: 0px;
}

#header-title {
	color: white;
	font-size: 380%;
	position: relative;
	left: 0px;
	top: 55px;
}
#header-subtitle {
	color: white;
	font-size: 120%;
	position: relative;
	left: 50px;
	margin-right:50px;
	top: 55px;
}

#header-bar {
	position: relative;
	padding: 4px;
	text-align: right;
	top: 100px;

}

#header-bar a {
	color: white;
	text-decoration: none;
}

.header-left {
	background: #E0E0DF url(img/header-left.gif) right repeat-y;
}
.header-right {
	background: #E0E0DF url(img/header-right.gif) repeat-y;
}

.document-left {
	background: #EFEFEF url(img/document-left.gif) right repeat-y;
}
.document-right {
	background: #EFEFEF url(img/document-right.gif) repeat-y;
}

#header-breadcrumb {
	background: #008ce1;
	height: 22px;
	color: white;
	font-weight: bolder;
	text-align: center;
}

#footer {
	background: url(img/footer.gif) repeat-x;
	height: 22px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 170px;
}
.footer-left {
	background: url(img/footer_left.gif) top right no-repeat;
}
.footer-right {
	background: url(img/footer_right.gif) top left no-repeat;
}

#left-column {
	vertical-align: top;
	background-image: url(img/navigation.png);
	background-repeat: no-repeat;
	background-color: black;
	width: 197px;
}

#document-column {
	vertical-align: top;
	width: 703px;
	text-align: left;
	background-image: url(img/body.png);
	background-repeat: no-repeat;
	background-color: white;
}

#right-column {
	vertical-align: top;
	background-image: url(img/rs.jpg);
	background-repeat: no-repeat;
	background-color: black;
	width: 5px;

    
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 5px 3px 5px;
}

.navigation li.current a {
	background-color: none;
	background-image: url(img/navigation_m.png);
	color: yellow;
}

/*******************************************************************************/


/************************************ Content **********************************/
#content {
	padding: 10px 60px 20px 40px;
	line-height: 16px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: none;
	color: #000099;
}
#content a:hover {
	text-decoration: none;
	color: #990000;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/

#portlet-language-switcher {
	margin: 0px 0px 0px 0px;
	padding: 4px;

}

.portlet h1 {
	display:none;
}

.portlet img {
	padding: 2px;
}

/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/
