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

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

img {
   behavior: url("http://pfarrei.sankt-joseph-siemensstadt.de/plugin/pngbehavior.htc");
}
/* templates/default/style_fallback.css  */
/* This is the templates/default/style_fallback.css file.
   It emits CSS rules that all templates should have.
   Classes are declared on top of the file, so if you
   want to make changes in your own template, you
   should override the rules on the bottom of your
   style.css template. 
   IT IS NOT ADVISED TO CREATE YOUR OWN style_fallback.css FILE! */

/* Default image classes for left/right/usual layout */
.serendipity_image_center {
  border: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

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

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

/* Default listing without spacers */
.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;
}

/* Embedded images with comments inside the s9y image manager */
.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: 0px;
    padding: 0px;
    text-align: center;
}

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

/* END OF style_fallback.css *//* templates/portal-pfarrei/style.css  */
/* USED COOLORS:
    dark #d6d6d6;
    light #f4f4f4;
    main blue #011a7c;
    light blue #AAB3D3
    very light blue #FDFDFF;

OLD:
    light blue #8eb2d9;
    medium blue #b8d3f0;
*/

/* *****************************
   MAIN Selectors
 * *****************************/

#wrapper1, #wrapper2{
text-align:center ;
}

#wrapper1{
margin-bottom: 1em;
}


#wrapper3{
font-size:90% ;
}



#pagewidth{
 width:100%;
 min-width: 770px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#header{
 position:relative;
 height:50px;
 width:100%;
 margin-top:1em;
}

.leftcol{
 width:33%;
 float:left;
 position:relative;
 }

.twocols{
 width:67%;
 float:right;
 position:relative;
  }

.rightcol{
 width:50%;
 float:right;
 position:relative;
 }

.maincol{
 float: left;
 display:inline;
 position: relative;
 width:50%;
 }

#footer{
 height:20px;
 clear:both;
 margin-left: 0.5em;
 }

#counter-footer {
	text-align:right;
	margin-right: 1em;
	margin-bottom: 1em;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */


.rss_item_news {

text-indent:-5em;
margin-left:5em;
}



body {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: luxi sans, trebuchet ms, bitstream vera sans, verdana, arial, helvetica, sans-serif;
}

a, input, textarea, p, td, th, div, span {
    font-family: luxi sans, "Trebuchet ms", bitstream vera sans, verdana, arial, helvetica, sans-serif;
}

h4,h3 {
    margin: 0;
}

a:link,
a:visited,
a:active {
    color: #011a7c;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid silver;
}

#mainpane {
    border: 0px;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    width: 100%;
    position: relative;
}

/* *****************************
   HEADER
 * *****************************/

#serendipity_banner {
    height: 150px;
    background-color: #F4CC00;
    background-image: url(templates/portal-pfarrei/img/header_bar.png);
    background-repeat: repeat-x;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}



#serendipity_banner h1 {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(templates/portal-pfarrei/img/header_logo.png);
    background-repeat: no-repeat;
    padding: 78px 0px 0px 201px;
    height: 100px;
    width: 770px;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    margin: 0px;
    overflow: hidden;
    text-align: center;
}

#banner_img_link a {
	position: absolute;
	top:0;
	left:0;
	width:160px;
	height:150px;
	border:0;
}

#banner_img_link a span {
	visibility:hidden;
}

#serendipity_banner h1:first-line{

    font-size: 110%;

}



#serendipity_banner h2 {
    position: absolute;
    top: 108px;
    left: 131px;
    font-size: 1.3em;
    margin: 0px;
    letter-spacing: 0.03em;
}

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

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

a.homelink1:hover,
a.homelink2:hover {
    border-bottom: 1px solid silver;
}

/* *****************************
   Content Parts
 * *****************************/

#content {
    padding: 0px 0px 0px 22px;
    margin: 10px auto 0px auto;
    vertical-align: top;
}

#contentSpacer {
    min-width: 400px;
    margin: 0px auto 0px auto;
}

.serendipity_content_message {
}

/* *****************************
   Entry related
 * *****************************/

.serendipity_Entry_Date {
    background-color: #fcfcfc;
    margin-bottom: 7em;
    border-bottom: 1px solid #d6d6d6;
}

.serendipity_Entry_Header {
    background-color: #FFFFFF;
/*
    border-bottom: 1px solid #AAB3D3;
*/
}

.serendipity_date {
    display: inline;
    color: #011a7c;
    font-size: 1.1em;
    margin: 0px;
}

h3.serendipity_date {
    text-align: right;
    display: block;
    padding: 0px 7px 0px 5px;
}

.serendipity_title {
    margin: 0px;
    background-color: #FFFFFF;
    font-size: 2em;
    font-weight: bold;
    color: #011a7c;
    padding: 10px 0px 10px 4px;
    border-bottom: 1px solid #d6d6d6;
}

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

.serendipity_title a:hover {
    color: #AAB3D3;
    border-bottom: 1px solid #AAB3D3;
}

.serendipity_entry {
    color: #000000;
    font-size: 1.3em;
    font-weight: normal;
    padding: 5px;
    margin: 1em auto 0px auto;
    background-color: #fcfcfc;
}

.serendipity_entry .serendipity_entryFooter {
    padding: 5px 5px 0px 0px;
    text-align: right;
}

.serendipity_title_footer {
    text-align: right;
    margin: 0px;
    padding: 2px 7px 0px 0px;
    background-image: url(templates/portal-pfarrei/img/header_spacer.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: white;
}


div.serendipity_entryFooter {
    font-size: x-small;
    color: #000000;
    padding-top: 10px;
    padding-bottom: 4px;
    clear: both;
}

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

/* *****************************
   SIDEBARS
 * *****************************/
/*
.serendipitySideBarContent input {
    width: 150px;
}

#serendipityRightSideBar {
    width: 190px;
}

#serendipityLeftSideBar {
    width: 190px;
}

*/

.sideBarSpacer {
    margin: 0px 30px 0px 30px;
}

div.serendipityPlug {
    padding-left: 10px;
}

div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 0.9em;
    font-weight:normal;
    border: 0px;
    width: 90%;
}

.serendipitySideBarContent {
    background-color: #FFFFFF;
    background-image: url(templates/portal-pfarrei/img/sidebar_spacer.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    padding: 5px;
    padding-top: 10px;
}

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


/* title of an individual item */
.serendipitySideBarTitle {
/*    background-color: #011a7c;*/
/*    background-color: #F4CC00;*/
    background-color: #F8E7B7;
    margin: 0px;
/*    color: #FFFFFF;*/
    color: #000000;
    font-size: 1.1em;
    font-weight:bold;
    padding: 4px 5px 2px 5px;
    display: block;
}


/* *****************************
   COMMENTS
 * *****************************/

.serendipity_comments {
    position: relative;
}

.serendipity_commentsTitle {
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    color: #011a7c;
    padding-left: 5px;
    border-bottom: 1px solid #AAB3D3;
}

td.serendipity_commentsLabel {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    font-size: 12px;
    padding: 2px;
    width: 380px;
}

.serendipity_commentForm {
    font-size: 13px;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

.serendipity_comment {
    font-size: 13px;
    margin-top: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 35px;
    border: 1px solid #AAB3D3;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
    clear: both;
}

.serendipity_commentBody {
    padding: 0px 0px 0px 5px;
    overflow: auto;
}

.serendipity_comment_source {
    margin-top: 10px;
    padding: 0px 0px 0px 5px;
    color: #011a7c;
    display: block;
    position: absolute;
    z-index: 3;
}

.serendipity_section_trackbacks .serendipity_comment {
    margin-bottom: 55px;
}

/* *****************************
   CALENDAR
 * *****************************/

table.serendipity_calendar {
    margin: 0px auto 0px auto;
}

table.serendipity_calendar td {
    font-size:10px;
    padding: 3px 5px 3px 5px;
    text-align: center;
}

table.serendipity_calendar td.serendipity_calendarHeader {
    padding: 10px;
}

table.serendipity_calendar a {
    font-weight: bold;
    text-decoration: none;
    display: block;
}

table.serendipity_calendar td.Today,
table.serendipity_calendar td.Today a,
table.serendipity_calendar a:hover {
    background-color: #011a7c;
    color: white;
    text-decoration: none;
}

table.serendipity_calendar td.serendipity_weekDayName {
    font-size:11px;
    font-weight:bold;
    border-bottom: 1px solid #f4f4f4;
    padding: 1px;
}

td.LastInRow {
	background-color: #f4f4f4;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
    border: 0;
    text-decoration: none;
}

/* *****************************
   IMAGE comments
 * *****************************/

.serendipityImageButton {
    cursor: pointer;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid #011a7c;
    background-color: #f4f4f4;
    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: 0px;
    padding: 0px;
    text-align: center;
}

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

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

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

#copyright {
    margin: 0px auto 0px auto;
    text-align: center;
}

.serendipity_no_entries,
.serendipity_search {
    margin: 0px auto 0px auto;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #011a7c;
    background-image: url(templates/portal-pfarrei/img/sidebar_spacer.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    font-size: 1.2em;
    margin-bottom: 20px;
}


/*** Additional plugin styles needed for the modernized output code ***/
/*** added by Matthias 'YellowLed' Mees                             ***/

.container_serendipity_archives_plugin ul,
.container_serendipity_syndication_plugin ul,
.container_serendipity_authors_plugin ul,
.container_serendipity_plugin_entrylinks ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.container_serendipity_authors_plugin .serendipitySideBarContent div {
    margin: 5px 0;
    padding-left: 0;
}

.serendipity_history_author { font-weight: bolder; }

.serendipity_history_intro,
.serendipity_history_info { margin-bottom: 3px; }

.serendipity_history_body { margin-bottom: 10px; }

.serendipity_recententries_entrylink { margin-bottom: 2px; }

.serendipity_recententries_entrydate { margin: 0 0 4px 0; }

.plugin_comment_body { padding: 3px 0; }

.serendipity_shoutbox_date { margin: 5px 0 2px 0; }

.serendipity_shoutbox_comment { padding: 3px 0; }

/*** End Additional plugin styles                                   ***/

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
    color: black;
    font-size: 1.0em;
    font-weight:bold;
    width: 90%;
	text-align: left;
}


ul.tabbernav:first-child {
margin-left: -5px;
}


ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
 margin-left: 10px;
}

ul.tabbernav li a
{
 color: black;
 padding: 3px 0.5em;
 border-bottom: none;
 background: #F8E7B7;
 text-decoration: none;
}


ul.tabbernav li a:hover
{
 background: silver;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #F4CC00;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


@media print {
	.tabberlive .tabbertabhide {
	 display:block;
	}

	.tabbernav {
	 display:none;
	}

	.tabberlive .tabbertab h2 {
		 display:block;
	}

	.tabberlive .tabbertab h3 {
 		display:block;
	}
}


