body {
	color            : #000000;
	margin-top       : 0px;
	margin-bottom    : 0px;
	padding          : 0px;
	background-color : #FFFFFF;
	font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
td, tr, p, div {
  font-family      : Tahoma, Arial, Verdana, Helvetica, sans-serif;
  color            : #333333;
}

#pageWrapper
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contentWrapper
{
}

#leftWrapper
{
	float: left;
	width: 158px;
	margin: 0 0 0 0;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
#middleWrapper
{
	float: left;
	width: 450px;
	margin: 0 0 0 0;
}
#middleWrapper h1
{
	padding:0 0 0 0;
	color:#124B8E;
	font-size:120%;
	text-align: left;
}
#middleWrapper h2
{
	padding:0 0 0 0;
	color:#124B8E;
	font-size:100%;
	text-align: left;
}

#middleWrapper p
{
	font-size: 85%;
}

#rightWrapper
{
	float: right;
	width: 158px;
	margin: 0 0 0 0;
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
}
#rightWrapper h1
{
	padding:3px 3px 3px 3px;
	background:#EBEBEB; color:#124B8E;
	font-size:80%;
	text-transform:uppercase;
	text-align: center;
	border-bottom:1px dotted #999999;
	border-top:1px dotted #999999;
	margin: 0 0 0 0;
}

#rightWrapper p
{
	font-size: 80%;
	color:#333333;
	padding:0px 5px 10px 5px;
}

#rightWrapper a
{
	color:#00447C;
	text-decoration: none;
}
#rightWrapper a:Hover {
	color:#00447C;
	text-decoration: underline;
}

#navigationHeader {
width: 770px;
}

#backgroundMenu_1 {
	width: 770px;
	height: 24px;
	background-image:url(../images/navigation-wide.gif);
	background-position:top left;
}

#menu_1{
	width: 760px;
	height: 24px;
	float: left;
	padding: 0 0 0 10px;
}
#menu_1 .button{float: left;height: 24px;}
#menu_1 a{background-image:url(../images/navigation-rollover.gif);padding: 0 15px 0 5px;background-position:top right;line-height: 24px;text-align: center;text-decoration: none;font-size: 80%;color: #00447C;}
#menu_1 a:Hover{background-position:bottom right;color: #FFFFFF;}
#menu_1 a.navOn{background-position:bottom right !important;color: #FFFFFF;}

/******  MENU STYLES ******/
ul.menu_2
{
	list-style-type: none;
	color: #00447C;
	background-color: #FFE09D;
	margin: 0 0 10px 0;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;
}

/*    html>body ul.menu_2 {width: 158px;} */

ul.menu_2 li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
}

ul.menu_2 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
}

ul.menu_2 a
{
	text-decoration: none;
	color: #00447C;
	font-size: 80%;
	margin: 0;
	padding: 3px 0 3px 20px;
	background: url(../images/arrow-sub.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_2 a { width: auto; }

ul.menu_2 a:hover
{
	background-color: #FFAE00;
	text-decoration: none;
}

ul.menu_2 a.navOn
{
	background-color: #FFAE00;
	text-decoration: none;
}

/******  MENU STYLES - FIRST SUB LEVEL ******/
ul.menu_3
{
	list-style-type: none;
	color: #00447C;
	background-color: #EBEBEB;
	margin: 0;
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 158px;
}

/*    html>body ul.menu_3 {width: 158px;} */

ul.menu_3 li
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul.menu_3 ul
{
	list-style-type: none;
	padding: 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0 0 0 0;
}

ul.menu_3 a
{
	font-weight: normal;
	font-size: 75%;
	text-decoration: none;
	color: #00447C;
	margin: 0;
	padding: 2px 0 2px 28px;
	background: url(../images/arrow-sub2.gif) no-repeat 0% 50%;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body ul.menu_3 a { width: auto; }

ul.menu_3 a:hover
{
	background-color: #CCCCCC;
	text-decoration: none;
}

ul.menu_3 a.navOn
{
	background-color: #CCCCCC;
	text-decoration: none;
}





#sitepathWrapper
{
	float: left;
	width: 450px;
	border-bottom: none;
	padding: 0 0 0 0;
	border-top:1px dotted #FFFFFF;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}
#sitepath {
	font-size:80%;
	color:#666666;
	padding: 3px 5px 3px 5px;
}
#sitepath a{color: #999999;text-decoration: none;}
#sitepath a:Hover{color: #999999;text-decoration: underline;}
#maincontentWrapper
{
	float: left;
	width: 450px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#content
{
	padding: 0 10px 20px 10px;
	margin: 0 0 0 0;
	font-size:95%;
}

#contentLeft
{
	padding: 8px 0 8px 0;
}

#contentLeft h1
{
	padding:3px 3px 3px 3px;
	background:#EBEBEB; color:#124B8E;
	font-size:75%;
	text-transform:uppercase;
	text-align: center;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	margin: 0 0 0 0;
}

#contentLeft p
{
	font-size: 75%;
	color:#333333;
	padding:0px 5px 10px 5px;
}

#contentLeft a
{
	color:#00447C;
	text-decoration: none;
}
#contentLeft a:Hover {
	color:#00447C;
	text-decoration: underline;
}


#content p {
	padding: 0px;
	font-size:80%;
}

#content a
{
	color:#00447C;
	text-decoration: none;
}
#content a:Hover {
	color:#00447C;
	text-decoration: underline;
}

#footerWrapper {
	width: 768px;
	border: 1px dotted #999999;
	float: left;
	margin-top: 150px;
	margin-bottom: 5px;
}
#footerContent {
	padding: 10px;
	font-size:70%;
	color: #999999;
}
#footerContent a {
	color: #999999;
	text-decoration: none;
}
#footerContent a:Hover {
	color: #999999;
	text-decoration: underline;
}




/*--------------------------------- de_simplecalendar styles --------------------------------- */


.calendar_table
{
	MARGIN: 0px;
	WIDTH: 158px;
	HEIGHT: 110px;
	padding-bottom: 10px;
	padding-top: 5px;
	BACKGROUND-COLOR: white;
	text-align: center;
}

.cal_head, A.cal_head, .cal_head:visited
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #00447C;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 20px;
	text-decoration: none;
}

A.cal_head:hover, .cal_head:visited:hover { text-decoration: underline; }

.cal_days
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	BACKGROUND-COLOR: #999999;
	text-align: center;
	width: 24px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	BORDER-BOTTOM: #666666 1px solid;
	BORDER-TOP: #666666 1px solid;
}

.cal_content
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	BACKGROUND-COLOR: white;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
	width: 20px;
}

.cal_sunday
{
	FONT-WEIGHT: normal;
	COLOR: #666666;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
	width: 20px;
	background-color: #FFE09D;
}

.cal_saturday
{
	FONT-WEIGHT: normal;
	COLOR: #666666;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
	width: 20px;
	background-color: #BDEAFF;
}

.cal_empty
{
	FONT-WEIGHT: normal;
	COLOR: #666666;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 14px;
	width: 20px;
	background-color: #E0E0E0;
}

.cal_event, A.cal_event
{
	FONT-WEIGHT: bold;
	COLOR: #00447C;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	padding: 0px;
	MARGIN: 0px;
}

A.cal_event:hover, .cal_event:visited:hover
{
	FONT-WEIGHT: bold;
	COLOR: #666666;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	TEXT-DECORATION: underline;
}

.cal_event:visited
{
	FONT-WEIGHT: bold;
	COLOR: navy;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
}

.cal_today
{
	BORDER-RIGHT: #FFAE00 1px solid;
	BORDER-TOP: #FFAE00 1px solid;
	FONT-WEIGHT: normal;
	BORDER-LEFT: #FFAE00 1px solid;
	COLOR: #FFAE00;
	BORDER-BOTTOM: #FFAE00 1px solid;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	height: 14px;
	width: 20px;
	margin: 0px;
	padding: 0px;
}

.cal_today_event, A.cal_today_event
{
	FONT-WEIGHT: bold;
	COLOR: red;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	height: 14px;
	width: 20px;
	padding: 0px;
	MARGIN: 0px;
}

A.cal_today_event:hover, .cal_today_event:visited:hover
{
	FONT-WEIGHT: bold;
	COLOR: #CC0000;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	TEXT-DECORATION: underline;
	padding: 0px;
	MARGIN: 0px;
}

/* can't be a.cal_today_event:visited, because then would override .cal_today_event:visited:hover */
.cal_today_event:visited
{
	FONT-WEIGHT: bold;
	COLOR: #990000;
	FONT-STYLE: normal;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	padding: 0px;
	MARGIN: 0px;
}

.eventdetail_wraptable
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FLOAT: none;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	WIDTH: 100%;
	PADDING-TOP: 2px;
}

.eventdetail_date
{
	COLOR: #666666;
}

.eventdetail_time
{
	FONT-WEIGHT: normal;
	COLOR: #666666;
}

.eventdetail_title
{
	FONT-WEIGHT: bold;
	COLOR: #00447C;
}

.eventdetail_shortdescription
{
	FONT-WEIGHT: bold;
	COLOR: #00447C;
	PADDING-BOTTOM: 100px;
}

.eventdetail_description
{
	COLOR: #333333;
}

.eventdetail_imagetable
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FLOAT: left;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: auto;
	PADDING-TOP: 0px;
	HEIGHT: auto;
}

.eventdetail_backlink
{
	PADDING-LEFT: 10px;
	MARGIN: 20px;
	font-size: 11px;
	COLOR: #00447C;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	TEXT-ALIGN: center;
}

.list_item_tablewrap, .event_teaser_tablewrap
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	PADDING-BOTTOM: 2px;
	MARGIN: 2px;
	font-size: 11px;
	WIDTH: 100%;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #669999 1px dotted;
}

.list_item_date, .event_teaser_date
{
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.list_item_time, .event_teaser_time
{
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.list_item_title, A.list_item_title, .event_teaser_title, A.event_teaser_title
{
	FONT-WEIGHT: bold;
	COLOR: #00447C;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

A.list_item_title:hover, .list_item_title:visited:hover, .event_teaser_title:visited:hover, A.event_teaser_title:hover
{
	FONT-WEIGHT: bold;
	COLOR: #990000;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.list_item_title:visited, .event_teaser_title:visited
{
	FONT-WEIGHT: bold;
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.list_item_shortdescription, .event_teaser_shortdescription
{
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.list_item_imagetable, .event_teaser_imagetable
{
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FLOAT: left;
	MARGIN: 2px 4px 2px 0px;
	BORDER-LEFT: medium none;
	WIDTH: 40px;
	BORDER-BOTTOM: medium none;
	HEIGHT: 40px;
}

.tool_link, A.tool_link, .tool_link:visited
{
	FONT-WEIGHT: bold;
	COLOR: #00447C;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

A.tool_link:hover, .tool_link:visited:hover
{
	FONT-WEIGHT: bold;
	COLOR: #990000;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

.list_item_link, A.list_item_link
{
	FONT-WEIGHT: normal;
	COLOR: #00447C;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

A.list_item_link:hover, .list_item_link:visited:hover
{
	FONT-WEIGHT: normal;
	COLOR: #990000;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

.list_item_link:visited
{
	FONT-WEIGHT: normal;
	COLOR: #666666;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}

.tx-desimplecalendar-pi1-browsebox { TEXT-ALIGN: center; }

.tx-desimplecalendar-pi1-browsebox-SCell
{
	MARGIN: 20px;
	COLOR: #00447C;
	FONT-FAMILY: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
}

.tx-desimplecalendar-pi1-browsebox-strong { FONT-WEIGHT: bold; }





/*-----------------------------------  tt_news LATEST view  -----------------------------------*/





/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-container {
	border-left: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.news-list-container h3 {
	padding:5px;
	margin:0;
	color:#CC0000;
	font-size:90%;
	text-align: left;
}

.news-list-container p {
	padding:5px 5px 15px 5px;
	margin:0 0 1px 0;
	color:#666666;
	font-size:70%;
	text-align: left;}
	
.news-list-morelink {
	font-size:70%;
	font-weight: bold;
	margin-top: 5px;
	border-bottom: 1px dotted #999999;
}

.news-list-date {
	color: #666666;
	background-color: #EBEBEB;
	font-size: 60%;
	text-align: left;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px dotted #999999;
	border-top: 1px dotted #999999;
}
.news-list-browse {
	background:#CC0000;
	color:white;
}
#content .news-list-browse a {
	color:white;
}
	
  

/*---------------------------------  tt_news Page-Browser ---------------------------------*/




/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:0;
	margin-top:10px;
	border:1px dotted #999999;
}
.news-single-item H2 {
	background-color:#EBEBEB;
	font-size: 110%; 
	font-weight:bold;
	color: #00447C;
	margin: 0px;
	padding: 5px;
}
.news-single-item H3 {
	font-size: 80%; 
	font-weight:bold;
	margin: 0px;
	color:#666;
	padding: 5px;
}
.news-list-container p {
	padding:5px 5px 15px 5px;
	margin:0 0 1px 0;
	color:#666666;
	font-size:70%;
	text-align: left;}
	
.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	text-align:right;
	padding: 2px;
	background: #00447C;
	color: white;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	background-color: #BBE53A;
/*	clear: both;*/
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #F9FFE5;

}
.news-latest-container HR.clearer {
	clear:left;
}



/*******************************
  Gästebuch 
*******************************/
.right { 
  font-weight: bold;
  font-size: 8px;
  color: #ccc;}
.tx-guestbook-date {
  background: #FFE09D;
  text-align: right;
  padding: 2px;
  font-size:70%;}
.tx-guestbook-list-table {
	border:1px dotted #999999;}
.tx-guestbook-list-header {
	background-color:#EBEBEB;
	margin: 0px;
	padding: 5px;}
.tx-guestbook-list-row {
  padding: 4px;
  font-size: 70%}
.tx-veguestbook-pi1 td {
  font-size: 80%;
  margin: 0;
  padding:0}
.tx_veguestbook-pi1 input {
  font-size: 70%}
  
/*******************************
  RSS Feed 
*******************************/
#twrss_table {
  font-size: 70%;
  padding: 4px;
  background: #ffffcc}
#twrss_table .twrss_bodytext {
  border: 1px solid ccc;}
