/********************************************************************************
* phpComasy, Content Management System                                          *
* http://www.phpcomasy.org                                                      *
*                                                                               *
* Copyright (c) 2005 - 2006 Emanuel Zuber (www.noreality.ch)                    *
*                                                                               *
* Released under the GNU General Public License                                 *
********************************************************************************/


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



/************************************ Basic ************************************/
.grid {
	margin-top: 10px;
}

.grid-top {
	width: 930px;
	height: 15px;
	background: #B5E1F5 url(img/top.gif) no-repeat;
}

.grid-content {
	background: #B5E1F5;
	text-align: center;
}

.grid-bottom {
	width: 930px;
	height: 15px;
	background: #B5E1F5 url(img/bottom.gif) no-repeat;
}

/***** Header *****/
.header {
	background: url(img/header.jpg) no-repeat;
	height: 130px;
	width: 900px;
	text-align: right;
	vertical-align: top;
}

/***** Left column *****/
.left {
	background: #0090E3 url(img/side_left.png) top left no-repeat;
	padding: 0px;
	margin: 0px;
	width: 150px;
}

/***** Right column *****/
.right {
	padding: 1px 0px 0px 0px;
	margin: 0px;
	width: 150px;
	background: #3FB8ED url(img/side.png) bottom left no-repeat;
}
/***** Body column *****/
.body {
	padding: 0px 10px 10px 10px;
	width: 580px;
	height: 440px;
	text-align: left;
	border: 1px solid #0070B0;
}
/***** Site *****/
.site {
	text-align: left;
	border: 1px solid #0070B0;
	background: white;
}
.footer {
	text-align: center;
	background: #0090E3;
	color: white;
	line-height: 17px;
}
.footer a {
	color: white;
	text-decoration: none;
}
/*******************************************************************************/


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

/**** navigation ***/
.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}
.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	color: white;
	display: block;
	padding-left: 5px;
}
.navigation li.current a {
	font-weight: bolder;
	color: white;
}
.navigation li a:hover  {
	color: #F67E03;
}

.navigation li.level0 a {
	margin: 1px 0px 0px 0px;
}
.navigation li.level0.current a,
.navigation li.level0 a:hover {
	margin-left: 0px;
	font-size: 100%;
	color: #0090E3;
	background: #B5E1F5;
}
.navigation li.level0 a:hover {
	font-weight: normal;
}
.navigation li.level0.current a {
	font-weight: bolder;
}

.navigation li.level1 a {
	border-left: 5px solid #B5E1F5;
	border-bottom: 1px solid #B5E1F5;
	padding-left: 10px;
	margin: 0px 0px 0px 6px;
	font-size: 100%;
}
.navigation li.level2 a {
	margin-left: 25px;
	font-size: 90%;
}
.navigation li.level3 a {
	margin-left: 35px;
	font-size: 80%;
}
.navigation li.level4 a {
	margin-left: 45px;
	font-size: 70%;
}


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


/************************************ Content **********************************/
.content a:hover {
	text-decoration: none;
	color: #F48000;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}
.content {
	line-height: 18px;
}

.content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content li {
	margin: 0px 0px 0px 17px;
}

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


/************************************ Portlets *********************************/
.portlet {
	background: #B5E1F5;
	padding: 5px;
	margin: 0px 5px 5px 5px;
	line-height: 15px;
}

.portlet h1 {
	border-bottom: 1px solid #F48000;
	margin-bottom: 4px;
	padding-bottom: 1px;
	color: #0090E3;
}
.portlet input {
	width: 120px;
}
#portlet-language-switcher a {
	text-transform: uppercase;
}

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


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

/***** Box *****/
.box {
	border: 1px solid #0099DF;
	background: #B5E1F5;
	color: black;
	padding: 4px;
}
.box a {
	text-decoration: none;
}



* html li a  {
	height: 100%;
} 

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