

/********************************* General styles ******************************/
body {
	color: #000;
	background-color:#f6f6f6;
	

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

input, select, textarea {
	border: 1px solid #5C5C5C;
}



body {padding: 0px; margin: 0px;}
input, textarea, select {margin-bottom: 1px;}
form {margin: 0px;padding: 0px;}
img {border: none;}
label {width: 160px; padding: 3px 0px 0px 0px;	float: left; color: #000000;}
h1 {
	padding: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 130%;
	font-weight: bolder;
	color: #5C5C5C;
	margin: 3px 0px 2px 0px;
}
h3 {font-size: 120%; font-weight: bolder;}
h4 {font-size: 110%; font-weight: bolder;}
h5 {font-size: 100%; font-weight: bolder;}
.comment {
	color: gray;
}
.description {
	font-size: 85%;
}
.selected {
	color: gray;
}
.message {
	border: 1px solid #746F5C;
	background: #376187;
	padding: 5px;
	font-weight: bolder;
	Margin-Bottom: 8px;
	color: #ffffff
}
.error {
	color: red;
}

img .text_right {float: left; padding-right: 5px;}
img .text_left {float: right; padding-left: 5px;}

.item {
	background: #f6f6f6;
	padding: 3px;
	margin: 3px 0px 3px 0px;
	border: 1px solid #999999;
}
.item a:hover {
	display: block;
	color: #000;
	background: #F0F0F0;
	text-decoration: none;
}
.item a {
	text-decoration: none;
}
hr {
	height: 1px;
	border: 1px solid #5C5C5C;
}
.highlighting {
	background: yellow;
}
/*******************************************************************************/


/*********************************** Categories ********************************/
.categories {
	text-align: left;
}
.categories a {
	text-decoration: none;
	display: block;
	padding: 10px 0px 0px 0px;
}
/*******************************************************************************/


/********************************* Language Switcher ***************************/
.language_switcher {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.language_switcher h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #5C5C5C;
}
/*******************************************************************************/


/******************************* Administration panel **************************/
.administration {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 200px;
	padding: 3px;
	background: #ffffff;
	border: 2px solid #000000;
}
.administration h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
}
.administration a {
	text-decoration: none;
}
.administration hr {
	height: 1px; 
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	color: black
}
/*******************************************************************************/



/********************************** Member panel *******************************/
.member {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.member h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #5C5C5C;
}
.member a {
	text-decoration: none;
}
/*******************************************************************************/


/********************************** Login panel ********************************/
.login_panel {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: #FBFBFB;
	color: black;
}
.login_panel h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #FBFBFB;
	color: black;
}
.login_panel a {
	text-decoration: none;
	color: black;
}
.login_panel p {
	margin: 0px;
	padding: 0px;
	color: black;
}

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


/********************************** Page Tools *********************************/
.search_box {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.search_box h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #5C5C5C;
}


.page_tools {
	margin: 6px 0px 0px 0px;
	padding: 4px;
	background: transparent;
}
.page_tools h1 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #5C5C5C;
}
.page_tools a {
	text-decoration: none;
	display: block;
}
.page_tools p {
	margin: 0px;
	padding: 0px;
}
/*******************************************************************************/


/********************************* Tools styles ********************************/
/*
.page_counter {
	background: #DDDDDD;
	border: 1px solid #5C5C5C;
	padding: 3px;
	margin: 5px 0px 5px 0px;

}
*/
.page_counter a {
	font-weight: bolder;
}
/*******************************************************************************/


/********************************* Search styles *******************************/
.search_item {
	display: block;
	text-decoration: none;
	padding-top: 5px;
}

.search_item_title,
.search_item_title .highlighting {
	text-decoration: underline;
	font-weight: bolder;
}
.search_item_introduction {
	display: block;
	font-weight: bolder;
}
.search_item_content {
	display: block;
	text-decoration: none;
}
.search_item_details {
	display: block;
	color: gray;
}
/*******************************************************************************/


/********************************* Module styles *******************************/
.module_intro {
	border-bottom: 1px solid #5C5C5C;
	margin-bottom: 6px;
	padding-bottom: 3px;
}
.module_admin {
	border-bottom: 1px solid #5C5C5C;
	margin-bottom: 6px;
	padding-bottom: 3px;
}

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


/********************************** Management *********************************/
.management {
	background: white;
	color: black;
}
.management a {
	color: black;
	text-decoration: none;
}
.management a:hover {
	text-decoration: underline;
}
.management h1 {
	font-size: 120%;
}
.management h2 {
	font-size: 100%;
	margin-bottom: 0px;
}
.management p {
	margin-top: 0px;
	margin-bottom: 2px;
}

.management .custom_table {
	border: 1px solid #999999;
	background: #fff;
}
.management table .heading {
	font-weight: bolder;
	background: #f6f6f6;
}
.management table .heading td {
	color: #000;
}

.management input, textarea, select {
	border: 1px solid #999999;
	background: white;
}
.general_settings label {
	width: 260px;
}
/*******************************************************************************/


/********************************** Navigation *********************************/
/***** navigation *****/
.navigation a{
	display: block;
	padding-left: 10px;
	width: 210px;
	text-decoration: none;	
}


.navigation.level0 a{
	background:url(img/menu.gif) no-repeat left top;
	line-height: 24px;
	/*****margin-left: 5px;*****/
	color: #000000;
	font-weight: none;
	/*****font-weight: bolder;*****/

}
.navigation.level1 a{
	margin-left: 10px;
	font-size: 11px;
	color: #000;
	/*****font-weight: bolder;*****/

}
.navigation.level2 a{
	margin-left: 15px;
	font-size: 11px;
	color: #000;
	/*****font-weight: bolder;*****/

}
.navigation.level3 a{
	margin-left: 20px;
	font-size: 11px;
	color: #000;
	/*****font-weight: bolder;*****/

}
.navigation.level4 a{
	margin-left: 25px;
	font-size: 11px;
	color: #000;
	/*****font-weight: bolder;*****/

}

.navigation a {
	text-decoration: none;
}

.navigation.current a {
	text-decoration: underline;
}

.navigation a:hover {
	display: block;
	color: #fff;
	background: #BF620A;
}

/***** Next and previous buttons *****/
.next_previous {
	color: black;
	margin: 5px 0px 0px 0px;
	text-align: right;
	float: left;
	clear: left;
	width: 100%;
}
.next_previous a {
	color: black;
	padding: 0px 5px 0px 0px;
	text-decoration: none;
}

/***** Page 1 2 3 ... *****/
.page_123 {
	border-top: 1px solid #5C5C5C;
	color: black;
	text-decoration: none;
	display: block;
	padding: 2px 0px 0px 0px;
	margin: 6px 0px 0px 0px;
	float: left;
	clear: left;
	width: 100%;
}
.page_123 a {
	padding: 0px 0px 0px 5px;
	font-weight: bolder;
	color: #5C5C5C;
	text-decoration: none;
}
.page_123 span {
	padding: 0px 0px 0px 5px;
}
/*******************************************************************************/


/******************************** Content styles *******************************/
.introduction {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
/*******************************************************************************/


/******************************** Site and body ********************************/
/***** Header *****/
.header {
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	letter-spacing:1px;
	padding-right: 10px;
}

/***** Site *****/
.site {
	margin-top: 10px;
	text-align: left;
	border: 1px solid #AEA791;
}

/***** Left column *****/
.left {
	background: white;
	border-right: 1px solid #5C5C5C;
	padding: 4px;
	width: 160px;
	border-left: 1px solid #5C5C5C;
}

/***** Right column *****/
.right {
	background: #A09A85;
	padding-left: 10px;
	/*****background: white url(img/right.gif);*****/
	width: 220px;
	/*****border-right: 1px solid #A09A85;*****/
}

/***** Top column klaus *****/
.topColumn {
	padding-left: 8px;
	background:#A09A85;
}

/***** Top Headline klaus *****/
.contentBorder {
	padding-left: 8px;
	background:#ffffff;
}

/***** Body column *****/
.body {
	background: #f6f6f6;
	padding: 15px;
	width: 540px;
	height: 440px;
	text-align: left;
}

.title {
	margin-top: 5px;
}

.content {
	line-height: 15px;
}

.content ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content p {
	margin-top: 4px;
	margin-bottom: 2px;
}
.content .heading {
	font-weight: bolder;
	background: #DDDDDD;
}

.content a:hover {
	text-decoration: none;
	color: #000000;
}
/***************************************************************************
GUESTBOOK - Klaus
******************************************************************************/
.guestbook_entry {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px #736F5D dashed;

}

/***************************************************************************
NEWS - Klaus
******************************************************************************/
.news_entry {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px #736F5D dashed;

}

/***************************************************************************
Mailform - Klaus
******************************************************************************/
.mailform_element {
	color:red;
}

.mailform_element input, textarea, select {
	border: 1px dashed #746F5C;
	background: #ffffff;
}

