/**********************************************************************************
* 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 #25488c;
	margin-bottom: 1px;
}
h1 {
	color: #26488c;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #26488c !important;
}

hr {
	height: 1px;
	border: 1px solid #008ce1;
}
#my-body {
	background: #bac4d2;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	margin-top: 10px;
	width: 800px;
	height: 100%;
	text-align: left;
}

#top,
#bottom {
	width: 818px;
	height: 8px;
}
#top {
	background: url(img/top.gif) no-repeat;
}
#bottom {
	background: url(img/bottom.gif) no-repeat;
}

#header {
	background: url(img/left_header.gif) no-repeat;
	width: 800px;
	height: 150px;
	vertical-align: bottom;
}

#img-header {
	background: url(img/right_header.gif) right no-repeat;
	padding-left: 8px;
	padding-right: 8px;
}

#left-column {
	font-size: 110%;
	vertical-align: top;
	width: 200px;
	padding-left: 15px;
	padding-right: 10px;
	background: white url(img/left.gif) repeat-y;
}

#document-column {
	vertical-align: top;
	width: 600px;
	text-align: left;
	background: white url(img/right.gif) right repeat-y;
}




#portlet-language-switcher {
	float: right;
}
#portlet-language-switcher h1 {
	display: none;
}
#portlet-language-switcher .portlet-content a {
	color: gray;
	text-decoration: none;
}


#portlet-listing-address_agarn,
#portlet-listing-address_brig,
#portlet-listing-address_shop {
	background: #26488c;
	border-top: 3px solid #ffd801;
	/* border-bottom: 2px solid #ffd801; */
	margin: 20px 7px 0px 7px;
	padding: 0px;
	line-height: 15px;
	padding: 3px;
	color: #ffd801 !important;
	margin-bottom: 10px;
}
#portlet-listing-address_agarn .portlet-content,
#portlet-listing-address_brig .portlet-content,
#portlet-listing-address_shop .portlet-content,
#portlet-listing-address_agarn p,
#portlet-listing-address_brig p,
#portlet-listing-address_shop p {
	font-size: 100%;
	padding: 0px;
	color: #ffd801 !important;
}
#portlet-listing-address_agarn a,
#portlet-listing-address_brig a, 
#portlet-listing-address_shop a {
	font-size: 100%;
	display: inline;
	color: #ffd801 !important;
}
#portlet-listing-address_agarn h1,
#portlet-listing-address_brig h1, 
#portlet-listing-address_shop h1 {
	display: none;
}

#portlet-listing-address_agarn {
	display: block;
}
#portlet-listing-address_brig {
	display: none;
}
#portlet-listing-address_shop {
	display: none;
}

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


/*********************************** Navigation ********************************/
.navigation {
	border-top: 3px solid #ffd801;
	/* border-bottom: 2px solid #ffd801; */
	margin: 68px 7px 0px 7px;
	padding: 0px;
	line-height: 15px;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #26488c;
}
.navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: block;
	padding: 3px 5px 3px 5px;
	color: #ffd801 !important;

}

.navigation #nav-12,
.navigation #nav-14,
.navigation #nav-13 {
	border-top: 3px solid #ffd801;
	margin-top: 10px;
}
.navigation #nav-12 a,
.navigation #nav-14 a,
.navigation #nav-13 a {
	font-weight: bold !important;
}


.navigation li.level1 a {
	margin-left: 0px;
	font-size: 100%;
}


.navigation li.current a,
.navigation li a:hover {
	color: white !important;
	font-weight: normal !important;
}


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


/************************************ Content **********************************/
#content {
	width: 510px;
	padding: 10px 0px 10px 10px;
	line-height: 16px;
	margin-bottom: 20px;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #25488c;
}

#content {
	height: 400px;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 400px;
}

#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #25488c;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*******************************************************************************/


.listing-img {
	padding: 4px;
	border: 2px solid #bac4d2;
}


.page-ressource-subtitle {
	background: #EEEEEE;
	display: block;
	width: 200px;
	text-align: right;
}

/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	text-align: center;
	color: gray;
	margin-bottom: 5px;
}
#info a {
	text-decoration: none;
	color: gray;
}
/*******************************************************************************/

