/**********************************************************************************
* 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 #F1B958;
	margin-bottom: 1px;
}
h1 {
	color: #854225;
}
h2 {
	color: #854225;
}
hr {
	height: 1px;
	border: 1px solid #854225;
}
/*******************************************************************************/



/************************************ Basic ************************************/
/***** Header *****/
.header {
	background: #F1B958 url(img/header.jpg) no-repeat;
	height: 140px;
	width: 900px;
	text-align: left;
	vertical-align: center;
}	
	
#header-title {
	color: white;
	visibility: hidden;
    padding: 10px 0px 0px 10px;
	font-size: 450%;
	margin: 0px 0px 5px 5px;
}

#header-subtitle {
	color: white;
	/* font-weight: bold;	 */
    padding: 10px 0px 0px 20px;
	font-size: 200%;
	margin: 0px 0px 5px 5px;
}

/***** Left column *****/
.left {
	background: #F7D8A1;
	border-right: 1px solid #F1B958;
	padding: 10px;
	width: 160px;
	border-left: 1px solid #F1B958;
}

/***** Right column *****/
.right {
	padding-left: 10px;
	background-position: right top;
	background: white url(img/right.jpg) no-repeat;
	width: 152px;
	border-right: 1px solid #F1B958;
}
/***** Body column *****/
.body {
	padding: 10px;
	padding-right: 5px; /*** opravit padding */
	width: 580px;
	height: 440px;
	text-align: left;
}
/***** Site *****/
.site {
	margin-top: 10px;
	text-align: left;
	
	border-bottom: 1px solid #F1B958;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation.current a,
.navigation a:hover {
	color: #F1B958;
}
/*******************************************************************************/


/************************************ 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 #F1B958;
}
/*******************************************************************************/


/******************************** 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 #F1B958;
	background: #58BCF0;
	color: black;
	padding: 4px;
}
/*******************************************************************************/

