/**********************************************************************************
* 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: #55bb00;
}
h2 {
	color: #55bb00;
}
hr {
	height: 1px;
	border: 1px solid #0099DF;
}
/*******************************************************************************/



/************************************ Basic ************************************/
/***** Header *****/
.header {
	background: url(img/header.jpg) no-repeat;
	height: 140px;
	width: 900px;
	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: 8px;
	background: white url(img/right.jpg) no-repeat;
	width: 152px;
	border-right: 1px solid #0099DF;
}
/***** Body column *****/
body {
	background: url(img/tausta.jpg) no-repeat center #ff8800;
}
/***** Site *****/
.site {
	margin-top: 10px;
	text-align: left;
	
	border-bottom: 1px solid #0099DF;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation {
	padding: 3px:
}
.navigation li {
	display: inline;
	margin-right: 5px;
}
.navigation li a {
	color: blue;
}
.navigation li.current a {
	color: green;
	background: #eeeeee;
}
.navigation li a:hover {
	color: #ee2222;
}
.navigation li.level0 {
	display: none; 
}
.navigation li.level0 a {
	margin-left: 0px;
	font-weight: bold;
}
.navigation li.level1 a {
	margin-left: 3px;
	font-weight: bold;
}
.root-navigation {
	padding: 0px;
}
.root-navigation li {
	display: inline;
	margin-right: 5px;
	margin-left: 3px;
	font-weight: bold;
}
.root-navigation li.level0 {
	margin-left: 3px;
	font-weight: bold;
}
.root-navigation li a {
	color: blue;
	font-weight: bold;
}
.root-navigation li.current a {
	color: green;
	background: #ee8822;
}
.root-navigation li a:hover {
	color: #ee2222;
}
/*******************************************************************************/


/************************************ Content **********************************/

.content {
	width: 540px;
	height: 400px;
	overflow: auto;
	padding: 3px;
}
.content a {
	text-decoration: none;
	color: #6666ff;
}
.content a:hover {
	text-decoration: none;
	color: #ee2222;
}
.title {
	margin-top: 5px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}
/*******************************************************************************/


/************************************ Tags **********************************/

.taglink1 a {
	text-decoration: none;
	color: #339933;
}
.taglink1 a:hover {
	text-decoration: none;
	color: #cc3300;
	background: white;
}
.taglink2 a {
	text-decoration: none;
	color: #993366;
}
.taglink2 a:hover {
	text-decoration: none;
	color: #cc3300;
	background: white;
}
.taglink3 a {
	text-decoration: none;
	color: #66cc33;
}
.taglink3 a:hover {
	text-decoration: none;
	color: #cc3300;
	background: white;
}
.taglink4 a {
	text-decoration: none;
	color: #3366cc;
}
.taglink4 a:hover {
	text-decoration: none;
	color: #cc3300;
	background: white;
}
.tag1 {
	font-size: 14px;
	line-height: 16px;
	color: #339933;
}
.tag2 {
	font-size: 18px;
	line-height: 20px;
	color: #993366;
}

.tag3 {
	font-size: 20px;
	line-height: 22px;
	color: #66cc33;
}
.tag4 {
	font-size: 22px;
	line-height: 24px;
	color: #3366cc;
}
.tag5 {
	font-size: 26px;
	line-height: 28px;
	color: #993366;
}
/*******************************************************************************/


/************************************ 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;
}
/*******************************************************************************/