/**********************************************************************************
* 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 ******************************/

body {background: #EAECF0; font-size: 0.7em; line-height: 130%;}

input, select, textarea {
	border: 1px solid #ccc;
	margin-bottom: 1px;
}
h1 { color: #F48000; font-weight: normal; font-size: 2em; line-height: 130%;
}
h2 {color: #666; font-size: 1.2em; font-weight: bold;
}
h3 {color: #F48000; font-size: 1.2em; font-weight: bold; line-height: 100%;
}
hr {
	height: 1px;
	border: 1px solid #56575A;
}

/*******************************************************************************/



/************************************ Basic ************************************/
/***** Header *****/
.header {
	background: url(img/top-banner.jpg) no-repeat;
	height: 135px;
	width: 800px;

}

/***** Left column *****/
.left {
	background: white;
	padding: 4px;
	width: 170px;

}

/***** Right column *****/
.right {
	padding-left: 8px;
	width: 152px;

}
/***** Body column *****/
.body {
	padding: 15px;
	width: 630px;
	text-align: left;
	background: #FFF;
}
/***** Site *****/
.site {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #CCC;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.navigation.current a,
.navigation a:hover {
	color: #333;
}
/*******************************************************************************/


/************************************ Content **********************************/
.content a:hover {
	text-decoration: none;
	color: red;
	font-weight: bold;
}


.content a {
	text-decoration: none;
	color: #133384;
}
.title {
	margin-top: 5px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}

.adresse {
	font: 11px Arial, Helvetica, sans-serif;
	color: #7A7A7A; margin: 8px;
}
.adresse a{	font: 11px Arial, Helvetica, sans-serif;
	color: #7A7A7A; text-decoration: none;}
/*******************************************************************************/


/************* Navigation, aus styles/style.css hierher verfrachtet ********************************/

.navigation {margin: 55px 0px 0px 0px;padding: 0px; line-height: 15px;}

.navigation li {list-style-type: none;padding: 0px;}
.navigation li a {font-weight: normal;text-decoration: none; display: block; padding: 3px 5px 3px 5px;
	color:#0049a8;}

.navigation {margin: 0px;padding: 0px;}

.navigation li {list-style-type: none;	margin-bottom: 6px; margin-top: 6px; padding: 0px;}
.navigation li a {	font-weight: bold;text-decoration: none;}
.navigation li.current a {	font-weight: bold; color: #FFF;}
.navigation li a:hover { background-color: #efefef; color: #333;}


.navigation li.level0 a {background-color:  #BBBDC0; margin-left: 0px; font-size: 1em;  border: 1px solid #56575A; color:#56575A; padding-left: 3px;}
.navigation li.level1 a {	padding-left: 15px;	font-size: 1em;  color:  #858789; margin-top:-4px; margin-bottom: -4px}
.navigation li.level2 a {	padding-left: 25px;	font-size: 1em;  color:  #858789; margin-top:-4px; margin-bottom: -4px}
.navigation li.level3 a { font-weight: normal;	padding-left: 35px;  font-size: 1em; color:  #97074E;  margin-top:-4px; margin-bottom: -4px}
.navigation li.level4 a {	padding-left: 45px;	font-size: 1em; color: #028FCC;  margin-top:-4px; margin-bottom: -4px}





.edit-navigation-entry {	line-height: 24px;	height: 24px;}
.edit-navigation-control {	float: right;}


/************************************ Portlets *********************************/
.portlet h1 {
	color:#56575A;
	font-size: 1.2em; font-weight:bold; padding: 0 0 10px 0;
}
/*******************************************************************************/


/******************************** 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 #ccc;
	background: #58BCF0;
	color: black;
	padding: 4px;
}
/*******************************************************************************/

/* Lightbox */
#lightbox{
        background-color:#eee;
        padding: 10px;
        border-bottom: 2px solid #0086cb;
        border-right: 2px solid #009ee0;
        }
#lightboxDetails{
        font-size: 13px;
        padding-top: 0.4em;
        }
#lightboxCaption{
        float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color:#646567;
}
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(../../modules/galerie/lightbox/overlay.png); }

* html #overlay{
        background-color: #333;
        back\ground-color: transparent;
        background-image: url(../../modules/galerie/lightbox/empty.gif);
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../modules/galerie/lightbox/overlay.png", sizingMethod="scale");
        }

#caption {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      color:#646567;
      text-decoration:none;
      margin-right: 5px;
}

#thumbnail {
      /*font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      color:#999999;
      text-decoration:none;*/
      padding: 0px;
/*******************************************************************************/
