/*
Default style.css file of serendipity_event_dsgvo_gdpr.
You can customize this CSS by editing your template's stylesheet and simply placing a ".dsgvo_gdpr" class somewhere, then this file will no longer be loaded.
 */

.dsgvo_gdpr_footer {
    text-align: center;
}

.dsgvo_gdpr_statement {
    margin: 1em;
}

#checkbox_dsgvo_gdpr {
    margin-right: .4em;
}
/* auto include templates/2k11/style_fallback.css */

/* The templates/default/style_fallback.css emits CSS statements that all s9y
   themes should have.

   Statements declared in this file are emitted early in the dynamically
   generated stylesheet serendipity.css, so you can override them by declaring
   them again in your theme's style.css or user.css.

   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Images positioned normal/left/right */
.serendipity_image_center {
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_left {
  float: left;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.serendipity_image_right {
  float: right;
  border: 0;
  padding-left: 5px;
  padding-right: 5px;
}

/* Images with captions and positioning */
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

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

.serendipity_imageComment_txt {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 3px;
    clear: both;
    font-size: 10px;
    text-align: center;
}

/* Lists without bullets or numbers */
.plainList {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* Messages: centered, important, notice */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

/* END OF style_fallback.css */

/* auto include templates/serotonic_2_archiv-edition/style.css */

@charset "utf-8";

/**********************************
					Meta 
**********************************/
* {
	margin: 0em; 
	padding: 0em;	
}

body {
	font: normal 0.83em arial, helvetica, sans-serif; 
	line-height: 1.5em;
	text-align: center; 
	color: #606060;
	background: #ffffff;	
}

#mainpane {
	position: relative; 
	width: 780px; 
	margin: 0em auto 0em auto; 
	text-align: left;
}

#generalclear {
	clear: both;
}

.s9y_clear {
	clear: both;
}

.serendipity_entry_body .floatleft, .serendipity_entry_extended .floatleft {
	float: left; 
	margin: 0.4em 1em 0.2em 0em;
}

.serendipity_entry_body .floatright,  .serendipity_entry_extended .floatright {
	float: right; 
	margin: 0.4em 0em 0.2em 1em;
}

.serendipity_entry_body .showpic,  .serendipity_entry_extended .showpic {
	margin-bottom: 1.66em;
}

.serendipity_entry_body .noborder {
	border: none;
}

.serendipity_msg_important {
	color: #ff0000;
}

.serendipity_karmaVoting, .serendipity_karmaVoting_exits_sep, .serendipity_karmaVoting_exits, .serendipity_karmaVoting_exits_num {
	display: none;
}

/**********************************
					Header 
**********************************/

#serendipity_banner {
	position: relative;
	height: 170px;	
	margin: 1.5em 0em 2.5em 0em;
	border-bottom: 1px solid #990000;		
	background: url(templates/serotonic_2_archiv-edition/img/header.jpg) no-repeat #d7bc8f;
}

.start {
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	width: 780px; 
	height: 170px; 	
	border: 0px;
}

h1, h2 {
	display: none;
	font: 1.5em georgia, times, serif; 
}

/**********************************
					SideBar 
**********************************/

#serendipityRightSideBar {
	float: right; 
	width: 215px; 
	margin: 2.5em 0em 0em 0em; 
}

.serendipitySideBarContent {
	margin: 0em 0em 2em 1.1em;
}

#serendipityRightSideBar h3 {
	margin: 0em 0em 1em 0em;
	padding: 0.1em 0em 0.2em 0.7em; 
	font: bold 1.1em georgia, times, serif;
	letter-spacing: 0.05em;	
	border-left: 0.3em solid #990000; 
	border-bottom: 1px solid #990000;
	background: url(templates/serotonic_2_archiv-edition/img/bg.jpg) bottom left repeat;
}

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

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

#serendipity_categories_list .last {
	line-height: 300%;
}

.gehege {
	list-style: none;
	margin: 0em;
	padding:  0em;
}

.gehege li {
	margin: 0em;
	padding: 0em;
}

#gehege .last {
	margin-top: 1.5em;
}

/**********************************
					Content 
**********************************/

#content {
	float: left; 
	width: 442px; 
	margin: 0em 0em 1em 40px;
}

.serendipity_Entry_Date {
	margin: 0em 0em 3em 0em;
}

.serendipity_entry {
	margin: 0em 0em 3em 1.1em;
}

.serendipity_entry_body {
	margin: 0em 1.5em 1em 0em;
}

.serendipity_entry_body img, .serendipity_entry_extended img {
	border: 1px solid #990000;
	margin: 0em 0em 0.83em 0em;
}

.serendipity_archive img {
	border: 1px solid #990000;
}

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

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

div.serendipity_entryFooter {
	clear: both;
	font-size: 0.85em;
	letter-spacing: 0.012em;
	border-top: 1px solid #c1c1c1;	
}

/**********************************
					Typo 
**********************************/

h3 {
	margin: 0em 0em 1em 1em;
	font: bold 1.1em georgia, times, serif; 
	letter-spacing: 0.05em;	 
}

h4 {
	margin: 0em 0em 1em 0em; 
	padding: 0.1em 0em 0.2em 0.7em; 	
	font: bold 1.1em georgia, times, serif;
	letter-spacing: 0.05em;		 
	border-left: 0.3em solid #990000; 
	border-bottom: 1px solid #990000;
	background: url(templates/serotonic_2_archiv-edition/img/bg.jpg) bottom left repeat;	
}

h5 {
	font: bold 1.1em georgia, times, serif;
	margin: 0em 0em 0.83em 0em;
}

.semi {
	font: bold 1em arial, helvetica, sans-serif; 
	margin: 0em 0em 0.83em 0em;
}

p {
	margin: 0em 0em 0.83em 0em;
}

p.edit {
	margin-top: 1.66em;
	font-style: italic;
	font-size: 0.8em;
	padding: 0em 0.5em 0em 0.83em;
	border-top: 1px dashed #c1c1c1;
	border-bottom: 1px dashed #c1c1c1;
	background: #f4f4f4;	
}

blockquote {
	margin: 0em 0em 0.83em 0em; 
	padding: 1.3em 2.3em 0.83em 1.8em; 
	background: url(templates/serotonic_2_archiv-edition/img/quote.gif) top left no-repeat #f4f4f4;
}

cite {
	font-style: italic;
}

dfn {
border-bottom: 1px dotted #606060;
}

q {
	quotes:	'„' '“';
	font-style: italic;
}

.serendipity_entry_body ul, .serendipity_entry_extended ul {
	list-style: square;
	margin: 0em 0em 0.83em 2.5em;
	padding: 0em;
}

.serendipity_entry_body ol, .serendipity_entry_extended ol {
	margin: 0em 0em 0.83em 2.5em;
	padding: 0em;
}

.serendipity_entry_body li, .serendipity_entry_extended li {
	margin: 0em 0em 0.25em 0em;
}

.initial {
	float: left;
	margin: 0em 0.3em 0 0;
	font: normal 2.6em georgia, times, serif; 
	font-style: italic;
}

.dotted {
border-bottom: 1px dotted #606060;
}

/**********************************
					Archiv 
**********************************/

.serendipity_archive {
	margin: 0em 0em 2em 1.1em;
}

.serendipity_archive dl {
	line-height: 250%;
}

.serendipity_archive dt {
	float: left;
	width: 5em;
}

.serendipity_archive dd {
	float: left;
	padding: 0 0 0 0.3em;
}

.serendipity_archive .graph_bar {
	width: 105px;
}

.serendipity_archive_count {
	width: 5em;
	text-align: right;
}

/**********************************
					Kommentare 
**********************************/

.serendipityCommentForm{
	margin: 0em 0em 3em 1.1em;
}

.serendipity_commentBody {
	margin: 0em 1.1em 0.83em 0em;
}

.serendipity_comment {
	overflow: visible;
	margin: 0em 0em 2.2em 1.1em;
	padding: 0em;
}

.serendipity_comment_source {
	background: #f9f9f9;
	border-top: 1px solid #c1c1c1;
}

.serendipity_commentsTitle {
	margin: 0em 0em 1em 0em;
	padding: 0.1em 0em 0.2em 0.7em;	
	font: bold 1.1em georgia, times, serif;
	letter-spacing: 0.05em;		
	border-left: 0.3em solid #990000; 
	border-bottom: 1px solid #990000;
	background: url(templates/serotonic_2_archiv-edition/img/bg.jpg) bottom left repeat;
}

.serendipityCommentForm label {
	display: block;
	float: left;
	width: 6em;
	margin: 0 0.83em 0.83em 0;
}

.serendipityCommentForm input, 
.serendipityCommentForm select,
.serendipityCommentForm textarea {
	margin: 0 0.83em 0.83em 0;
	padding: 0em 0em 0em 0.5em;
	font: 1em arial, helvetica, sans-serif;	
	color: #606060;
	border: 1px solid #c1c1c1;
	background: #f4f4f4;	
}

.serendipityCommentForm .serendipity_commentsValue {
	width: 20em;
	height: 1.4em;
}

.serendipityCommentForm select {
	height: 1.6em;	
	width: 20.6em;
}

.serendipityCommentForm textarea {
	height: 10em;	
	width: 19.5em;
	padding: 0.5em;	
}

#check {
	margin: 0 0 0.83em 6.8em;
}

#check input {
	float: left;
	margin: 0.3em 0.3em 0 0;
}

#check label {
	width: 16em;
	margin: 0em;
}

#check .last {
margin: 0 0 0.83em 0
}

.serendipity_comment_s9ymarkup {
	clear: left;	
}

.serendipity_center {
	margin: 0em 0em 1em 1.1em;	
}

.serendipity_commentsSubmit {
	margin: 0.83em 0em 0em 0em;
}

.serendipity_comment_author_serotonic .serendipity_comment_source {
	background: url(templates/serotonic_2/img/bg.jpg) bottom left repeat;	
}

.serendipity_imageComment_center {
	margin: auto;
}

.serendipity_imageComment_left {
	float: left;
}

.serendipity_imageComment_right {
	float: right;
}

/**********************************
					Plugins 
**********************************/

.serendipity_entrypaging {
	font-size: 0.85em;
	margin: 0.83em 0 0 0;
	border-top: 1px solid #c1c1c1;
}

.serendipity_SubmitCommentPlugin {
display: block;
padding: 0 0 0 6.8em;
}

.serendipity_search {
	margin: 0em 0em 3em 1.1em;
}

.searchterm,
.searchresults {
font-weight: bold;
}

.serendipity_no_entries {
margin: 0 0 3em 1.1em;
}

.staticpage_results, 
.comment_results {
font-size: 1.1em;
}

/**********************************
					Links 
**********************************/

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

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

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

.serendipity_title a:hover {
	color: #990000;
}

#serendipityRightSideBar a, #serendipityRightSideBar a:link, #serendipityRightSideBar a:visited, #serendipityRightSideBar a:focus, #serendipityRightSideBar a:hover, #serendipityRightSideBar a:active {
	color: #606060;
	text-decoration: none;	
}

#serendipityRightSideBar a:hover {
	color: #990000;
}

#serendipityRightSideBar .container_serendipity_plugin_comments a, #serendipityRightSideBar .container_serendipity_plugin_comments a:link, #serendipityRightSideBar .container_serendipity_plugin_comments a:visited, #serendipityRightSideBar .container_serendipity_plugin_comments a:focus, #serendipityRightSideBar .container_serendipity_plugin_comments a:hover, #serendipityRightSideBar .container_serendipity_plugin_comments a:active {
	color: #990000;	
	text-decoration: none;
}

#serendipityRightSideBar .container_serendipity_plugin_comments a:hover {
	text-decoration: underline;
}

h1 a, h1 a:link, h1 a:visited, h1 a:focus, h1 a:hover, h1 a:active {
	text-decoration: none;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #990000;
	text-decoration: none;	
}

.serendipity_entry_body a:visited, .serendipity_archive a:visited {
	color: #9c9c9c;
}

a:hover {
	text-decoration: underline;
}

.edit a, .edit a:link, .edit a:visited, .edit a:focus, .edit a:hover, .edit a:active {
}

/**********************************
	Undefinierte Klassen und IDs 
**********************************/

.serendipity_comments {
}

table.serendipity_calendar td {
}

table.serendipity_calendar a {
}

table.serendipity_calendar a:hover {
}

td.serendipity_weekDayName {
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
}

div.serendipityPlug {
}

div.serendipityPlug a {
}

.serendipity_entry_extended {
}

.serendipity_date {
}

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

.serendipity_title {
}

#serendipityLeftSideBar {
}

.serendipitySideBarContent input {
}

input, textarea {
}

th, td {
}

p, td, th, div, span {
}

.edit {
}

.serendipitySideBarTitle {
}

.serendipityImageButton {
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
}

.serendipity_imageComment_img,
.serendipity_imageComment_img img {
}

.serendipity_imageComment_txt {
}

.serendipity_msg_notice {
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self .serendipity_comment_source {
}

div.serendipitySideBarItem {
}

/* nl2br plugin start */

p.whiteline {
    margin-top: 0em;
    margin-bottom: 1em;
}

p.break {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* nl2br plugin end */


/* auto include  */

