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


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
}
body {padding: 0px; margin: 0px;}
input, textarea, select {margin-bottom: 1px;}
form {margin: 0px;padding: 0px;}
img {border: none;}
label {width: 120px; padding: 3px 0px 0px 0px;	float: left;}
h1 {font-size: 150%; font-weight: bolder;}
h2 {font-size: 130%; font-weight: bolder;}
h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}
BODY.front {
  background: url(img/GQ-bg.gif);
  color: #000000;
  margin: 0px;
}
.comment {color: gray;}
.description {font-size: 85%;}
.selected {color: gray;}
.message {
	border: 1px solid #FFA500;
	background: #FFCE7B;
	padding: 5px;
	font-weight: bolder;
	margin-bottom: 8px;
}
.error {color: red;};

img .text_right {float: left; padding-right: 5px;}
img .text_left {float: right; padding-left: 5px;}

.item {
	background: #D0E0EE;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #204A87;
}
.item:hover {background: #3465A4;}
.item a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 1px solid #DDDDDD;
}
/*******************************************************************************/


/*********************************** Categories ********************************/
.categories {
	text-align: left;
}
.categories a {
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px 0px;
}


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


/********************************* Language Switcher ***************************/
.language_switcher {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.language_switcher h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
/*******************************************************************************/


/******************************* Administration panel **************************/
.administration {
	position: absolute;
	top: 5px;
	right: 10px;
	width: 760px;
	padding: 3px;
	background: #E0F0FF;
	border: 1px solid #006699;
}
.administration h1 {
	font-size: 100%;
	color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	background: #006699;
}
.administration a {
	text-decoration: none;
}
.administration a:hover { background-color: #d0e0ee; cursor: pointer; cursor: hand; }

.administration hr {
	height: 1px; 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	color: black
}
.box {
	padding: 2px;
	background: #D0E0EE;
	border: 1px solid #006699;
}
.box a:hover { background-color: #E0F0FF; cursor: pointer; cursor: hand; }
/*******************************************************************************/


/********************************** Member panel *******************************/
.member {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.member h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.member a {
	text-decoration: none;
}
/*******************************************************************************/


/********************************** Login panel ********************************/
.login_panel {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.login_panel h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.login_panel a {
	text-decoration: none;
}
.login_panel p {
	margin: 0px;
	padding: 0px;
}

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


/********************************** Page Tools *********************************/
.page_tools {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	background: #EEEEEE;
}
.page_tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.page_tools a {
	text-decoration: none;
	display: block;
}
.page_tools p {
	margin: 0px;
	padding: 0px;
}

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


/********************************** Management *********************************/

.management h1 {
	font-size: 120%;
}
.management h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
.management a {
	text-decoration: none;
}
.management a:hover {
	text-decoration: underline;
}

.management p {
	margin-top: 0px;
	margin-bottom: 2px;
}

.management .custom_table {
	border: 1px solid #006699;
	background: #E0F0FF;
}
.management table .heading {
	font-weight: bolder;
	background: #006699;
}
.management table .heading td {
	color: white;
}

.management input, textarea, select {
	border: 1px solid #006699;
	background: white;
}
/*******************************************************************************/


/******************************** Site and body ********************************/
/***** Header *****/
.header {
	background: url(img/header.gif) no-repeat;
	height: 84px;
	width: 800px;
	padding: 3px;
	text-align: right;
	vertical-align: bottom;
}

/***** Site *****/
.site {
	margin-top: 20px;
	border: 1px solid #DA9A00;
	text-align: left;
}

/***** Left column *****/
.left {
	background: #DDDDDD;
	padding: 5px;
	width: 135px;
}

/***** Body column *****/
.body {
	padding: 5px;
	height: 450px;
	text-align: left;
}

.title {
	margin-top: 5px;
}

.content {}

.content ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content p {
	margin-top: 4px;
	margin-bottom: 2px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}
/*******************************************************************************/


/********************************** Navigation *********************************/
/***** navigation *****/
.navigation.level0 {
	font-family: Times, Times New Roman, serif;
  font-size: 12px;
	margin-left: 0px;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;

}
.navigation.level1 {
	font-family: Times, Times New Roman, serif;
  font-size: 12px;
	margin-left: 0px;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}
.navigation.level2 {
	margin-left: 20px;
}
.navigation.level3 {
	margin-left: 30px;
}
.navigation.level4 {
	margin-left: 40px;
}
.navigation a {
	text-decoration: none;
}

.navigation.level1 a {
	font-family: Times, Times New Roman, serif;
  font-size: 12px;
	margin-left: 0px;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
}
	
.navigation.level2 a {
	font-size: 80%;
}
	
.navigation.level3 a {
	font-size: 75%;
}
	
.navigation.level4 a {
	font-size: 75%;
}

.navigation.current a {font-family: Times, Times New Roman, serif;
  font-size: 12px;
  color: 000000;}

.navigation a:hover {font-family: Times, Times New Roman, serif;
  font-size: 12px;
  color: 333333;}

TABLE.knapper {
  font-family: Times, Times New Roman, serif;
  font-size: 12px;
  text-align: center;
  background: url(img/knap-bg.jpg);
  margin: 0px;
}

TD.knapper {
  font-family: Times, Times New Roman, serif;
  font-size: 12px;
  text-align: center;
  line-height: 2.5;
  font-weight: bold;
  background: url(img/knap-bg.jpg);
  margin: 0px;
}

.knapper a {
  font-family: Times, Times New Roman, serif;
  font-size: 12px;
  line-height: 2.5;
  font-weight: bold;
  color: #000000;
}

.knapper a:hover {
  font-family: Times, Times New Roman, serif;
  font-size: 12px;
  line-height: 2.5;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

TR.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  line-height: 3.4;
  color: #000000;
 font-weight : bold;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: transparent;
  line-height: 2.1;
  color: #000000;
 font-weight : bold;
}

TD.headerNavigationRight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: url(img/messagebar.gif);
  line-height: 2.1;
  color: #000000;
 font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

.headerNavigationRight a { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none; 
}

.headerNavigationRight a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
}
/***** Next and previous buttons *****/
.next_previous {
	color: gray;
	margin: 5px 0px 0px 0px;
	text-align: right;
}
.next_previous a {
	color: gray;
	padding: 0px 5px 0px 0px;
}

/***** Page 1 2 3 ... *****/
.page_123 {
	color: black;
	text-decoration: none;
	display: inline;
	padding-right:10px;
	
}
.page_123 a {
	padding: 0px 5px 0px 5px;
}
.page_123 span {
	padding: 0px 5px 0px 5px;
}
/*******************************************************************************/


/********************************** Page styles ********************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
/*******************************************************************************/



/* You can put your own style stuff here */

/******************************** Additional styles ****************************/
/* contact */
.contact {
	margin: 6px 0px 0px 0px;
	padding: 3px;
	font-size: 85%;
	background: #EEEEEE;
}
.contact a {
	font-size: 100%;
}
.contact h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}

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