/**********************************************************************************
* 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 #0099DF;
	margin-bottom: 1px;
}
h1 {
	color: #0099DF;
}
h2 {
	color: #0099DF;
}
hr {
	height: 1px;
	border: 1px solid #0099DF;
}
/*******************************************************************************/



/************************************ Basic ************************************/
/***** Header *****/
.header {
	background: url(img/header.jpg) no-repeat;
	height: 134px;
	width: 1024px;
	text-align: right;
	vertical-align: top;
}
/***** Left column *****/
.left {
	background: white;
	/*****border-right: 1px solid #0099DF; *****/
	padding: 4px;
	width: 160px;
	border-left: 1px solid #0099DF;
}

/***** Right column *****/
.right {
	padding-left: 0px;
	background: white url(img/right.jpg) no-repeat;
	width: 141px;
	border-right: 1px solid #0099DF;
}
/***** Body column *****/
.body {
	padding: 5px;
	width: 100%;
	text-align: left;
}
/***** Site *****/
.site {
	margin-top: 10px;
	text-align: left;
	
	border-bottom: 1px solid #0099DF;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation.current a,
.navigation a:hover {
	color: #0099DF;
}
/*******************************************************************************/


/************************************ Content **********************************/
.content a:hover {
	text-decoration: none;
	color: #F48000;
}
.title {
	margin-top: 5px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet h1 {
	color: black;
	border-bottom: 1px solid #0099DF;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
/***** Powered By *****/
.powered_by {
	font-size: 85%;
}
.powered_by a {
	font-size: 100%;
}

/***** Standards *****/
.standards {
	margin-top: 3px;
}

/***** Box *****/
.box {
	border: 1px solid #0099DF;
	background: #58BCF0;
	color: black;
	padding: 4px;
}
/*******************************************************************************/
.rahmenunten {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}


