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

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

img {
   behavior: url("http://www.ich-nix-verstehen.de/blog/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/nixverstehen/style.css  */
div.header-standard,
div.header-weihnachten,
div.header-geburtstag,
div.header-ostern,
div.header-reise
{
	background: url(images/header.png) 50% 0 no-repeat;
}

div.rightColumn > ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


#footer
{
	line-height: 1.3em;
}

#footer > h2
{
	margin: 0px 0px 5px 0px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 9pt;
}


div.post
{
	clear: both;
	margin: 0px 0px 3.5em 0px;
}

#content div.content div.post > h2
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16pt;
	line-height: 1.3em;
}

div.post > div.small
{
	margin: 0px;
	padding: 0px;
	color: rgb(102,102,102);
}

div.post div.entrytext
{
	text-align: justify;
}


div.content
{
	float: left;
}

.postmetadata {
    padding: 5px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: rgb(204,204,204);
    margin-top: 5px;
	position: relative;
	z-index: 1;
	clear: right;
}

div.postList .postmetadata
{
	width: 365px;
	clear: none;
}
    
img.serendipity_image_right
{
	position: relative;
	z-index: 10;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.postList img.serendipity_image_right
{
	width: 150px;
	height: auto;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(102,102,102);
}


div.serendipity_freeTag
{
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: rgb(204,204,204);
}



#content div.rightColumn h2
{
	margin: 1em 0px 5px 0px;
}


div.serendipity_entrypaging
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	height: 1em;
}
span.serendipity_entrypaging_right
{
	float: right;
}
span.serendipity_entrypaging_left
{
	float: left;
}


#menu > div.content
{
	float: none;
}
.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}

