.bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
}
.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}
img {
   behavior: url("http://www.rhy-deufel-oeflingen.de/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.rhy-deufel-oeflingen.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }

    .serendipity_guestbook a.serendipityPrettyButton {
        background: transparent url(http://www.rhy-deufel-oeflingen.de/plugins/serendipity_event_guestbook/img/button_background.png) repeat-x top;
    }


/* templates/rhydeufel/style.css  */
h1,h2,h3,h4,h5,h6 {
	color:#FF6666;
	font-family: Georgia,Times,"Times New Roman",serif;
}

h4, h3 {
    margin: 0;
}

pre {
	font-family:Monaco,"Lucida Console","Courier New",monospace;
}

.serendipitySideBarContent input {
	width: 90%;
	margin-left: 7px;
	border:1px solid #3333FF;
}

.serendipitySideBarContent input.textfield {
}

#mainborder {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#mainpane {
	text-align: left;
	padding: 0px;
}

#content {
	width: 545px;
	line-height: 1.5em;
	padding:0px;
	padding-left:15px;
	margin:0px;
}

#serendipityRightSideBar {
    width: 200px;
    vertical-align: top;
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
}

#serendipityLeftSideBar {
    width: 210px;
    padding: 10px;
    vertical-align: top;
}

#sidebar {
	border-right:2px dashed #3333FF;
	padding-right:15px;
}

body {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #000000;
	color: #CCCCFF;
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	background-image:url(templates/rhydeufel/img/logo.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

input, textarea {
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
}

p, td, th, div, span {
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
}

#mainpane li {
	list-style: disc;
	list-style-image:url(templates/rhydeufel/img/bullet.png);
}

#header {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#serendipity_banner {
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	margin: 0px;
	padding: 10px;
	border: 4px solid #3333FF;
	height: 125px;
	background-position: top;
	background-repeat: no-repeat;
	background-image: url(templates/rhydeufel/img/banner.jpg);
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
	color: #FFFFFF;
	font-size:26px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	text-decoration: none;
}

.serendipity_title {
    color: #FF6666;
    font-size: 2em;
    text-align: left;
    font-weight: bold;
    margin-bottom:0.5em;
    margin-top:0px;
    line-height:normal;
}

.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_title a:hover {
	color: #FF6666;
	text-decoration: none;
}

.serendipity_entry {
	padding:0px;
	margin:0px;
	color: #CCCCFF;
}

.serendipity_entry_body_folded,
.serendipity_entry_body_unfolded,
.serendipity_entry_extended {
    /* Inner blocks of .serendipity_entry, can be used for further customization */
}

div.serendipity_Entry_Date {
	width: auto;
}

.serendipity_date {
	color: #FFFFFF;
	font-family: Georgia,Times,"Times New Roman",serif;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid #FFFFFF;
}

.serendipity_commentDirection {
	margin-bottom:1em;
}

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

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    width: 95%;
    border: 1px solid #3333FF;
    padding: 2px;
    background:#000000;
    color:#CCCCFF;
}

input[type=submit], input[type=button] {
    background:#3333FF;
    color:#000000;
    font-weight:bold;
    margin:1px;
}

td.serendipity_commentsLabel {
    font-weight: bold;
    vertical-align: top;
    color:#9999FF;
}

.serendipity_commentForm {
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.serendipity_comment {
	margin-bottom: 1em;
	overflow: auto;
}

.serendipity_commentBody {
	border-top: 2px solid #3333FF;
}

td.serendipity_admin {
	padding: 10px;
}

a, a:link, a:visited, a:active {
	color: #6666FF;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {
	color: #FF6666;
	text-decoration: underline;
	font-weight:bold;
}

table.serendipity_calendar td {
    padding: 3px;
    text-align: center;
}
table.serendipity_calendar a {
    font-weight: bold;
    text-decoration: none;
}
table.serendipity_calendar a:hover {
    text-decoration: underline;
}
td.serendipity_weekDayName {
    font-weight:bold;
}
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

div.serendipityPlug, div.serendipityPlug a {
    font-size: 11px;
    text-decoration: none;
    border: 0px;
    text-align: center;
}

/* Container for each item on the side bar */
.serendipitySideBarContent {
	margin-left:1em;
}

.serendipitySideBarContent a, .serendipitySideBarContent a:link, .serendipitySideBarContent a:visited, .serendipitySideBarContent a:active {
	text-decoration: none;
}

.serendipitySideBarContent a:hover {
	text-decoration: underline;
}

div.serendipitySideBarItem {
	font-size:0.80em;
    color: #CCCCFF;
    margin-bottom: 15px;
    padding: 3px;
	margin-right: 0px;
	margin-top: 0px;
}

/* title of an individual item */
.serendipitySideBarTitle {
    color: #FF6666;
    font-size:1.4em;
	/* text-transform:uppercase; */
}

.serendipityImageButton {
    cursor: pointer;
}

td.serendipitySideBar {
    width: 200px;
    padding: 10px;
}

div.serendipity_admin_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 12px;
}

div.serendipity_admin_list_title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

td.serendipity_admin_list_item {
    padding: 15px;
    border: dashed 1px #000000;
}

.serendipity_entry p {
    margin: 0px;
    padding-bottom: 1.2em;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #3333FF;
    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: 0.80em;
    text-align: center;
}

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.serendipity_admin_filters {
    border: 1px dashed;
    font-size: 10px;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    font-size: 10px;
    text-align: center;
}

.serendipity_admin_sortorder input,
.serendipity_admin_sortorder select,
.serendipity_admin_filters input,
.serendipity_admin_filters select {
    font-size: 10px;
}

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

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
}

select, input, textarea {
    border: 1px solid #3333FF;
    background-color: #000000;
    color: #CCCCFF;
}

.captcha {
	border: 0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

blockquote {
  border-left: 3px solid #3333FF;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 1cm;
  margin-right: 1cm;
  background-color: #000066;
  color:#CCCCFF;
}

blockquote blockquote {
  margin-left: 0;
  margin-right: 0;
}

#serendipity_categories_list li {
	background:none;
	list-style:none;
	list-style-image:none;
}

table, td, th {
    border-color:#3333FF;
}

table {
	border-collapse:collapse;
}

table.border {
    border-style:solid;
    border-width:1px;
}

table.border td, table.border th {
    border-style:solid;
    border-width:1px;
}

#content tr,
#content td,
#content th {
	padding:3px;
	line-height:normal;
	border-color:#3333FF;
}

#content td,
#content th {
	font-size:0.80em;
}

#content th {
	background-color: #000066;
    color: #CCCCFF;
    font-weight:bold;
    text-align:center;
}

.staticpage_author,
.staticpage_metainfo {
    color: #6666FF;
    font-size: 0.75em;
    line-height:normal;
}

.staticpage_author {
    border-top: 2px solid #6666FF;
	margin-top: 2em;
	clear:both;
}

h4 {
	margin-top:1em;
	margin-bottom:0.5em;
}

small {
	font-size:0.80em;
}

.all_img_info {
	margin-top:1em;
}

.serendipity_search_results {
	margin-bottom:1em;
}

ul, ol {
	margin-top:1em;
	margin-bottom:1em;
	line-height:1.5em;
}

.container_serendipity_plugin_recententries br,
.container_serendipity_plugin_comments br,
.staticpage_navigation br,
.container_serendipity_plugin_guestbook br {
	line-height:0.5em;
}

.container_serendipity_plugin_imagesidebar .serendipitySideBarContent {
	text-align:center;
	padding-bottom:4px;
}

.staticpage_navigation tr, .staticpage_navigation td, .staticpage_navigation th {
	border:0px;
}

hr {
	background:#3333FF;
	border:none;
	border-top:2px solid #3333FF;
	margin:1em 0px 1em 0px;
}

.serendipity_msg_important {
	font-size:0.80em;
	color:#FF3333;
	background:#FFCCCC;
	border:1px dashed #FF3333;
	padding:3px;
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
}

.forum .serendipity_date {
	border:0;
	font-weight:normal;
    font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
}

.forum .nav {
	font-size:0.80em;
}

table.staticpage_navigation,
.serendipity_entryFooter,
.serendipity_comment_source,
.serendipity_entrypaging,
.staticpage_crumbs {
    color: #9999FF;
    border-top: 2px solid #9999FF;
    line-height: normal;
    padding: 3px 0px 0px 0px;
	margin-top: 0.5em;
	margin-bottom:1em;
}

.serendipity_entryFooter,
.serendipity_comment_source,
.serendipity_entrypaging,
.staticpage_crumbs {
    font-size: 0.80em;
}

.serendipity_entrypaging,
.staticpage_crumbs {
	border:0px;
	padding:0px;
	margin-top:0px;
}

div.serendipity_entrypaging {
    text-align:center;
    margin-bottom:1em;
}

table.staticpage_navigation {
	border:2px solid #3333FF;
	background:#000066;
	color:#CCCCFF;
}

.serendipity_entryFooter,
.serendipity_comment_source {
	font-size: 0.75em;
	margin-bottom: 2em;
	margin-top: 0.5em;
}

.serendipity_entryFooter {
	clear:both;
}

.serendipity_commentsTitle {
    display:block;
    color:#FF6666;
	font-family: Georgia,Times,"Times New Roman",serif;
}

.serendipity_commentsTitle,
.staticpage_precontent h1, .staticpage_content h1,
.staticpage_precontent h2, .staticpage_content h2,
.staticpage_precontent h3, .staticpage_content h3,
.staticpage_precontent h4, .staticpage_content h4,
.staticpage_precontent h5, .staticpage_content h5,
.staticpage_precontent h6, .staticpage_content h6 {
    font-size:100%;
    font-weight:bold;
    margin-left:0px;
    margin-right:0px;
    margin-top:1em;
    margin-bottom: 0.2em;
    padding:0px;
    border-bottom: 2px solid #FF6666;
    line-height: normal;
}

.serendipity_commentsTitle, .staticpage_precontent h1, .staticpage_content h1 {font-size: 1.8em; font-weight: normal;}
.staticpage_precontent h2, .staticpage_content h2 {font-size: 1.6em; border-bottom: none;}
.staticpage_precontent h3, .staticpage_content h3 {font-size: 1.4em; border-bottom: none;}
.staticpage_precontent h4, .staticpage_content h4 {font-size: 1.2em; border-bottom: none;}
.staticpage_precontent h5, .staticpage_content h5 {font-size: 1em; border-bottom: none;}
.staticpage_precontent h6, .staticpage_content h6 {font-size: 1em; font-weight: normal; border-bottom: none;}

.container_serendipity_plugin_imagesidebar img {
	border: 1px solid #3333FF;
	padding: 0px;
	margin: 0px;
}

.container_serendipity_plugin_imagesidebar a img {
	border-color: #3333FF;
}

.container_serendipity_plugin_imagesidebar a:hover img {
	border-color: #FF6666;
}

.summary_posted_by {
	font-size:0.80em;
}

.template_design {
	font-size:0.75em;
	text-align:center;
	line-height:normal;
	padding-top:1em;
	color:#333399;
}

.template_design a,
.template_design a:link,
.template_design a:visited,
.template_design a:active,
.template_design a:hover {
	color:#333399;
}

div.forum table {
	font-size:1.2em;
}

h3.serendipity_html_nugget_plugin {
	display:none;
}

div.container_serendipity_plugin_staticpage {
	margin-bottom:-5px;
}

h4.giDescription, p.giInfo {
	font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
	color:#CCCCFF;
	font-weight:normal;
	padding:0px;
	margin:0px;
	line-height:normal;
}

div.gallery img { margin:1em 0.5em 0 0.5em; }

dt {
	color:#FFFFFF;
	font-weight:bold;
}

dd { margin-bottom:0.5em; }

del { color:#FF9999; }
ins { color:#99FF99; }

.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
