img {
   behavior: url("http://www.winterhilfe.info/index.php?/plugin/pngbehavior.htc");
}
/* # $Id: style_guestbook_backend.css - v2.8 2007/07/23 ian */

/******** Begin Guestbook Styles *********/

	.serendipity_guestbook  {
		margin: 0;
		padding: 0;
	}

	#guestbook_entrypaging {
		border: 0 none;
		padding-bottom: 10px;
		text-align: center;
	}

	h2.serendipity_title {
		text-align: center;
	}

	#guestbook_entrybundle {
		border: 1px solid #666;
		margin: 0;
		padding: 0;
		background-color: #555;
		text-align: left;
		-moz-border-radius: .0em 0 1em 1em;
	}
	
	.serendipity_commentDirection { 
		text-align:justify;
	}
	
	.guestbook_emailprotect { 
		font-size: x-small;
	}
	
	.captcha { 
		border: 1px solid #777;
	}
	
	.guestbook_entrytop { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		color: #ccc;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_entrytop a,
	.guestbook_entrytop a:link,
	.guestbook_entrytop a:visited,
	.guestbook_entrytop a:active,
	.guestbook_entrytop a:focus { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #7389F5;
		text-decoration: none; 
	}
	
	.guestbook_entrytop a:hover {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #ADB4D9; 
	}
	
	.guestbook_admin { 
		text-align: right;
	}
	
	.guestbook_admintext { 
		text-align: right; 
		padding-right: 10px;
	}
	
	.guestbook_admintextdim { 
		color: #777; 
		text-decoration: none;
	}
	
	td.guestbook_adminbutton { 
		text-align: right;
		vertical-align: top;
	}
	
	.guestbook_entrybottom { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: 500;
		color: #333;
		text-align: left;
		padding: 4px;
		background: #e1e5de;
		border-top: 1px solid #996;
		border-bottom: 1px solid #996;
		margin-bottom: 6px;
	}
	
	.guestbook_dynamicentry {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		color: #ccc;
		font-weight: 500;
		text-align: left;
		padding: 4px;
		white-space:nowrap;
	}
	
	.guestbook_dynamicentrylabel {
		font-size: 12px;
		font-weight: 700;
		color: #7389F5;
	}
	
	.guestbook_splitentries { 
		clear: both;
	}
	
	.guestbook_errorbundled { 
		width: auto;
		border: 1px dashed #FF3300;
		-moz-border-radius: .0em 0 1em 1em;
	}
	
	.guestbook_errors { 
		font-family: verdana,arial,helvetica,sans-serif;
		font-size: 11px;
		font-weight: 600;
		text-align: left;
		color: #800040;
	}
	
	.guestbook_popup { 
		text-align:center;
		padding-bottom: 10px;
	}
	
	a:link.serendipityPrettyButton,
	a:visited.serendipityPrettyButton,
	a:hover.serendipityPrettyButton { 
	   text-decoration: none;
	   color: #1D2E3F;
	}

	.serendipityPrettyButton { 
		padding: 1px;
		/* see inside guestbook plugin while we need the template path, which does not get parsed here */
		/*background: #80B0DA url({TEMPLATE_PATH}/button_background.png) repeat-x top;*/
		color: #1D2E3F;
		font-weight: bold;
		font-size: 0.9em;
		border: 1px outset #000;
		margin: 2px;
	}

	/* Special class if the button is a <a> tag */
	a.serendipityPrettyButton { 
		padding: 2px 4px 2px 4px;
		cursor: pointer;
		/* see inside guestbook plugin while we need the template path, which does not get parsed here */
		/*background-image: url({TEMPLATE_PATH}/button_background.png);
		background-repeat: repeat-x;
		background-position: top;*/
	}

	.serendipity_entry, 
	.serendipity_entry_body {
		border-top: 0 none;
	}

/******** End Guestbook Styles *********/


    .serendipity_guestbook .serendipityPrettyButton {
        background: #80B0DA url(http://www.winterhilfe.info/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://www.winterhilfe.info/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* templates/newspaper/style.css  */
A {
    border-bottom:0px dotted #1a3c5a;

    color: #32557A;
    font-weight: bold;
    text-decoration: none;
}

A IMG {
	border-bottom:0px solid #ffffff;
}

A:hover {
    color: #EE7F09;
}

SPAN.serendipityReferer, SPAN.serendipityReferer A {
    font-weight: normal;
    text-decoration: none;
    font-size:10px;
}

H3 {
	margin: 4px;
}

h4 {
	margin:4px;
}

PRE {
    font-size: 7pt;
}

INPUT,SELECT {
    font-size: 7pt;
	border: 1px solid #ababab;
	background-color: #FCFFF9;
}

#mainpane {

}

#content {

}

#serendipityRightSideBar {
	padding: 10px;
}

#serendipityLeftSideBar A {
	font-weight: normal;
}

.serendipity_entryFooter {
	margin-top:10px;
	border-bottom:1px dashed #cdcdcd;
}

.serendipityPlug A {

}

BODY,P, TD, TH, DIV, SPAN {
        color: #061C37;
	font-size: 8pt;
	font-family: Georgia, Tahoma, Verdana, Arial;
}

BODY {
	background-color: #ffffff;
}

.serendipity_banner {
	background-color: #FFFDEC;
}


a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
	font-size: 25px;
	font-family: Georgia;
        color:#082447;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
	padding-left:38px;
	font-size: 14px;
	font-family: Georgia;
        color:#082447;
}


.serendipity_title {
	font-variant:small-caps;
	font-size:11pt;
	letter-spacing:2pt;
	font-style: italic;
	font-weight:bold;
	padding-top: 16px;
	padding-bottom:8px;
	border-top:1px dashed #cdcdcd;
}

.serendipity_entry {
	padding-left: 16px;
	font-size: 9pt;
	text-align:justify;
}

.serendipity_entry a {

}

div.serendipity_Entry_Date {

}

.serendipity_date {
	text-align: right;
	font-size: 12pt;
	font-weight: bolder;
	text-decoration:italic;
	padding-top: 24px;
}

.serendipity_commentsTitle {
        font-size: 24pt;
}

.serendipity_time {
}

TD.serendipity_commentsLabel {

}

TD.serendipity_comment {
    border-bottom:1px dotted #cdcdcd;
    padding-top:16px;
}

.serendipity_comment {
    padding-top: 1em;
    overflow: auto;
}

.serendipity_comment_source {

}

TD.serendipityEntriesBox {

}

TD.serendipity_admin {

}

TABLE.serendipity_calendar {

}

TD.serendipity_calendarDay, TD.serendipity_calendarBlankDay, TD.serendipity_calendarDayFirstInRow, TD.serendipity_calendarBlankDayFirstInRow{
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
}

TD.serendipity_calendarDayLastInRow, TD.serendipity_calendarBlankDayLastInRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-right:1px solid #F0EEDE;
}

TD.serendipity_calendarDayLastRow, TD.serendipity_calendarBlankDayLastRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-bottom: 1px solid #F0EEDE;
}

TD.serendipity_calendarDayLastInLastRow, TD.serendipity_calendarBlankDayLastInLastRow {
	padding: 2px;
	border-top:1px solid #F0EEDE;
	border-left:1px solid #F0EEDE;
	border-right:1px solid #F0EEDE;
	border-bottom:1px solid #F0EEDE;
}



TABLE.serendipity_calendar A {

}

TABLE.serendipity_calendar A:hover {

}

TD.serendipity_calendarHeader {
	border-bottom: 0px solid #cdcdcd;
	border-left: 0px;
	border right: 0px
}

TD.serendipity_weekDayName {

}

div.serendipityPlug, div.jBlogPlug A {

}

/* Container for each item on the side bar */
div.serendipitySideBarItem {

	padding-bottom: 20px;
}


TD.serendipityBanner {

	padding-top:0px;
}

TD.serendipityContent {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 0px;
	border-bottom: 1px dotted #ABABAB;

}

#serendipityRightSideBar #serendipitySideBarContent A {
        font-size: 8px;
}

#serendipitySidebarContent {
    text-indent: 15px;
}

/* title of an individual item */
div.serendipitySideBarTitle {
	font-weight: bold;
}

img.serendipityImageButton {

}


div.serendipity_admin_title {

}

div.serendipity_admin_list_title {

}

td.serendipity_admin_list_item {

}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.serendipity_admin_filters,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
}

.serendipity_comments {
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
    background-color: #efefef;
}
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}/* User Gallery */
div.serendipity_gallery_row {
   clear:left;
   padding-left: 3%;
   margin-right: 3%;
}

div.serendipity_gallery_thumbs {
    padding: 3px;
    border: 1px solid #afafaf;
    float: left;
    overflow:hidden;
    margin: .5em;
}

div.serendipity_gallery_info {
   margin-left:auto; 
   margin-right:auto; 
   text-align:center;
}

div.serendipity_gallery_entry {
   margin-left:auto; 
   margin-right:auto; 
   text-align:center;
}

div.serendipity_gallery_title {
    font-size: 1.1em;
    text-align:center;
    font-weight:bold;
}

div.serendipity_gallery_navigation {
    font-size: 1.0em;
    text-align:center;
}

img.gallery_thumb {
   margin-left:auto; 
   margin-right:auto; 
   text-align:center;
   border: 0;
}

div.serendipity_gallery_pagination_top {
	border-top: 1px solid #ccc;
}

div.serendipity_gallery_pagination_bottom {
	border-bottom: 1px solid #ccc;
}

/* EXIF TAGS */
.all_img_info {
 	width: 100%;
 	float: left;
 	text-align: center;
 	margin-bottom: 2em;
}
.exif_info_head {
 	background-color: #ccd9e6; 
 	border: 1px solid #fff;
}
.exif_info_row, .exif_info_head {
 	clear: both;
 	margin: 0 auto;
 	width: 400px;
}
.exif_info_tag, .exif_info {
 	float: left;
 	display: block;
 	width: 120px;
 	text-align: left;
	border: 1px solid #fff;
	background-color: #ccd9e6;
	padding: 3px;
}
.exif_info {
 	width: 264px;
 	background-color: #eee;
}