
.serendipity_multilingualInfo {
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_multilingualInfo a {
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_multilingualInfo a:hover {
    color: green;
}

.serendipity_entry_body a:visited { background-image:	 url("plugins/serendipity_event_layout_linkmarkup/visited.png");
				    background-repeat:	 no-repeat;
				    background-position: right center;
				    padding-right:	 11px; }

#serendipityFAQNav {
    border-bottom:1px solid #000000;
    margin:auto auto 10px auto;
}

#serendipityFAQNav a {
    text-decoration:none;
}

#serendipityFAQNav p {
    margin:0px 0px 0px 0px;
    padding:2px 2px 2px 2px;
}
	#entry_paging { 		border: 0;		margin: 0;		padding:1em 0pt 10px;		background: transparent;		text-align: center;	}		#showentry_bundle { 		margin: 0;		padding: 0;		background-color:#9CCAEA;				border:1px solid #3A96D6;		text-align: left;		-moz-border-radius: .0em 0 1em 1em;	}	.serendipity_commentDirection { 		text-align:justify;	}		.captcha { 		border:1px solid #777;	}		.guestbook_msg { 		text-align: center;		padding: 10px;		border: 1px solid #999;		background-color: #F0F0F0;	}		.guestbook_bg { 		padding: 6px;		border: 1px solid #333;		background: #bababa;	}		.guestbook_entrytop { 		font-family: Arial,Helvetica,sans-serif;		font-size: 11px;		color: #800040;		font-weight: 500;		text-align: left;		padding: 4px;		/*background-color: #ccc;		background: #ddd;*/		white-space:nowrap;	}		.guestbook_entrytop a,	.guestbook_entrytop a:link,	.guestbook_entrytop a:visited,	.guestbook_entrytop a:hoover,	.guestbook_entrytop a:active,	.guestbook_entrytop a:focus { 		font-family: Arial,Helvetica,sans-serif;		font-size: 12px;		font-weight: 700;		text-decoration: none;	}		.guestbook_entrytop A { 		/*color: #FF8040;*/	}		.guestbook_admin { 		text-align: right;	}		.guestbook_admin_text { 		text-align: right; 		padding-right: 10px;	}		.guestbook_admin_text_dim { 		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;		text-align: left;		padding: 4px;		background: #D8EAF7;		border-bottom:1px solid #3A96D6;				border-top:1px solid #3A96D6;		margin-bottom: 6px;	}		.guestbook_splitentries { 		clear: both;	}		.guestbook_error_bundled { 		width: auto;		border: 1px dashed #FF3300;		-moz-border-radius: .0em 0 1em 1em;				margin-top:20px;	}		.guestbook_errors { 		font-family: verdana,arial,helvetica,sans-serif;		font-size: 11px;		font-weight: 600;		text-align: left;		color: #800040;	}		.guestbook_input { 		font-family: verdana,arial,helvetica,sans-serif;		font-size: 11px;		border: 1px solid #333;		text-align: left;		padding: 2px;		background-color: #bbb;	}		.guestbook_made { 		padding: 10px;		border: 1px solid #999;		background-color: #F0F0F0;	}		.guestbook_reiter { 		font-weight: 500;		text-align: center;		font-size: 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 */		/*background: #80B0DA url(./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 */		/*background-image: url(./button_background.png);		background-repeat: repeat-x;		background-position: top;*/	}

    .serendipity_guestbook .serendipityPrettyButton {
        background: #80B0DA url(http://www.sollschwitz.de/serendipity/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://www.sollschwitz.de/serendipity/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* templates/bluesoll/style.css  */
/********* General Styles  *********/

 /* used in entry/sidebar titles */
h4, h3	{
	margin: 0; }

/* the input boxes used in forms */
input, textarea, select {
	font-size: 10pt; }

/* all table headers and rows */
th, td {
	font-size: 10pt; }

/* style for lists */
li {
	list-style-position: inside; }

/* style for blockquotes inserted into posts */
blockquote {
	font-style: italic;
	color: #504e53;
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #3a96d6;
	background: #f5f5f5; }

/* all links are blue with no underline */
a:link, a:visited, a:active {
	color: #235587;
	text-decoration: none; }

/* change link color to dark blue and underline when hovered over */
a:hover {
	color: #5f90ba;
	text-decoration: underline; }

/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center; }

/* warning messages from s9y */
.serendipity_msg_important {
	color: red; }

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
	color: green; }

/* style to temporarily change something to grey */
.grey {
	color:#999; }

/********* End of General Styles *********/




/********* Structural Styles *********/

/* preset styles for entire blog unless overruled elsewhere, page footer is here as well */
body {
	direction: ltr;
	font-size: 0.9em;
	background: #ffffff url(templates/bluesoll/img/tropfen.jpg);
	background-attachment: fixed;
	margin: 0;
	padding:0;
	font-family: "trebuchet ms", "bitstream vera sans", arial, sans-serif; }

/* wrapper for page */
#wrap {
	width:90%;
	margin:0 auto; }

/* container for banner */
#serendipity_banner {
	margin-top:10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 850px;
	height: 100px;
	border-right:1px solid #3a96d6;
	border-left:1px solid #3a96d6;
	border-top:1px solid #3a96d6;
	background: #3a96d6 url(templates/bluesoll/img/header_01.jpg) no-repeat; }

/* container for content and sidebar */
#mainpane {
	border-right:1px solid #3a96d6;
	border-left:1px solid #3a96d6;
	border-bottom:1px solid #3a96d6;
	margin: 0 auto;
	width: 852px;
	border-top: 0px;
	background-color: #f5f9fd; }

/* container for entries column */
#content {
	padding: 0 10px 3px 10px;
	margin: 0 10px 3px 10px;
	width: auto;
	background:url(templates/bluesoll/img/bg_mitte.jpg) repeat-y; }

/* container for right sidebar */
#serendipityRightSideBar {
	width: 170px;
	padding: 0 2px 0 2px;
	margin:0;
	vertical-align: top;
	background: #f5f9fd; }

/* container for left sidebar */
#serendipityLeftSideBar {
	width: 170px;
	padding:0 2px 0 2px;
	margin:0;
	vertical-align: top;
	background-color: #f5f9fd; }

/* container for page footer */
#footer {
	width: 852px;
	align: center;
	padding: 0px;
	margin: 0px auto; }

/********* End of Structural Styles *********/




/********* Header/Banner Styles *********/

/* the big link in the banner, blog name/entry title */
a.homelink1, a.homelink1:hover, a.homelink1:link, a.homelink1:visited, #serendipity_banner h1 {
	visibility:hidden;
	color: #fff;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 20px;
	padding-left:15px;
	padding-top: 54px;
	margin: 0px;
	text-transform:uppercase;
	text-decoration: none; }

/* the smaller link in the banner, blog description */
a.homelink2, a.homelink2:hover, a.homelink2:link, a.homelink2:visited, #serendipity_banner h2 {
	color: #FFB609;
	padding-left: 10px;
	font-size: 14px;
	margin: 0px;
	font-style:italic;
	text-transform:lowercase;
	text-decoration: none; }

/********* End of Header/Banner Styles *********/




/********* Footer Styles *********/

/* footer paragraph text */
#footer p {
	color:#ffffff;
	text-transform:lowercase;
	font-size: 9pt;
	font-weight:bold;
	line-height: 1.5; }

/* make footer links blue, no underline */
#footer a {
	color:#ffffff;
	text-decoration:none; }

/* underline footer links when hovered over */
#footer a:hover {
	color:#3a96d6;
	text-decoration:underline; }

/********* End of Footer Styles *********/





/********* Entry Styles *********/

/* container for the entry/post */
.serendipity_entry {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #504e53;
	font-size: 9.5pt;
	font-weight: normal;
	border: 1px solid #286b9a;
	padding-top: 0.6em;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	background: #d8eaf7 url(templates/bluesoll/img/entrytitlebg03.png) repeat-x top;
	margin: 10px 0 40px 0; }

/* container for entry title and date */
.serendipity_Entry_Date {
	font-size:20px;
	clear:both; }

/* style for the actual date below entry title */
.serendipity_date {
	text-align:right;
	color: #999;
	margin: 0px 0 0 0px;
	text-transform:uppercase;
	font-size:12px;
	border-bottom: 0px solid #504e53;
	padding: 10px 0px 0px 0px; }

/* entry title */
.serendipity_title {
	font-size:1.6em;
	font-weight: bold;
	margin-top: 5px;
	color: #235587; }

/* style for the meta box title */
.serendipity_meta_title {
	font-size: small;
	font-weight: bold;
	margin: 0;
	padding:0;
	color: #235587; }

/* entry title link, regular color is black */
.serendipity_title a:link, .serendipity_title a:visited {
	text-decoration: none;
	font-weight: bold;
	border: 0;
	background:none;
	color: #504e53; }

/*entry title link when hovered over, changes to orange */
.serendipity_title a:hover {
	color: #3a96d6; }

/* additional styles used for entry text */
.serendipity_entry p {
	margin: 0px;
	padding-bottom: 0px;
	margin-top:1em;
	}
	
.entry_footer_link{
	font-size:1.1em;
	line-height:4em;
	text-decoration:underline;

}	

/* style for extended body */
.serendipity_entry_extended {
	margin-top:20px; }

/* prevent styling of the extended placeholder, otherwise the background image is visible */
#extended {
	background:none;
	display:none; }

/* style for links within entries */
.serendipity_entry_body a, .serendipity_entry_extended a {
	padding-right: 11px;
	}

/* style for links when hovered over within entries */
.serendipity_entry_body a:hover, .serendipity_entry_extended a:hover {
	}

/* the meta box that includes links to comments, trackbacks etc */
div.serendipity_entryFooter {
	margin: 0 0px 0px 0px;
	background-color: none;
	font-size: 9px;
	color: #235587;
	padding-top: 5px;
	padding-bottom: 5px; }

/* style for links within the page footer */
div.serendipity_entryFooter a {
	font-weight:bolder; }

/* style for hovered over links within page footer */
div.serendipity_entryFooter a:hover {
	color: #3a96d6;
	text-decoration:none; }

/* styles for category icon if used */
img.serendipity_entryIcon {
	float: left;
	border-top: 0px solid #3a96d6;
	border-right: 8px solid #3a96d6;
	border-bottom: 0px solid #3a96d6;
	border-left: 0px solid #3a96d6;
	margin-top:0px;
	margin-right: 3px; }

/* styling the continue reading byline, needed to stop firefox making the link 100% wide */
.continue_reading {
	display:block;
	margin-top:10px;
	clear:left; }

/* styling the continue reading byline link */
.continue_reading a {
	color: #DF0625;
	text-transform: lowercase;
	font-weight:bold;
	background:none; }

/* styling the continue reading byline when hovered over */
.continue_reading a:hover {
	color: #97b91d;
	background:none;
	text-transform: lowercase;
	text-decoration: underline; }

/* not used, but allows additional style to show author's posts in multi-author blogs */
.serendipity_entry_author_self {
	}

/* styles for the next/previous links above footer, includes start page and archives links */
.serendipity_pageFooter {
	clear:both;
	margin-top:10px; }

/* container for summary listings in archives */
.archive_summary {
	clear:both;
	margin:15px 0 0 10px;
	font-size:0.9em;}

/* style for entry title in summary archives overview */
.archive_summary_title {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0; padding:0; }

/********* End of Entry Styles *********/




/********* Comment Styles *********/

/* container for all comments, not styled separately in default theme */
.serendipity_comments {
	padding-left: 5px;
	background: url(templates/bluesoll/img/entrytitlebg03.png) repeat-x;
	}

/* comments, trackbacks and commentform titles */
.serendipity_commentsTitle {
	font-size: medium;
	font-weight: bold;
	margin-top: 10px;
	color: #504e53;
	text-transform:uppercase;
	clear:left; }

/* container for individual comments */
.serendipity_comment {
	padding: 3px; }

/* style for comment author, date commented etc */
.serendipity_comment_source {
	margin-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-bottom: 3px; }

/* style for comment author if logged in */
.serendipity_comment_author_self {
	border-top:3px solid #e37235;
	border-bottom:3px solid #e37235; }

/* style for even numbered comments*/
.comment_evenbox {
	margin:0 0 20px 0;
	background-color:#b0d5ef;
	color:#504e53;
	line-height:1.5em; }

/* style for odd numbered comments*/
.comment_oddbox {
	margin:0 0 20px 20px;
	background-color:#ebf4fb;
	color:#504e53;
	line-height:1.5em; }

/********* End of Comment Styles *********/



/********* Comment Form *********/

/* container style for entire comment form */
.serendipity_commentForm {
	font-size: 13px;
	color: #404040;
	margin-bottom: 13px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF; }

/* style for name, email etc fields in comments form */
td.serendipity_commentsLabel {
	font-size: 12px;
	font-weight: bold;
	vertical-align: top; }

/* styles for input boxes in comments form */
td.serendipity_commentsValue input, td.serendipity_commentsValue select, td.serendipity_commentsValue textarea {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px; }

/********* End of Comment Form *********/




/********* Sidebar Styles *********/

/* container style for individual sidebar blocks */
div.serendipitySideBarContent {
	padding-left: 0px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight:normal;
	font-color:#ffffff;
	}

/* style for each sidebar title */
.serendipitySideBarTitle {
	background: url(templates/bluesoll/img/storch.png) no-repeat 0px -1px;
	line-height: 18px;
	color: #504e53;
	margin:10px 0 4px 0px;
	text-transform:uppercase;
	display:block;
	font-size:.9em;
	border-bottom: 1px solid #3a96d6;
	padding: 0px 0 0 23px;
	}

/* style for the powered by sidebar entry */
div.serendipityPlug img {
	padding-left:5px; }

/* style for the powered by link */
div.serendipityPlug a {
	text-decoration: none;
	border: 0px; }

/* style for input and select drop downs in sidebar */
.serendipitySideBarContent input, .serendipitySideBarContent select {
	width:150px; }

/* style for side bar date eg recent entries plugin */
.serendipitySideBarDate {
	line-height:0.9em; }

/********* End of Sidebar Styles *********/




/********* Calendar Styles *********/

/* style for entire table in calendar plugin */
table.serendipity_calendar {
	border-bottom:1px solid #3a96d6;
	border-left:1px solid #3a96d6;
	border-right:1px solid #3a96d6; }

/* container style for calendar table rows */
table.serendipity_calendar td {
	text-align:center;
	padding: 3px; }

/* style for calendar date links */
table.serendipity_calendar a {
	font-weight: bold;
	text-decoration:underline; }

/* style for calendar links when hovered over */
table.serendipity_calendar a:hover {
	text-decoration: underline; }

/* style for calender header row */
.serendipity_calendarHeader {background:#3a96d6; }

/* styles for month name and arrows in calendar */
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
	border: 0;
	color:#fff;
	text-decoration: none; }

/* style for calendar weekday names */
td.serendipity_weekDayName {
     	font-size:95%!important;
	font-size:90%;
	font-weight:575;
	color:#fff;
	background:#286b9a; }

/* style for calendar day rows */
td.serendipity_calendarDay {
	color:#888;
	font-size:90%; }

/* separate style for today's date */
td.Today {
	color: #444;
	font-weight:bold;
	border:1px solid #3a96d6;
	}

/* styles for calendar days rows */
.row1 {background: #9ccaea; }
.row2 {background: #b0d5ef; }
.row3 {background: #c4e0f3; }
.row4 {background: #d8eaf7; }
.row5 {background: #ebf4fb; }
.row6 {background: #f5f9fd; }

/********* End of Calendar Styles *********/





/********* Embedded images with the s9y image manager *********/

/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	border-top: 1px solid #3a96d6;
	border-right: 1px solid #3a96d6;
	border-bottom: 8px solid #3a96d6;
	border-left: 1px solid #3a96d6;
	background-color: #ffffff;
	margin: 3px;
	padding: 3px;
	text-align: center; }

/* style for image container when linked to larger image */
.serendipity_imageComment_center a, .serendipity_imageComment_left a, .serendipity_imageComment_right a {
	background:none; }

/* style for image container when hovered over */
.serendipity_imageComment_center a:hover, .serendipity_imageComment_left a:hover, .serendipity_imageComment_right a:hover {
	background:none; }

/* style to center image and text within entry */
.serendipity_imageComment_center {
	margin: auto; }

/* style to left align image and text within entry */
.serendipity_imageComment_left {
	float: left; }

/* style to right align image and text within entry */
.serendipity_imageComment_right {
	float: right; }

/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	text-align: center; }

/* styles for the text below the image if used */
.serendipity_imageComment_txt {
	border: 0px solid #3a96d6;
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center; }

/********* End of Media Manager Styles *********/





/********* Plugin Styles *********/

/* container for search results, static page navigation and s9y no entries message */
.serendipity_search, .staticpage_navigation, .serendipity_overview_noentries {
	margin:10px 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	clear:both; }

/* style for input box for quicksearch */
#serendipityQuickSearchTermField {
	width:70%;
	margin-top:10px!important;
	margin:0;
	padding:0; }

/* style for the search term and number of results using quicksearch */
.searchterm, .searchresults {color:#235587;font-weight:bold; }

/* style for freetag items above entries */
.serendipity_freetag_taglist {
	margin:10px 0 20px 0;
	padding:15px;
	font-size: 80%;
	color:#505050;
	border: 1px solid #c0c0c0;
	background-color: #fafbfc;
	line-height:1.5em;
	text-align: justify; }

/* container for freetag plugin in entry footer */
.serendipity_freeTag {
	margin-top:10px;}

/* style for the rss feed image in freetag plugin */
img.serendipity_freeTag_xmlButton {
	border:none;
	padding-left:2px; }

/* container for karma vote plugin */
.serendipity_karmaVoting {
	margin-top: 10px; }

/* allows additional styling for top exits text in karma plugin */
.serendipity_karmaVoting_exits {
	}

/* style for number of top exits in karma plugin */
.serendipity_karmaVoting_exits_num {
	}

/* style for karma plugin 'Karma for this article:' and vote links */
.serendipity_karmaVoting_text {}

/* style for vote links in karma plugin */
.serendipity_karmaVoting_links {
	display:block;
	clear:left; }

/* style for karma plugin text and vote line */
.serendipity_karmaVoting_current, .serendipity_karmaVoting_visits {}

/* style for the separator '|' in the karma plugin top exits */
.serendipity_karmaVoting_exits_sep, .serendipity_karmaVoting br {
	display:none; }

/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
	color:#333; }

/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
	line-height:0.5em; }

/* container for individual comment within sidebar */
.plugin_comment_wrap {
	display:block;
	margin:15px 0 0 0;
	border-top:1px solid #ddecfb;
	border-bottom:1px solid #ddecfb;
	background-color:#fafbfc;
	color:#505050; }

/* style for comment body within sidebar */
.plugin_comment_body {
	font-style:oblique; }

/* Style fuer menalto gallery random pic*/
.one-image {
text-align:center;
}

.ImageFrame_none{
border:1px solid #9CCAEA;
}

/********* End Plugin Styles *********/

/*banner_styles*/

.werbebanner{
margin:1em auto;
padding:0px;
width:468px;
height:60px;
}

.werbebanner img{
	border:0px;
}
#twitter_update_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
	padding-left:0;
	float:left;
}

#twitter_update_list a {
	float:left;
	font-style:italic;
	color:#999;
	width:100%;
}

#twitter_update_list span + a {
	margin-bottom:1em;
	border-top:1px solid #666;
}

#twitter-link {
	float:left;
	text-decoration:underline;
	color:#777;
}div.linklist span.menu_title {
	color:#000000;
	font-size:1.1em;
	font-style:italic;
}

div.linklist {
      padding: 0px;
      margin: 0px;
      text-align: left;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
div.linklist ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: left;
	white-space: nowrap;
}

div.linklist li {
      margin: 5px 0px;
	 font-size:1.05em;
      padding: 0px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

div.linklist ul li ul{
      list-style: disc;

}

div.linklist img {
	border: 0px;
	vertical-align: middle;
}
div.linklist a.folder {
	text-decoration: none;
}
div.linklist a.link {
	text-decoration: underline;
}
div.linklist a:hover {
	color: #333;
}