/*
	Allgemein gültig
*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e3e3e3;
	padding:0px;
	margin:0px;
}
a img
{
	border-width:0px;
}

a, a:visited
{
	color:#333333;
}

a.darklink
{
	color:#333;
}

h1,
h2
{
	color:#d11d06;
	font-size:15px;
}

h3
{
	color:#333333;
}

hr
{
	clear:left;
	border:1px solid #dcdcdc;
}
textarea
{
	border:1px solid #ccc;
}

.icons
{
	float:left;
	padding-right:3px;
}
.divContainerMiddle
{
	padding: 10px 30px 0 30px;
}

.textbox
{
	border:1px solid #CCCCCC;
}

abbr, acronym
{
	cursor:help;
	border:none;
}

div.smallGray
{
	color:#BBBBBB;
	font-size:10px;
}

div.wrapper,
div.wrapperLeft,
div.wrapperRight
{
	height:1px;
	line-height:0;
	font-size:1px;
}

div.wrapper
{
	clear:both;
	
}

div.wrapperLeft
{
	clear:left;
}

div.wrapperRight
{
	clear:right;
}

div.msg_warning, 
div.msg_error, 
div.msg_info, 
div.msg_success
{
	padding: 10px 10px 10px 30px;
	background-repeat:no-repeat;
	background-position:5px center;
	margin: 3px 0;
}

div.msg_warning
{
	background-image:url(../images/icons/error.png);
	background-color:#FFFF99;
	border: 1px solid #FFCC33;
}

div.msg_error
{
	background-image:url(../images/icons/cancel.png);
	background-color:#FF9999;
	border: 1px solid #FF3333;
}

div.msg_info
{
	background-image:url(../images/icons/information.png);
	background-color:#33CCDD;
	border: 1px solid #0099FF;
}

div.msg_success
{
	background-image:url(../images/icons/tick.png);
	background-color:#99EE99;
	border: 1px solid #00BB00;
}

span.spanValidationMessage
{
	visibility:hidden;
	color:red;
}

.divYearNavigator
{
	background-color:#efefef;
	border:1px solid #dcdcdc;
	padding:3px;
	margin-bottom:10px;
}

.divYearNavigator a
{
	margin: 0 4px;
}

.divYearNavigator a.selected
{
	font-weight:bold;
	text-decoration:none;
}

.mouse-hand
{
	cursor:pointer;
}
.small-font
{
	font-size:smaller;
}

/*

	Dokument-Struktur

*/
/*Header mit gelbem Hintergrund-Bild*/
#header
{
	padding:3px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/headerBg.jpg);
	background-repeat:no-repeat;
	width:1004px;
	height:74px;
	text-align:right;
	font-size:13px;
}
/*Links im Header*/
#header a
{
	color:black;
	text-decoration:none;
}
/*Block mit dem Logo*/
#headerLogo
{
	background-image:url(../images/headerLogo.gif);
	background-repeat:no-repeat;
	width:91px;
	height:45px;
	z-index:2;
	float:left;
	margin-top:3px;
	margin-left:22px;
	display:none;
}

#formGeneralSearch
{
	margin-top:25px;
}

#formGeneralSearch #btnSearch
{
	cursor:pointer;
}
#divHeaderExtendedSearch
{
	margin-right:20px;
}
#divHeaderExtendedSearch a
{
	color:#111111;
	text-decoration:none;
	font-size:.85em;
}
#divHeaderExtendedSearch a:hover
{
	text-decoration:underline;
}
/*Block mit Navigation*/
#navi
{
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	background-image:url(../images/headerNavi.jpg);
	background-repeat:repeat-x;
	padding-top:2px;
	height:28px;
}
/*Block mit gesamtem Inhalt*/
#mainContent
{
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width: 1010px;
	border:1px solid gray;
	border-top:0px;
	font-size:13px;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

#container
{
	background-color:white;
	width:1010px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCCCC; 
	border-top:none;
}

/*Block mit den statischen Links*/
#divMainFooter
{
	margin-left:auto;
	margin-right:auto;
	width:1010px;
	padding:10px 0 0 0;
	background-image:url(../images/footer.jpg);
	height:35px;
	background-repeat:repeat-x;
	clear:both;
}
/*Zeigt das Copyright an (wird nur zum Drucken verwendet*/
#printFooter
{
	display:none;
}
/*Wichtige Links im footer*/
#divImportantLinks, #divImportantLinks a
{
	color:white;
	text-decoration:none;
	margin-top:2px;
	margin-left:5px;
}
#divImportantLinks a:hover
{
	text-decoration:underline;
}
/*Liste mit den Links*/
#linkListIndex
{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#linkListIndex li
{
	float:left;
	padding-right:5px;
}

/*Sprach-Wahl*/
#langChooser a
{
	color:white;
	text-decoration:none;
}
#langChooser
{
	padding:0px;
	padding-right:7px;
	color:white;
	z-index:50;
	text-align:right;
}

/*

	NAVIGATION

*/
/*Liste mit Menü-Elementen*/
ul.menu
{
	margin:0px;
	list-style-type:none;
	padding:2px;
	font-size:13px;
}
/*Menü-Element*/
li.mainMenu, li.mainMenu_sel
{
	float:left;
	margin-right:5px;
	margin-left:0px;
}
li.mainMenu_sel
{
	font-weight:bold;
}
/*Liste mit Submenü*/
ul.subMenu
{
	margin:0px;
	padding:0px;
	display:none;
	list-style-type:none;
	background-color:white;
	border:1px solid gray;
	color:black;
	font-size:13px;
	white-space:nowrap;
	-moz-opacity:0.99;
	-khtml-opacity:0.99;
	opacity:0.99;
	filter:Alpha(opacity=99);
}
ul.subMenu li
{
	border-bottom:1px dotted gray;
	cursor:pointer;
}
ul.subMenu li:hover
{
	background-color:#CCCCCC;
}
ul.subMenu a
{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:4px;
}
/*Link vom Hauptmenü*/
a.navi,a.navi:visited
{
	color:white;
	text-decoration:none;
	padding:3px;
	display:block;
}
a.navi:hover,a.navi:visited:hover
{
	color:#fbc94a;
}
/*

	SUCHE

*/
/*Such-Button*/
#btnSearch
{
	border:none;
}
/*Textbox zur Suche*/
#txtSearch
{
	font-size:13px;
	border:1px solid #CCCCCC;
	width:120px;
}
/*Block mit Suchvorschlägen*/
#searchResult
{
	position:absolute;
	background-color:white;
	border:1px solid gray;
	z-index:450;
	font-size:13px;
	display:none;
	height:300px;
	overflow-y:auto;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}
.ac_loading {
	background: url('../images/general/load_sml.gif') right center no-repeat;
	background-color:white;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/*Liste mit Suchvorschlägen*/
ul.searchResultList, .ac_results ul
{
	list-style:none;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
li.searchResultItem, li.searchResultItem_hover
{
	padding:3px;
	cursor:pointer;
}
li.searchResultItem_hover
{
	background-color:gray;
	color:white;
}
/*Suchergebnisliste*/
/*Kennzeichnung im Text, wenn das Suchword vorkommt*/
.markedSnippet
{
	background-color:#FFFF66;
	padding: 0px 3px 0px 3px;
}


/*Block mit CSS-Switcher, um die Schriftgröße zu ändern*/
#sizeSwitcher
{
	color:white;
	text-align:right;
	padding-right:10px;
	padding-top:3px;
	float:right;
}
/*Gemeinsame Eigenschaften der Links zum Font-Size ändern*/
a.sizeSwitcherLink,a.sizeSwitcherLink:visited
{
	color:white;
	text-decoration:none;
}
a.sizeSwitcherLink:hover
{
	color:#CCCCCC;
}

/*

	INDEX PAGE

*/
/*Kalender auf der Startseite*/
#divCalendarStart
{
	float:right;
	background-color:#464646;
	margin-top:-20px;
	padding-top:25px;
	padding-left:10px;
	padding-right:10px;
}
/*Block mit News und Team auf der Startseite*/
#divTeamNewsStart
{
	padding:20px 0 20px 0;
	margin: -20px 0 0 0;
	background-color:#f5f5f5;
	min-height:400px;
}
/*Team-Vorstellung auf der Startseite*/
#divTeamStart
{
	border:1px solid #e3e3e3;
	-moz-border-radius:3px;
	min-height:140px;
	line-height:1.3;
	width:700px;
	margin: 0px 15px 0px 15px;
	color:#4c4d4f;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background-color:white;
}
#divTeamStart img
{
	padding-right:5px;
	float:left;
}
#divTeamStart h3
{
	margin-top:0px;
	margin-bottom:5px;
	color:#333333;
}
#divTeamRandom
{
	padding: 3px 5px;
}
#divNewsStartHeader, #divTeamStartHeader
{
	font-size:13px;
	font-weight:bold;
	height:15px;
	color:white;
	padding: 0px 0px 5px 5px;
	background-color:#363636;
	
}
.divRoundHeader
{
	background-image:url(../images/general/round_header.jpg);
	background-repeat:no-repeat;
	height:7px;
}
/*News-Block auf der Startseite*/
#divNewsStart
{
	-moz-border-radius:3px;
	margin: 0px 15px 15px 15px;
	width:700px;
	border: 1px solid #e3e3e3;
	background-color:white;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}

#divNewsStart a
{
	text-decoration:none;
	color:#333333;
}
#divNewsStart a:hover
{
	text-decoration:underline;
}

#divNewsStart img.thumb
{
	height:110px;
	float:left;
	padding-right:4px;
	margin-bottom:10px;
	margin-right:5px;
}

.divTeamFunktion
{
	color:#666;
}

.divNewsDateString
{
	color:#666;
	padding: 13px 0;
	text-align:right;
}
.divNewsStartContainer
{
	border: 1px solid #E3E3E3;
	border-top:none;
	padding-bottom:5px;
}
.divNewsEntry h2
{
	float:left;
}
#divNewsStart .divNewsEntry
{
	padding: 3px 10px 0px 10px;
}
#divNewsStart hr
{
	clear:left;
	border:1px solid #dcdcdc;
	margin-left:10px;
	margin-right:10px;
}
#divNewsStart .divNewsStartReadMore,
.divReadMore
{
	text-align:right;
	padding-right:5px;
}
#divNewsStart a.NewsStartReadMore,
.divReadMore a
{
	color:#CC0606;
	text-decoration:none;
}
#divNewsStart a.NewsStartHeader
{
	text-decoration:none;
	color:#333333;
	font-size:14px;
}
#divNewsStart .divNewsSource
{
	color:#bbb;
	font-size:0.75em;
	font-weight:normal;
}
#divNewsStart a.NewsStartHeader:hover, #divNewsStart a.NewsStartReadMore:hover
{
	text-decoration:underline;
}
#divNewsStart p
{
	margin:3px 0px 0px 0px;
	padding-bottom:4px;
	line-height:1.3;
	min-height:60px;
}


/*Heutige Termine*/
#calendarDetails, #calendarDetails a
{
	color:#EFEFEF;
	padding-top:5px;
}

#calendarDetails ul
{
	padding:0 0 0 10px;
	margin:0;
}

#calendarDetails ul li
{
	list-style-type:none;
}

/*Block mit dem variablen Startbild*/
#divStartPic,
#divCalendarStartList
{
	width: 194px;
	margin-top:15px;
	background:#fff;
	padding:0.15em;
	border:1px solid #eee;
	-moz-border-radius: 0.4em;
	font-size:0.9em;
	line-height:1.3;
}
#divStartPicHeader
{
	background-color: #FAC12C;
	color:#FFF;
	padding: 0.45em 0;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	margin-bottom:0.4em;
	-moz-border-radius:0.4em;
}
#divStartPic img.contactImage
{
	width: 70px;
	padding: 0 2px 0 4px;
	float:left;
}

/*Termine wenn JS abgeschaltet ist*/
#CalendarNoScript
{
	border: 1px solid gray;
	-moz-border-radius:3px;
	background-color:#FFFFFF;
	padding:5px;
	width:168px;
}
#CalendarNoScript a
{
	color:#333333;
}
#CalendarNoScript #CalNoScriptHead
{
	font-weight:bold;
	color:#333333;
	padding:2px;
}


#divCalendarStartList
{
	margin:0;
	
}

#divCalendarStartList h2
{
	background-image:url(../images/calendar/cal_start_header.png);
	margin:0;
	-moz-border-radius:0.4em;
	color:white;
	font-size:12px;
	padding:0.45em 0;
	text-align:center;
}

#divCalendarStartList ul
{
	margin:0;
	padding:0.4em;
}

#divCalendarStartList ul li
{
	list-style-type:none;
	padding: 3px 0;
}



/*

	NEWS

*/
/*Container*/
#newsDetail
{
	padding:15px;
}
/*Titel des Eintrags*/
#newsDetail h3
{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	margin: 3px 0px 5px 0px;
	float:left;
}
#newsDetail #pImgPrint
{
	margin: 3px 0px 5px 950px;
}
a.newsBackLink,
a.newsBackLink:visited
{
	color:#CC0606;
}
/*Kompletter Text*/
#newsDetailText
{
	line-height:1.3em;
}
.imgNewsAttachedPicture
{
	float:left;
	max-width:200px;
	border:1px solid #dcdcdc;
	padding:5px;
	background-color:white;
	margin-right:10px;
}
#newsDetailAttachments
{
	border-top:3px solid #dcdcdc;
	margin-top:5px;
}
/*Liste mit Attachments*/
#newsDetailAttachments ul
{
	padding:0px;
	margin:10px 0px 10px 0px;
	list-style-type:none;
	list-style-position:inside;
}
#newsDetailAttachments li
{
	padding:3px;
}
#newsDetailAttachments a
{
	color:#333333;
}
/*Thumbnails zu den fotos*/
#newsDetailPictures img.thumbs
{
	max-width:100px;
	max-height:75px;
	border: 1px solid #dcdcdc;
	padding:4px;
	background-color:white;
	margin:3px;
}

/*

	TEAM

*/
/*Kurzvorstellung*/
div.teamShortCut
{
	min-height:135px;
	line-height:1.3;
	padding:5px;
}
div.teamShortCut h3
{
	color:#333333;
	margin:0;
}
div.teamShortCut h3 a, 
div.teamShortCut h3 a:visited
{
	text-decoration:none;
	color:#333333;
}
div.teamShortCut h3 a:hover
{
	text-decoration:underline;
}
div.teamShortCut img
{
	float:left;
	margin-right: 8px;
	display:block;
}
div.teamShortCut hr
{
	clear:left;
	border:1px solid #dcdcdc;
}

div.teamShortCut img
{
	float:left;
	margin-right: 8px;
	display:block;
}

/*Detail*/
#divTeamDetail h3
{
	color:#333333;
}
#divTeamDetail
{
	line-height:1.3;
	padding: 0px 30px 0px 30px;
}
#divTeamDetail img
{
	float:left;
	margin-right:5px;
}
#divTeamDetail a, #divTeamDetail a:visited
{
	color:#333333;
	text-decoration:none;
}
#divTeamDetail a:hover
{
	text-decoration:underline;
}

/*

	LINKS

*/
#linkList
{
	list-style-type:none;
	padding:0px;
	margin:0;
	line-height:1.4;
}
#linkList li
{
	margin-bottom:10px;
	padding:2px;
	border-bottom:2px solid #dcdcdc;
}
#linkList a
{
	color:#333333;
	text-decoration:none;
}
#linkList a:hover
{
	text-decoration:underline;
}
#linkList h3
{
	padding:0px 0px 3px 0px;
	margin:0px 0px 3px 0px;
	font-size:14px;
	color:#333333;
	max-width:200px;	
}

/*

	ARCHIV

*/
#divNewsArchiv h2
{
	float:left;
}
.divNewsEntry h2 a,
#divNewsArchiv h2 a
{
	text-decoration:none;
}
#divNewsArchiv .divNewsDateString
{
	text-align:right;
}
#divNewsArchiv img.thumb,
.divNewsEntry img.thumb,
.divProgrammText img.thumb
{
	height:80px;
	float:left;
	padding:3px;
	margin-right:4px;
}

#divNewsArchiv hr
{
	border:1px solid #dcdcdc;
	clear:left;
}


/*
	
	PICTURE GALLERY

*/
#listImageGallery
{
	list-style-type:none;
	list-style-position:outside;
	padding:0px;
}
#listImageGallery li
{
	margin: 0 0 8px;
	padding:0 10px;
	width: 120px;
	overflow:hidden;
	height:95px;
	float:left;
}
/*Thumbnail in der Bildergallery*/
.galleryThumb
{
	max-width:100px;
	border: 1px solid #CCCCCC;
	padding:5px;
	background-color:white;
	margin:3px;
	display:block;
	cursor:pointer;
}
.galleryThumb:hover
{
	border: 1px solid #fbb402;
}
/*Hintergrund div wenn ein Bild gezeigt wird*/
#galleryBg
{
	position: absolute;
	top:0px;
	left:0px;
	z-index:999;
	width:100%;
	height:100%;
	background-color:#333333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	vertical-align:middle;
	text-align:center;
}
body >#galleryBg
{
	position:fixed;
}
/*Bild in der Gallery*/
#galleryImage
{
	position:absolute;
	top:50px;
	left:100px;
	z-index:9999;
	padding:8px;
	background-color:white;
	border:1px solid gray;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-user-select:none;
	-khtml-user-select:none;
}

#galleryPreview
{
	width:100%;
	height:100%;
}

#galleryNext, #galleryPrevious
{
	position:absolute;
	display:none;
	width:20px;
	height:20px;
	top:0px;
	z-index:99999;
	cursor:pointer;
}
#galleryNext
{
	background-color:white;
	left:70px;
	background-image:url(../images/gallery/next.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#galleryPrevious
{
	left:50px;
	background-color:white;
	background-image:url(../images/gallery/previous.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/*Schatten des Bildes in der Bildergallery*/
#galleryShadow
{
	position:absolute;
	top:55px;
	left:105px;
	z-index:9998;
	padding:8px;
	background-color:#333333;
	opacity: 0.4;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/*Schließen-Button in der Bildergallerie*/
#galleryToolbar
{
	position:absolute;
	top:50px;
	left:100px;
	height:20px;
	opacity:0.5;
	background-color:black;
	z-index:99999;
	display:none;
	color:white;
	font-weight:bold;
	font-size:16px;
}
#galleryToolbar span
{
	cursor:pointer;
}

/*Auflistung der Fotoalben*/
#divPicAlbum
{
	padding:15px;
}
#pictureAlbumList
{
	list-style-type:none;
	padding:0;
	margin:0;
}
#pictureAlbumList li
{
	padding-top:10px;
	margin:3px;
	clear:left;
}
#pictureAlbumList img
{
	float:left;
	height:80px;
	padding:4px;
	margin-right:4px;
	border:1px solid gray;
}
#pictureAlbumList img:hover
{
	border: 1px solid #fbb402;
}
#pictureAlbumList a
{
	text-decoration:none;
	color:#333333;
}
#pictureAlbumList a:hover
{
	color:black;
}

#picPreview
{
	position:absolute;
}
#picPreview img
{
	max-width:150px;
}

a.picPageSwitcher
{
	padding: 1px 5px;
	margin:2px;
	color:#C8C8C8;
	border:1px solid #C8C8C8;
	background-color:white;
	cursor:pointer;
	-moz-user-select:none;
	-khtml-user-select:none;
	text-decoration:none;
}
a.picPageSwitcher.selected
{
	color:white;
	background-color:#C8C8C8;
}

/*MODAL WINDOW*/
#divDialog
{
	cursor:default;
}
#divImgDialog
{
	max-width:600px;
	max-height:500px;
}
#divDialog #imgDialog
{
	max-width:600px;
	max-height:500px;
	background-color:#FFF;
}
#divModalHeader
{
	background-color:white;
	cursor:move;
	padding:5px;
}
.ui-dialog-titlebar-close
{
	position:relative;
	top:10px;
	padding:4px;
	background-color:white;
}
.ui-dialog-content
{
	background-color:white;
	padding:10px;
	border:1px solid gray;
}

#divPicturePrev
{
	position:absolute;
	left:5px;
}

#divPictureNext
{
	position:absolute;
	right:5px;
}

#divPictureClose,
#divPicturePrev,
#divPictureNext
{
	-moz-user-select:none;
	cursor:pointer;
}
#divImgDialog
{
	background-color:white;
	padding:5px;
	border:1px solid #dcdcdc;
	margin-left:auto;
	margin-right:auto;
}

#divGalleryController
{
	position:fixed;
	width:600px;
	left:50%;
	margin-left:-300px;
	top:0;
	color:white;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	display:none;
	z-index:1002;
	padding-top:15px;
}
#divGalleryControllerRound
{
	background-image:url(../images/gallery/galleyControllerRound.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-size:13px;
	line-height:1;
	height:13px;
}

.divImgDialogLoading
{
	background-image:url(../images/ajax/loading-big.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:400px;
	height:250px;
}

.picGalleryPage
{
	display:none;
}

.picGalleryPage.selected
{
	display:block;
}

.picGalleryPage.loading
{
	background-color:red;
}

/*

	FORUM

*/
#txtFounder, 
#txtThema, 
#txtMail, 
#txtWriter
{
	border: 1px solid gray;
}
.fieldsetForum
{
	width: 400px;
	margin-bottom:20px;
}
/*Content mit dem Forum*/
#divForumList
{
	padding:15px;
}
#tblNewEntryForm
{
	width:500px;
}
#tblNewEntryForm #txtText
{
	width:100%;
	height:170px;
}

#tblNewForumThread
{
	width:500px;
}
#tblNewForumThread #txtText
{
	width:100%;
	height:170px;
}

/*Auflistung der Threads*/
table#tblForumList
{
	border-collapse:collapse;
	width:80%;
	border:1px solid gray;
}
table#tblForumList th
{
	text-align:left;
	padding:5px;
	color:white;
	background-color:#333333;
}
table#tblForumList td
{
	padding:5px;
	border-bottom:1px solid gray;
	border-top:1px solid gray;
}
tr.trThread
{
	background-color:#ffe57f;
}
tr.trThread_alt
{
	background-color:#fff0c9;
}
tr.trThread:hover, tr.trThread_alt:hover
{
	
}
table#tblForumList a
{
	text-decoration:none;
	color:black;
}
table#tblForumList a:hover
{
	color:#333333;
}

/*Threads - Auflistung der Einträge*/
table#tblForumThread
{
	border-collapse:collapse;
	border:1px solid gray;
	width:80%;
}
table#tblForumThread th
{
	text-align:left;
	padding:5px;
	color:white;
	background-color:#333333;
}
table#tblForumThread th a
{
	color:white;
	text-decoration:none;
}
table#tblForumThread td
{
	padding:3px;
}
table#tblForumThread tr.thread_alt
{
	background-color:#f8d98c;
}
.forumEntryHeader
{
	border-bottom:1px solid gray;
}
.forumEntryName
{
	vertical-align:top;
}

/*

	GUESTBOOK

*/
.tblGuestbook textarea
{
	width: 300px;
	height: 200px;
}
.tblGuestbook #txtName,
.tblGuestbook  #txtMail
{
	border:1px solid gray;
}
.tblGuestbook td.entryText
{
	border-bottom:1px dotted gray;
	padding-bottom:15px;
}

.guestbookAddNewEntry
{
	padding: 10px 0;
	border-bottom:2px solid #dcdcdc;
	width:500px;
}

.guestboookEntry
{
	width:500px;
}

.guestbookEntryName
{
	padding: 2px 0;
	font-weight:bold;
}

.guestbookEntryDate
{
	clear:left;
	padding: 3px 0;
}

.guestbookEntryText
{
	line-height:1.4em;
}
.guestboookEntry hr
{
	border:1px solid #dcdcdc;
	clear:left;
}	

/*

	CONTACT

*/
#tblContactForm textarea
{
	width:400px;
	height:300px;
}

/*

	TERMINE

*/
#divTerminListe
{
	padding:10px;
	max-width:500px;
}
#divTerminListe h3
{
	color:#333333;
}
#divTerminListe a
{
	color:black;
}
#divCalendarMiniView
{
	float:right;
	padding: 0 50px 0 0;
	width:180px;
	border:2px solid #dcdcdc;
	padding:0 1em;
}
.listTermine
{
	list-style-type:none;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
}
.listTermine li
{
	padding:3px;
}
.listTermine a
{
	color:#333333;
	text-decoration:none;
}
.listTermine a:hover
{
	text-decoration:underline;
}

.divCalendarDetailDate
{
	color:#666;
}

a.calendarAppointment,
a.calendarAppointment:visited
{
	color: #fff !important;
	background-color: #D11D06;
	font-weight: bold;
	border: 1px solid #666;
	padding: 5px;
	text-decoration: none;
}
a.calendarAppointment:hover
{
	color: #efefef;
}

#ulTerminAttachments,
#ulTerminAttachments li
{
	list-style:none;
	padding:0;
	margin:0;
}

/*

	PROGRAMM
	
*/
#divProgrammPreview
{
	margin: 0 40px 0 20px;
}
#divProgrammPreview h3
{
	clear:both;
	color:#333333;
	margin: 3px 0px 3px 0px;
}	
#divProgrammPreview p
{
	padding-bottom:5px;
	margin-bottom:20px;
	min-height:80px;
}
#divProgrammPreview hr
{
	clear:left;
	border: 1px solid #dcdcdc;
}
#divProgrammPreview div img.thumb
{
	float:left;
	height:80px;
	padding:3px;
}
#divProgrammPreview div.divProgrammText
{
	clear:left;
}
#divProgrammPreview h3
{
	color:#333333;
	margin:0;
}
#divProgrammPreview h3 a, #divProgrammPreview h3 a:visited
{
	text-decoration:none;
	color:#333333;
}
#divProgrammPreview h3 a:hover
{
	text-decoration:underline;
}

h3.programmHeader
{
	float:left;
}

h3.programmHeader a,
h3.programmHeader a:visited
{
	text-decoration:none;
}

/*


	NEWSLETTER

*/
#tblNewsletterOrder #txtVorname,
#tblNewsletterOrder #txtNachname,
#tblNewsletterOrder #txtEmail,
#tblNewsletterOrder #txtEmailCopy
{
	border:1px solid gray;
}

.divSearchPanel
{
	border-bottom:3px solid #dcdcdc;
	padding-bottom:5px;
	margin-bottom:5p;
}

/*

	NEWSLETTER

*/
.divNewsletterListShortText
{
	clear:left;
	line-height:1.3em;
}
/*

	RESERVIERUNGEN

*/
#tblBallReservierung span.message
{
	visibility:hidden;
}
