/**********************************************************************************
* 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 #53b9ea;
	margin-bottom: 1px;
}

#my-body {
	background: black;
}
/*******************************************************************************/


/************************************ Basic ************************************/

#logo {
	background: url(img/logo.png);
	height: 165px;
	width: 200px;
	position: absolute; 
	top: 0px; 
	left: 660px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	border-bottom: 10px solid black;
	width: 800px;
	text-align: left;
	background: #53b9ea;
}

.listing-date {
	display:none;
}

#header {
	position: absolute;
/*
	width: 800px;
	height: 80px;
*/
	/* background: black url(img/logo.gif) 630px 5px no-repeat; */
	background: red;
	width: 800px;
	height: 100px;
	background: url(img/mountains.jpg) no-repeat;
}

#footer {
	background: #53b9ea;
	padding: 10px 50px 10px 50px;
	line-height: 22px;
}

#powered-by {
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-bottom: 10px;
	text-align: center;
}
#powered-by a {
	color: #AAAAAA;
	text-decoration: none;
}


#navigation-top {
	width: 800px;
	height: 40px;
	background: black;
}

#document-column {
	border-top: 90px solid black;
	vertical-align: top;
	width: 800px;
	text-align: left;
	background: transparent;
	line-height: 17px;
	padding: 50px 0px 20px 0px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.root-navigation {
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 13px;
	line-height: 15px;
}

.root-navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.root-navigation li a {
	font-size: 140% !important;
	font-weight: normal;
	text-decoration: none;
	color: #53b9ea !important;

	line-height: 25px;
	font-family: Arial;

	display: block;
	float: left;
	padding: 0px;
	margin: 4px 6px 0px 6px;

}

.root-navigation li.current a,
.root-navigation li a:hover {
	font-weight: normal;
	color: white !important;
	border-bottom: 2px solid #53b9ea;
}


.navigation {
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	border-right: 1px solid #28211c;
}

.navigation li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navigation li a {
	font-size: 110% !important;
	background: url(img/bullet_8.gif) 0px 7px no-repeat;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 4px 8px 4px 18px;
	color: black !important;
	line-height: 19px;
}

.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin: 0px;
}


#subnavigation {
	float: right;
}

#subnavigation a {
	font-size: 11px !important;
	text-decoration: none !important;
	font-weight: bold !important;
}

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


/************************************ Content **********************************/
#content {
	padding: 20px;
	width: 760px;
	background: transparent;
	line-height: 16px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #53b9ea;
}

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


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






#content h1 {
	text-decoration: none !important;
	color: black!important;
	font-family: Arial;
	font-size: 180%;
	font-weight: normal;
	margin-bottom: 10px;
}


#content h2,
#content h2 a,
#content h2 a:hover {
	text-decoration: none !important;
	color: #0d7aa9 !important;
	font-family: Arial;
	font-size: 120%;
}

#content hr {
	height: 1px;
	border: 1px solid #53b9ea;
}





.guestbook_entry {
	background: transparent !important;
	border-top: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
}

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


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	border: none;
	background: #53b9ea;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}
#portlet-listing-news {
	display: none;
}
/*******************************************************************************/


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

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


.page_counter {
	background: transparent;
	border: none;
	border-top: 1px solid black;
}


