/**********************************************************************************
* 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, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.float_right {
	margin-left: 20px;
	margin-bottom: 15px;
	border: 5px solid white;
}

input, select, textarea {
	border: 1px solid #008ce1;
	margin-bottom: 1px;
}
h1 {
	color: #006bac;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none;
	color: #008ce1;
	text-decoration: none !important;
	color: #008ce1 !important;
	font-size: 16px;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}

#portlet-language-switcher {
	float: right;
}

#portlet-language-switcher h1 {
	display: none;
}

.comments {
	text-align: left;
}

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


/************************************ Basic ************************************/
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0px;
	width: 875px;
	padding: 0px;
}

#header {
	background: white url(img/header.jpg);
	height: 300px;
	vertical-align: bottom;
	width: 715px;
	padding: 0px 85px 0px 85px;
}

#content {
	background: white url(img/content.jpg) repeat-y;
	height: 400px;
	width: 675px;
	padding: 0px 100px 20px 100px;
	margin: 0px;
	line-height: 16px;
}

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

#footer {
	background: white url(img/footer.jpg) no-repeat;
	height: 50px;
	color: white;
	width: 675px;
	padding: 0px 100px 0px 100px;
	margin: 0px 0px 15px 0px;
	text-align: right;
}

#footer a {
	float: right;
	display: block;
	padding-top: 30px;
	color: #8dd1f5 !important;
	font-size: 90%;
	text-decoration: none;
}


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


/*********************************** Navigation ********************************/
.root-navigation {
	margin: 0x 0px 0px 0px;
	padding: 0px;
	line-height: 25px;
}

.root-navigation li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	margin-right: 8px;
	padding-top: 10px;
}
.root-navigation li a {
	font-size: 110% !important;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: inline;
	padding: 5px 6px 5px 6px;
	color: #008be1 !important;
	background: white url(img/bg_nav.jpg) repeat-x;
}


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

.root-navigation li.sort-0 {
	margin-top: 264px;
}
.root-navigation li.sort-1 {
	margin-top: 256px;
}
.root-navigation li.sort-2 {
	margin-top: 243px;
}
.root-navigation li.sort-3 {
	margin-top: 234px;
}
.root-navigation li.sort-4 {
	margin-top: 224px;
}
.root-navigation li.sort-5 {
	margin-top: 214px;
}
.root-navigation li.sort-6 {
	margin-top: 205px;
}
.root-navigation li.sort-7 {
	margin-top: 197px;
}





.navigation {
	position: relative;
	top: -20px;
	left: 375px;
	margin: 0x 0px 0px 0px;
	padding: 0px;
	width: 350px;
	padding-bottom: 10px;
	line-height: 15px;
}

.navigation li {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	margin-top: 0px;
}
.navigation li a {
	font-size: 110% !important;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	display: inline;
	padding: 5px 6px 5px 0px;
	margin: 5px 0px 3px 0px !important;
	color: white !important;
	background: transparent;
}


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

.navigation li.level0 {
	display: none;
}

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


/************************************ Content **********************************/
.content {
	padding-bottom: 8px;
}

.content h1 {
	margin: 0px;
	padding: 20px 0px 15px 0px;
}

.content h2,
.content h2 a,
.content h2 a:hover {
	color: white !important;
}




.content a {
	text-decoration: underline;
	color: black;
}
.content a:hover {
	text-decoration: underline;
	color: #008ce1;
}
.content,
.content p,
.content th,
.content td,
.content {
	color: #02273c !important;
}

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


.guestbook_entry {
	background: #d5ecfc url(img/bg_elements.jpg) repeat-x;
	padding: 5px;
	margin-top: 1px;
}

.page_counter {
	background: none;
	border: none;
	color: white !important;
}
.page_counter a {
	color: white !important;
}

