/***************************************************************************************************
* Description
* This file defines styles (CSS) for the prepared / pre-defined modules.
* 
* Versionen:
* Initial			27. September 2008		Beat Schilbach (Steckborn)	
* Update			5. Januar 2010			Beat Schilbach
*					added styles for newsTable and docsTable as well as for photoTable
***************************************************************************************************/


/****************************************************************************************************
* DEFAULTS
****************************************************************************************************/
.nietsehen
{
	display:			none;
}

/****************************************************************************************************
* SEARCH
****************************************************************************************************/
.searchCss {
	margin-top: 		10px;
	margin-bottom: 		15px; 
	padding: 			5px;
}


/****************************************************************************************************
* NEWS
****************************************************************************************************/
.newsTitle {
	font-style: 		italic; 
	font-weight: 		bold;
}

.newsTable {
	border:				0px;
}
.newsTable tr th {
	font-style: 		italic; 
	font-weight: 		bold;
	padding-top:		3px;
	padding-bottom:		3px;
}
.newsTable tr td {
	padding-top:		3px;
	padding-bottom:		3px;
}


/****************************************************************************************************
* DOCS
****************************************************************************************************/
.docsTitle {
	font-style: 		italic; 
	font-weight: 		bold;
}

.docsTable {
	border:				0px;
}
.docsTable tr th {
	font-style: 		italic; 
	font-weight: 		bold;
	padding-top:		3px;
	padding-bottom:		3px;
}
.docsTable tr td {
	padding-top:		3px;
	padding-bottom:		3px;
}


/****************************************************************************************************
* PHOTO
****************************************************************************************************/
.photoTable {
	border:				0px;
}
.photoTable tr th {
	font-style: 		italic; 
	font-weight: 		bold;
	padding-top:		3px;
	padding-bottom:		3px;
}
.photoTable tr td {
	padding-top:		3px;
	padding-bottom:		3px;
}



/****************************************************************************************************
* AGENDA
****************************************************************************************************/
.agendaMonth {
	font-weight: 		bold; 
	font-style:			normal;
	padding-top: 		3px; 
	padding-bottom: 	3px; 
	padding-left: 		3px;
}
td.agendaNormalCell {
	padding-top: 		3px; 
	padding-bottom: 	3px;
}
td.agendaDayCell {
	padding-top: 		3px; 
	padding-bottom: 	3px;
	padding-left: 		3px; 
	font-style: 		italic; 
	font-weight: 		bold; 
}
.agendaForm select {
	margin-right:		15px;
}
.agendaShortTitle {
	padding:			2px;
	font-weight:		bold;
}
.agendaShortEntry {
	margin-bottom: 		5px; 
	padding-bottom: 	5px;
}
table.calendardays {
	margin-top:			10px;
	margin-bottom:		10px;
}
table.calendardays td
{
	width:				35px;
	text-align:			center;
	font-size:			12px;
	font-style:			normal;
}
table.calendardays th
{
	width:				35px;
	text-align:			center;
	font-size:			12px;
	font-style:			normal;
	font-weight:		bold;
}
select.calendar {
	font-size:			12px;
	border: 			0px;
}

/****************************************************************************************************
* FORUM
****************************************************************************************************/
.forumThemes {
	margin:				0px;  
	margin-top: 		15px;
}
.forumThemes tr td {
	padding-top: 		5px;  
	padding-bottom: 	5px;
}

/****************************************************************************************************
* OVERVIEW
****************************************************************************************************/
.overviewTable {
	margin:				0px;
	padding:			0px;
}

.overviewTable tr th {
	font-weight: 		bold;
	text-align:			left;
	padding:			0px;
	padding-top:		3px;
	padding-bottom:		3px;
}

.overviewTable tr td {
	font-weight: 		normal;
	text-align:			left;
	padding:			0px;
	padding-top:		3px;
	padding-bottom:		3px;
}


/****************************************************************************************************
* VERZEICHNIS
****************************************************************************************************/
.directoryTable {
	margin:				0px;
	padding:			0px;
}

.directoryTable tr th {
	font-weight: 		bold;
	text-align:			left;
	padding:			3px;
	padding-top:		6px;
	padding-bottom:		6px;
}

.directoryTable tr td {
	font-weight: 		normal;
	text-align:			left;
	padding:			3px;
	padding-top:		6px;
	padding-bottom:		6px;
}

