/**********************************************************************************
* 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)  *
**********************************************************************************/


/********************************* General styles ******************************/
body, a, table, td, tr, tbody, b, p, input, select, label, textarea {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

input, select, textarea {
	border: 1px solid #00a685;
	margin-bottom: 1px;
}

h1 {
	color: #0e846e;
	font-size: 170%;
}

h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #00a685 !important;
	font-size: 120%;
}

hr {
	height: 1px;
	border: 1px solid #00a685;
}
#my-body {
	background: #98d5c8 url(img/bg_body.gif) center center repeat-y;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 5px solid white;
	/* margin-top: 15px; */
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 15px;
}

#theme {
	width: 900px;
	height: 30px;
	background: #00a685;
}

#theme h1 {
	color: white;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	font-size: 160%;
}

#header {
	background: #006bac;
	width: 900px;
	height: 140px;
	vertical-align: bottom;
	background: url(img/header.jpg) no-repeat;
	vertical-align: top;
	text-align: right;
}


.logo {
}


#footer {
	background: url(img/footer.gif) repeat-x;
	height: 22px;
	color: white;
	font-size: 10px;
	padding: 0px 5px 0px 170px;
}

#left-column {
	vertical-align: top;
	background: #dddddd;
	width: 180px;
}

#document-column {
	vertical-align: top;
	width: 540px;
	text-align: left;
	/* background: white url(img/background.gif) -70px 0px no-repeat; */
	background: white;
}

#right-column {
	vertical-align: top;
	background: white;
	width: 180px;
}
/*******************************************************************************/


/*********************************** Navigation ********************************/
.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 10px;
	color: white !important;
	background: #00a685;
	margin-top: 1px;
}

.navigation li.current a,
.navigation li a:hover,
.navigation li.level1.current a,
.navigation li.level1 a:hover {
	color: white !important;
	background: #0e6e5c;
}


.navigation li.level1 a {
	background: #6bd3c0;
	color: black !important;
}


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

.navigation #nav-3,
.navigation #nav-3,
.navigation #nav-12,
.navigation #nav-15,
.navigation #nav-41 {
	margin-top: 10px;
}


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


/************************************ Content **********************************/
#content {
	padding: 10px 20px 20px 10px;
	line-height: 17px;
	width: 93%;
	text-align: justify;
}
#content h1 {
	margin-top: 5px;
}
#content a {
	text-decoration: underline;
	color: black;
}
#content a:hover {
	text-decoration: underline;
	color: #00a685;
}

#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;
}

.search a {
	text-decoration: none !important;
}

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


/************************************ Portlets *********************************/
.portlet {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
.portlet h1 {
	margin-top: 1px;
	border: none;
	background: #00a685;
	color: white;
	padding: 2px 5px 2px 5px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-content {
	padding: 0px;
}

#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}


#portlet-search h1 {
	display: none;
}

#portlet-search {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-right: 4px;
	margin-top: 1px;
}

#portlet-search input {
	width: 85px;
	background: white;
	border: none;
}

#portlet-listing-sponsoren img,
#portlet-banner-Hauptsponsor img,
#portlet-banner-Sponsoren img {
	border: 1px solid #CCCCCC;

}




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

/*
.float_right,
.float_left,
#content img {
	background: white;
	padding: 2px;
	border: 1px solid #00a685;
}
*/

.guestbook_entry {
	background: white;
	padding: 2px;
	border: 1px solid #00a685;
	margin-bottom: 5px;
	background: #d3e7e3;
	padding-top: 4px;
	padding-bottom: 4px;
}

.management {
	line-height: 15px !important;
	padding: 0px !important;
	margin: 0px !important;
}

/* img fix */
.management img,
.message img,
.documents img {
	border: none !important;
	padding: 0px !important;
	background: transparent !important;
}


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

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