/**********************************************************************************
* 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 #008ce1;
	margin-bottom: 1px;
}
h1 {
	color: #006bac;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: black !important;
	font-weight: normal !important;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	margin-top: 9px;
	margin-bottom: 5px;
}
hr {
	height: 1px;
	border: 1px solid #008ce1;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 954px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white;
}

#theme {
	width: 954px;
	height: 30px;
	background: url(img/top.gif) no-repeat;
}

#header {
	background: #006bac;
	width: 950px;
	height: 180px;
	vertical-align: bottom;
	background: white;
	vertical-align: top;
	text-align: right;
	border-left: 2px solid white;
	border-right: 2px solid white;
}


.logo {
	margin-left: 3px;
}


#footer {
	height: 65px;
	color: white;
	font-size: 10px;
	padding: 0px;
	padding-bottom: 5px;
}

#left-column {
	vertical-align: top;
	background: white;
	width: 180px;
	border-left: 2px solid white;
}

#right-column {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background: white;
	width: 160px;
	border-right: 2px solid white;
	padding-top: 20px;
}

#document-column {
	vertical-align: top;
	width: 610px;
	text-align: left;
	background: white;
}

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


/*********************************** Navigation ********************************/
#navigation {
	width: 180px;
}

.navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 15px;
}

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

.navigation li.level0 {
	display: none;
}
.navigation li.level1 a {
	margin-left: 0px;
	font-size: 100%;
}
.navigation li.level2 a {
	margin-left: 0px;
	padding-left: 20px;
	font-size: 90%;
}


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


/************************************ Content **********************************/
#content {
	padding: 10px 40px 20px 10px;
	line-height: 16px;
	text-align: justify
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #008ce1;
}

#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;
}
#content li {
	list-style-image: url(img/bullet.gif);
}
/*******************************************************************************/


/************************************ Portlets *********************************/
#portlet-search {
	/* margin-top: 116px; */
}

#portlet-banner-Sponsoren {
	margin-top: 65px;
}

#portlet-banner-Sponsoren .portlet-content {
	text-align: center;
}
#portlet-banner-Sponsoren img {
	padding-bottom: 3px;
}

#portlet-contact a {
	text-decoration: underline;
}

.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 100%;
}
.portlet h1 {
	border: none;
	background: #008ce1;
	color: white;
	padding: 2px 5px 2px 5px;
}


.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 3px;
}

#portlet-language-switcher {
	float: right;
	background: white;
	padding: 0px;
	margin: 0px;
	text-align: right;
	width: 94px;
}
#portlet-language-switcher h1 {
	display: none;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	margin-left: 3px;
}
#portlet-language-switcher a:hover {
	text-transform: uppercase;
	text-decoration: none;
}
#portlet-language-switcher .portlet-content {
	padding: 0px;
	margin: 0px;
}

#left-column .portlet {
	border-top: 15px solid white;
}



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


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

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


.form-bottom {
	margin-bottom: 15px;
}

.search a {
	text-decoration: none;
}
.search .search_item_title,
.search .search_item_details {
	text-decoration: none;
}

/************** language spans ****************/
.language-de,
.language-en,
.language-fr,
.language-it {
	display: none;
}

.small-picture {

	margin-right: 7px;
	margin-top: 7px;
}


.shop_products {
	width: 100%;
}

a.shop-category-entry {
	width: 126px;
}


.search_item {
	text-decoration: none !important;
}


.powered-by {
	float: right;
	text-decoration: none;
	color: white;
	margin-bottom: 15px;
}

.home-button {
	float: right; 
	font-weight: bold; 
	text-decoration: none; 
	line-height: 14px;
}

