/*
*               _     _           _ _     _   _               _
* __      _____| |__ | |__  _   _(_) | __| | | |__   __ _ ___(_) ___
* \ \ /\ / / _ \ '_ \| '_ \| | | | | |/ _` | | '_ \ / _` / __| |/ __|
*  \ V  V /  __/ |_) | |_) | |_| | | | (_| | | |_) | (_| \__ \ | (__
*   \_/\_/ \___|_.__/|_.__/ \__,_|_|_|\__,_| |_.__/ \__,_|___/_|\___|
*       _         _           _               _
*   ___| |_ _   _| | ___  ___| |__   ___  ___| |_
*  / __| __| | | | |/ _ \/ __| '_ \ / _ \/ _ \ __|
*  \__ \ |_| |_| | |  __/\__ \ | | |  __/  __/ |_
*  |___/\__|\__, |_|\___||___/_| |_|\___|\___|\__|
*           |___/
*
*  ------------------------------------------------------------------
*  |   Style Sheet Definitions                                      |
*  ------------------------------------------------------------------
*  |   Notice:                                                      |
*  |   There are predefined classes for:                            |
*  |                                                                |
*  |   - scrollbars                                                 |
*  |   - title-templates (h1, h2, h3)                               |
*  |   - search-template (mod_search_btn, mod_search_txt, search)   |
*  |   - search-field in the layout (front_search)                  |
*  |   - form-template (mod_form_btn, mod_form_txt)                 |
*  |   - closed usergroups (restricted)                             |
*  |   - HTML-navigation (main, sub1, sub2)                         |
*  |                                                                |
*  ------------------------------------------------------------------
*
* $Id: style.css,v 1.8 2005/10/28 15:15:47 asc Exp $
*
*/

/* body (background-color, -picture, -position, text, -color, scrollbars) */
body
{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;  /* Moegliche Werte, damit es in den gaengigen Browsern in etwa gleich aussieht: 69%, 76%, 86%, 93% */
	color:#666666;
	margin:0;
	padding:0;
	background-image:url(/design/hintergrund1.jpg);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

/* global formats */
td, h1, h2, h3, p {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;  /* Moegliche Werte, damit es in den gaengigen Browsern in etwa gleich aussieht: 69%, 76%, 86%, 93% */
	margin:0;
	padding:0;
}

h1 {
	font-size:1.3em;
	font-weight:normal;
	color:#666666;
	margin-bottom:30px;
}

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#666666;
	margin-bottom:20px;
}

#Left {
	background-image:url(/design/wasser_seite.jpg);
	background-repeat:no-repeat;
	width:69px;
	height:800px;
	float:left;
}

#Rahmen {
	width:882px;
	float:left;
}

#Right {
	background-image:url(/design/back_content_01.jpg);
	background-repeat:no-repeat;
	width:813px;
	height:800px;
	float:left;
}

#NavigArea {
	margin-top:211px;
	width:307px;
	float:left;
}

#Navig {
	 width:180px;
}

#Content {
	float:left;
	width:487px;
}

#Footer {
	font-size:0.9em;
	color:#CCC;
	margin:40px 0 30px 0;
	padding-top:5px;
	border-top:1px solid #E7E7E7;
}

#Footer a, a:hover, a:visited, a:active  {
	color:#999;
	text-decoration:underline;
}

/* linkcolors for main links */
a { font-size: 1em; }
a:link { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #336699; }
a:active { color: #336699; }


/* searchtemplate */
.mod_search_btn
{
  border: 1px solid #000000;
}
.mod_search_txt, .wcm_input
{
  border: 1px solid #000000;
}
.search
{
  font-size: 10px;
}

/* newsmodul */
.news2_ldate
{
padding-top:10px;
}
.news2_ltitle
{
  font-weight: normal;
font-size:1em;
border-bottom:1px solid #e7e7e7;
padding-bottom:5px;
}

.news2_title
{
  font-weight: bold;
font-size:1.1em;
border-bottom:1px solid #e7e7e7;
padding-bottom:10px;
padding-left:10px;
}

.news2_link{
background-image:url(/design/pdf.gif);
background-repeat:no-repeat;
padding-left:20px;
}


.news2_text{
padding-bottom:20px;
}

.news2_date
{
border-bottom:1px solid #e7e7e7;
padding-bottom:10px;
}

.news2_lead {
padding:10px 0 10px 0;
font-weight:bold;
}

.news2_back {
padding:30px 0 30px 0;
}

.news_lead
{
  padding-left: 80px;
}
.news_text
{
  padding-left: 80px;
  padding-top: 15px;
}

/* eventsmodul */
.events_date
{
}
.events_title
{
  padding-left: 80px;
  font-weight: bold;
}
.events_location, .events_organizer
{
  padding-left: 80px;
}
.events_text
{
  padding-left: 80px;
  padding-top: 15px;
}

/* guestbook */
.mod_guestbook_field
{
  border: 1px solid #000000;
}

/* use, if a searchfield in the frontindex is defined */
.search_inp
{
  font-size: 12px;
  border: 1px solid #000000;
}

/* formular-template */
.mod_form_btn
{
  border: 1px solid #CCC;
}
.mod_form_txt
{
  border: 1px solid #CCC;
}

/* sitemap */
.front_sitemap_0
{
  padding-bottom: 5px;
}
.front_sitemap_0 A:link
{
  font-size: 12px;
  font-weight: bold;
}
.front_sitemap_0 A:visited
{
  font-size: 12px;
  font-weight: bold;
}
.front_sitemap_0 A:hover
{
  font-size: 12px;
  font-weight: bold;
}
.front_sitemap_0 A:active
{
  font-size: 12px;
  font-weight: bold;
}
.front_sitemap_1
{
  padding-left: 20px;
  padding-bottom: 5px;
}


/* restricted area */
.restricted
{
  font-size: 11px;
  border: 1px solid #000000;
  color: #000000;
}
input.restricted
{
  border: 1px solid #000000;
}


/* classes for html-navigation (main, sub1, sub2) */
/* main */
td.nav0 {}
a.nav_0 { font-size: 14px; }
a.nav_0:link { color: #000000; }
a.nav_0:visited { color: #000000; }
a.nav_0:hover { color: #FF0000; }
a.nav_0:active { color: #FF0000; }

/* highlight the active nav
.navactive a.nav_0 { color: #336699; }
*/
/* sub1 */

td.nav1 { 	margin:0;
	border-bottom:1px solid #E7E7E7;
	font-size:1.1em;
	width: 180px; }

a.nav_1:link, a.nav_1:visited {	font-size:1.1em; text-decoration: none; color: #666; text-transform: uppercase; padding:0px 5px 0px 15px; }
a.nav_1:hover, a.nav_1:active { color: #006AB2; }
td.nav1 .navactive a.nav_1 { 	background-image:url(/design/back_navig.jpg); background-repeat:no-repeat; color:#006AB2; text-transform: uppercase; }

/* sub 2 */
td.nav2 {margin:0;
	border-bottom:1px solid #E7E7E7;
padding-top:2px;
padding-bottom:2px;

}
.navactive a.nav_2 { color: #336699; }
a.nav_2 { font-size: 1em; margin-left:40px;text-decoration:none;}
a.nav_2:link { color: #666666; }
a.nav_2:visited { color: #006AB2; }
a.nav_2:hover { color: #666666; }
a.nav_2:active { color: #666666; }



/*
#Navig ul#cssnav, #Navig ul#cssnav ul  {
	padding:0;
	margin:0;
}

#Navig li {
	padding:3px 5px 3px 15px;
	margin:0;
	border-bottom:1px solid #E7E7E7;
	list-style-type:none;
	font-size:1.1em;
}

#Navig a, a:hover, a:visited, a:active {
	margin:0;
	color:#666666;
	text-decoration:none;
}
*/
.clear {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
}
