
/* auto include templates/default/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;
}

/* Image gallery */
.s9y_gallery {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.s9y_gallery_item {
    box-sizing: border-box;
    flex: 0 1 33.3333%;
    padding: 0 5px 5px 0;
}

.s9y_gallery_image {
    height: auto;
    max-width: 100%;
}

/* 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/veb-luebeck.de/style.css */

/**********************************************************************/
/* Template: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors: Matthias Mees, David Cummins and Don Chambers             */
/*                                                                    */
/* Central Stylesheet                                                 */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/


body {
    font: 100.01% Verdana, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
}

/*** General styles ***/
p {
    text-align: left;
}

pre {
    font-family: Courier, monospace;
    font-size: 90%;
    line-height: 1em;
    white-space: pre;
}

abbr, acronym, .help{
    cursor: help;
    border-bottom: 1px dotted #000000;
}

#wrapper {
    font-size: 80%;
}

#serendipity_banner {
    margin: 0;
    padding: 0;
}

/*** Header styles ***/
#serendipity_banner h1,
#serendipity_banner h2 {
    margin: 0 0 0 10px;
}

/*** Sitenav styles ***/
#sitenav {
    padding: 0.5em 0;
}

#sitenav ul li {
    padding: 0 0.5em 0 10px;
}

/* This is the current page the visitor is viewing */
#sitenav .currentpage a {
    background: #ddd;
}

/* optional pagination in the footer */
.pagination { padding: 0.5em 0; }

/* optional nav links in the footer */
#footer_sitenav {
    clear: both;
    text-align: center;
    padding: 0 0 1em 0;
}

#footer_sitenav ul {
    list-style-type: none;
    display: inline;
    padding: 0;
}

#footer_sitenav li {
    display: inline;
}

#footer_sitenav a {
    padding: 0px 5px;
}

#footer_sitenav .currentpage a {
    text-decoration: underline;
}

/* If the sitenav is in one of the sidebars */
#sbsitenav ul {
    margin-left: 0;
    padding-left: 0;
}


/*** Footer styles ***/
#footer p,
.counter_code {
    margin-left: 10px;
    padding: 0;
    clear: both;
}

#serendipity_credit_line {
    float: left;
    margin: 5px 0 0 10px;
    display: inline;
}

#serendipity_bulletproof_button {
    float: right;
    margin: 5px 10px 5px 0;
    display: inline;
}

.serendipity_calendarHeader img,
.serendipity_pageFooter img{
    vertical-align: middle;
    margin: 0 2px;
    height: 12px;
    width: 12px;
    border: 0 none;
}

/*** Entry styles ***/
.serendipity_Entry_Date {
    margin: 0.5em 1em;
}

.serendipity_entry {
    margin-bottom: 0.5em;
}

.serendipity_entry ul,
.serendipity_entry ol { padding-left: 2.5em; }

img.serendipity_entryIcon {
    border: 0;
}


/*** Sidebar styles ***/
.serendipitySideBarItem {
    margin: 0.5em;
}

.serendipitySideBarTitle {
    margin: 0;
}

.serendipitySideBarContent {
    margin: 0;
}

div.serendipitySideBarContent form {
    margin: 0;
    padding: 0;
}


/*** Archive styles ***/
ul.archives_row {
    margin-left: 0;
    padding-left: 0;
}

ul.archives_row li {
    font-size: 80%;
}

#content h4.archive_summary_title {
    margin: 0;
}

.archive_summary_postdetails {
    margin: 0;
}

.archive_summary {
    margin-bottom: 10px;
}


/*** s9y image manager ***/
.serendipity_image_center {
    display: block;
    margin: 0 auto;
    padding: 0 5px;
}
.serendipity_image_left {
    padding: 0 5px 0 0!important;
}

.serendipity_image_right {
    padding: 0 0 0 5px!important;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #ddd;
    background-color: #efefef;
    padding: 0;
    text-align: center;
}

.serendipity_imageComment_center {
    margin: auto;
}

.serendipity_imageComment_left {
    float: left;
    margin: 0 10px 5px 0;
}

.serendipity_imageComment_right {
    float: right;
    margin: 0 0 5px 10px;
}

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

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


/*** Calendar styles ***/
table.serendipity_calendar {
    text-align: center;
    background-color: transparent;
    height: 150px;
    width: 95%;
}

.serendipity_calendarHeader {
    background-color: transparent;
    vertical-align: middle;
    font-weight: bold;
}

a.day {
    color: #000;
    font-weight:  bold;
}

.serendipity_calendar img {
    border: 0;
}

.serendipity_calendar_spacer {
    border: 0;
    visibility: hidden;
}


/*** Staticpage styles ***/
ul.staticpage_navigation {
    margin-left: 0;
}

.staticpage_results {
    margin: 1em 0;
    padding: 0 10px;
}

.staticpage_navigation_center {
	margin: 1em 0;
}


/*** Contact form ***/
#serendipity_comment_CommentForm fieldset {
    border: 1px solid #ddd;
    width: 90%;
    margin: 2%;
    padding: 2%;
}

#serendipity_comment_CommentForm fieldset legend {
    background: #fafbfc;
    border: 1px solid #ddd;
    font-weight: bolder;
    margin: 0 10px 5px;
    padding: 0.25em 1em;
    text-align: center;
}

.serendipity_commentDirection {
    width: 90%;
    margin-top: 1em;
}


/*** Comment form ***/
#serendipity_comment {
    font-weight: normal;
    margin: 0 10px;
    padding: 0;
}

.serendipity_commentsTitle {
    margin: 0;
    padding: 1em 0;
}

.serendipity_comment {
    padding: 0;
}

.serendipity_comments .serendipity_center {
    font-size: 90%;
}

.serendipity_commentBody {
    padding: 1em 0;
}

.serendipity_comment_source {
    margin: 0;
    padding: 0;
}

.serendipity_comment_author_self comment_evenbox,
.comment_evenbox {
    margin: 0 10px 10px;
    padding: 1em;
    line-height: 1.5em;
}

.serendipity_comment_author_self comment_oddbox,
.comment_oddbox {
    margin: 0 10px 10px;
    padding: 1em;
    line-height: 1.5em;
}

.serendipity_commentsValue .frm_check_label,
.serendipity_commentsValue .frm_radio_label,
.serendipity_commentsLabel {
    font-size: 90%;
}

.serendipity_commentsLabel {
    font-weight: bold;
}

.serendipity_commentsValue .frm_check,
.serendipity_commentsValue .frm_radio,
.serendipity_commentsValue .frm,
#serendipity_comment_CommentForm select {
    background: #fff;
    color: #000;
}

.serendipity_commentsValue .frm,
#serendipity_comment_CommentForm select {
    border: 1px solid #ccc;
}

.serendipity_commentsValue .frm,
#serendipity_comment_CommentForm select {
    width: 90%;
    max-width: 400px;
}

#serendipity_comment_CommentForm select:focus,
.serendipity_commentsValue .frm:focus {
    background: #efefef;
    color: #000;
}

#serendipity_comment_CommentForm dt {
    float: left;
    margin-bottom: 0.5%;
    margin-right: 1%;
}

#serendipity_comment_CommentForm dd {
    padding-left: 0em;
    margin-left: 20%;
    margin-bottom: 1%;
}

#serendipity_comment textarea {
    margin-bottom: 1%;
}

.checkbox {
    display: block;
}

#serendipity_trackbacklist,
#serendipity_commentlist {
    margin-top: 1em;
}

/*** Plugin styles ***/
img.serendipity_freeTag_xmlButton {
    border: none;
    padding-left: 1%;
}

.serendipity_freeTag_related {
    margin-top: 1em;
}

.serendipity_freetag_taglist_related {
    font-size: 120%;
    font-weight: bold;
}

.serendipitySideBarItem img {
    border: none;
}

.addthiswidget {
    margin-top: 5px;
}

/*** Quicksearch in the navbar ***/
input#serendipityQuickSearchTermField {
    background: #ffffff url('templates/veb-luebeck.de/img/quicksearch.png') no-repeat 97% 50%;
}

#sitenav #searchform {
    margin: 0 10px 0 0;
}

#sitenav #searchform input {
    width: 165px; 
    margin-top: 3px;
    padding-left: 3px;
    font-size: 100%;
    background: #ffffff url('templates/veb-luebeck.de/img/quicksearch.png') no-repeat 97% 50%;
}

/* container for comments when comment pop-up enabled */
.s9y_wrap {
    text-align: left;
    margin-left: 10px;
}

/* overide serendipitySideBarItem overflow: hidden just for sidebar quicksearch livesearch_result */
.container_serendipity_quicksearch_plugin{
    overflow: visible !important;
}

ul#serendipity_categories_list input{
    margin-left: 0;
}

/* serendipity_event_emoticate start */

.emoticon {
    display: inline;
    vertical-align: bottom;
    border: 0 none;
}

/* serendipity_event_emoticate end */



/* nl2br plugin start */

p.wl_nobottom {
    margin-bottom: 0em;
}

p.wl_notop {
    margin-top: 0em;
}

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

/* nl2br plugin end */


/* auto include templates/veb-luebeck.de/user.css */

body{
	margin:10px;
	padding:0px;
	color: #9ff;
	text-align:center;
	background:url(/uploads/decoration/body_bg.png) #036;}

#wrapper{
	max-width:900px;
	min-width: 737px;
	margin:0px auto;
	text-align:left;
	border: none;}

#veb_header{
	height: 160px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #000;
}

#serendipity_banner{
	clear: none;
	float: left;
	width: 501px;
	height: 136px;
	border-bottom: none;
	background-color: #000;
}

#logoVeb{
	float:left;
	border-bottom:1px solid #cff;}

#headline{
	float:left;}

#logoWalli{
  float:right;}

#sitenav{
	/*position:relative;
	top:1px;*/
	width: auto;
	background:url(/uploads/decoration/menu_bg.png);
	background-color: #000;
	padding: 0;
	border: none;}

#sitenav img.menuIcon{
	vertical-align:middle;
	margin-right:3px;}

#sitenav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;}

#sitenav ul li{
	float: left;
	margin: 0;
	padding: 0;}

#sitenav ul li a{
	float: left;
	height: 19px;
	padding: 2px 10px;
	font: normal small-caps bold 10pt/19px sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	border-top: 1px solid #000;
	background: #000;}

#sitenav ul li a:link{
	color: #6cc;}

#sitenav ul li a:visited{
	color: #6cc;}

#sitenav ul li a:hover{
	background: #366;
	color: #cff;}

#sitenav ul li a:active{}

#sitenav ul li.currentpage a{
	height: 20px;
	background-color: #366;
	border-top: 1px solid #cff;
	border-left: 1px solid #cff;
	border-right: 1px solid #cff;}

#sitenav ul li.currentpage a:link{
	color: #cff;}

#sitenav ul li.currentpage a:visited{
	color: #cff;}

#sitenav ul li.currentpage a:hover{}

#sitenav ul li.currentpage a:active{}


#submenu{
	clear: both;
	/*width: 737px;*/
	height: 20px;
	border-bottom: 1px solid #000;
	background: #366;
}


#submenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: none;}

#submenu ul li{
	float: left;
	margin: 0;
	padding: 0;}

#submenu a{
	height: 20px;
	margin: 0px 3px;
	font: normal small-caps bold 10px/20px sans-serif;
	letter-spacing: 1px;
	text-decoration: none;}

#submenu a:link{
	color: #6cc;}

#submenu a:visited{
	color: #6cc;}

#submenu a:hover{
	color: #9ff;}

#submenu a:active{}

#submenu ul li a{
	float: left;
	height: 20px;
	margin: 0px 3px;
	font: normal small-caps bold 10px/20px sans-serif;
	letter-spacing: 1px;
	text-decoration: none;}

#submenu ul li a:link{
	color: #6cc;}

#submenu ul li a:visited{
	color: #6cc;}

#submenu ul li a:hover{
	color: #9ff;}

#submenu ul li a:active{}

#submenu ul li a.subcurrent{}

#submenu ul li a.subcurrent:link{
	color: #cff;}

#submenu ul li a.subcurrent:visited{
	color: #cff;}

#submenu ul li a.subcurrent:hover{}

#submenu ul li a.subcurrent:active{}

#content{
	background:url(/uploads/decoration/body_bg.png);}

#content img{
	margin: 0px 5px;}

#news{
	float:right;
	width:270px;
	height:300px;}

#newsItems{
	width: 270px;
	height: 270px;
	padding:0px 5px;
	overflow: auto;
	text-align: center;}

#events{
	clear: both;}

#events div.event{
	clear: both;
	margin: 20px 0px;
	background:url(/uploads/decoration/body_bg.png);}

#events div.event ul{
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: circle;}

#archive{
	clear: both;}

#archive div.archiveEntry{
	position: relative;
	clear: both;
	margin: 0px 5px;
	padding: 2px;
	background:url(/uploads/decoration/body_bg.png);}

#archive div.archiveEntry p{
	margin: 5px 90px 5px 5px;}

#archive ul{
	margin: 10px 90px 10px 0;
	padding: 0px;
	list-style-type: none;}

#archive div.archiveEntry img{
	float: right;
	margin: 5px 15px;
	border: 1px solid #9ff;}

#gallery img{
	margin: 5px;
	border: 1px solid #9ff;}

img.einzelbild{
	margin: 5px;
	border: 1px solid #9ff;}

#flyer{
	float: right;
	width: 200px;
	margin: 0px 0px 5px 20px;
	text-align: center;
	background:url(/uploads/decoration/body_bg.png);}

#flyer p{
	text-align: center;}

#imprint{
	width: 230px;
	height: 160px;
	padding: 0px 5px;
	overflow: auto;}

#imprint p{
	text-align: center;}

#footer{
	clear: both;
	/*width: 737px;
	height: 20px;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #cff;
	background: #366;
  }

#footer a{
	height: 20px;
	margin: 0px 5px;
	font: normal small-caps bold 9pt/20px sans-serif;
	letter-spacing: 1px;
	text-decoration: none;}

#footer a:link{
	color: #6cc;}

#footer a:visited{
	color: #6cc;}

#footer a:hover{
	color: #9ff;}

#footer a:active{}

p,li{
	margin: 5px;
	padding: 0px;
	font: normal normal bold 9pt/16px sans-serif;
	color: #9ff;
	text-align: justify;}

.serendipitySideBarContent{
	font: normal normal bold 9pt/16px sans-serif;
	color: #9ff;
}

.serendipity_entry_body{
	font: normal normal bold 9pt/16px sans-serif;
	color: #9ff;
}

.serendipity_pageFooter{
	font: normal normal bold 9pt/16px sans-serif;
	color: #9ff;
}

.serendipity_comments{
	font: normal normal bold 9pt/16px sans-serif;
	color: #9ff;
}

.staticpage_content{
	font: normal normal bold 9pt/16px sans-serif;
	color: #9ff;
}

img{
	border: none;}

.floatLeft{
	float: left;}

.floatRight{
	float: right;}

.center{
	margin: 0px auto;}

.pointerCursor{
	cursor: pointer;}

iframe.gaestebuch{
	position:relative;
	top:0px;
	left:0px;
	width:537px;
	height:300px;
	border-style:none;}

h1{
	/*margin: 5px 0px 10px;
	font: normal small-caps bold 12pt sans-serif;
	color:#9ff;
	text-align:center;
	letter-spacing:1px;
	text-decoration: underline;*/}

h2{
	/*margin:5px 0px 5px;
	padding:1px 5px;
	font: normal normal bold 10pt sans-serif;
	color:#9ff;
	text-align:center;
	letter-spacing:1px;
	background-color:#366;
	border:1px solid #000;*/}

h3{
	margin: 10px;
	padding: 0px 0px 2px 5px;
	font: normal normal bold 9pt sans-serif;
	color: #9ff;
	letter-spacing: 1px;
	border-bottom: 1px solid #9ff;
	border-left: 1px solid #9ff;
}

h3.serendipity_date{
	margin: 0px;
	padding: 0px 0px 2px 5px;
	font: normal normal bold 9pt sans-serif;
	color: #9ff;
	letter-spacing: 1px;
	border-bottom: 1px solid #9ff;
	border-left: 1px solid #9ff;
}

h3.serendipitySideBarTitle{
	margin: 0px;
	padding: 0px 0px 2px 5px;
	font: normal normal bold 9pt sans-serif;
	color: #9ff;
	letter-spacing: 1px;
	border-bottom: 1px solid #9ff;
	border-left: 1px solid #9ff;
}

h4{
	margin:10px 0px 0px 0px;
	padding:1px;
	font: normal normal bold 10pt sans-serif;
	color:#9ff;
	text-align:left;
	letter-spacing:1px;
	border:1px solid #000;
	background-color:#366;}

h4.serendipity_title a{
	text-transform: uppercase;
	text-decoration: none;
}

em{
	border-bottom: 1px solid #9ff;
	font-style: normal;}

strong{
	padding: 0px 2px 1px;
	color: #036;
	background: #6cc;}

strong a{}

strong a:link{
	color:#036;}

strong a:visited{
	color:#036;}

strong a:hover{
	color:#000;}

strong a:active{}

a{}

a:link{
	color:#6cc;}

a:visited{
	color:#6cc;}

a:hover{
	color:#cff;}

a:active{}
