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

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

img {
   behavior: url("http://blog.plastick.org/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/P3/style.css  */
/* *  plastick.org stylesheet *   *  author: eichinger.s@gmx.de   * */  html {    height:   100%;    width:    100%;}body {    background-color:  #fff;    background:        url(img/body_bg.gif) 0 0 repeat;    text-transform:    lowercase;    color:             #000;    font-family:       verdana, arial, helvetica, sans-serif;    font-size:         11px;    padding:           0;    margin:            0;}      /* *  layout positioning  * */    #center_container {    position:          absolute;    top:               0;    left:              50%;    padding:           0;    text-align:        center;        width:             712px;    background-color:  transparent;    margin:            auto;    margin:            0 0 0 -356px;    padding:           0 0 40px 0;}#center_box {    float:             left;    text-align:        center;    line-height:       110%;    width:             712px;        background-color:  transparent;}#leftSidebar {}#rightSidebar {    float:            right;    width:            194px;    background-color: #333;    margin:           0 0 0 -6px;    padding:          0 6px 6px 6px;}#content {    float:            left;    text-align:       center;    width:            500px;    background-color: #333;    padding:          0 6px 6px 6px;    margin:           0 0 0 0; }/* *  content styling * */a {    outline: none;}a,a:link,a:active,a:visited {    color:           #563;    text-decoration: none;}         a:hover {    color:            #681;    text-decoration:  underline;}   h4,h3 {    margin:         0;    padding:        0 0 5px 0;    text-align:     left;    text-transform: none;}h3 {    color:     #666;    font-size: 12px;    }input, textarea {    font-size:    11px;    font-family:  verdana, arial, helvetica, sans-serif;}td, td {    font-size: 11px;}p, td, th, div, span {    font-family: verdana, arial, helvetica, sans-serif;}ul {		padding-right: 20px;}li {		padding: 5px 0 5px 0;}blockquote {    background:       url(img/blockquote.gif) 0 0 no-repeat;    background-color: #efc;    margin:           10px 25px 20px 25px;    padding:          30px 15px 10px 15px;    color:            #333;    font-size:        11px;    text-transform:   none;}blockquote a,blockquote a:link,blockquote a:active,blockquote a:hover,blockquote a:visited {    color: #563;}blockquote p {    padding: 10px 0 0 0;}abbr {  cursor:         help;  border-bottom:  1px dashed #aaa;}code {  padding: 10px 0 15px 0;  display: block;}/* *  sidebar styling * */.sidebar_bg{    background-color: #f9f9f9;    padding:          6px;     }.serendipitySideBarContent {    margin-bottom: 20px;}.serendipitySideBarContent input {    width: 175px;}.serendipitySideBarContent {    padding: 3px;}.sidebar_title {    color:          #333;    text-align:     right;    font-family:    verdana, arial, sans-serif;    font-size:      11px;    border-bottom:  1px solid #999;    font-weight:    bold;    letter-spacing: 1px;    padding:        3px;    clear:          both;}div.serendipitySideBarItem {    color: #666666;    font-family: 'Trebuchet MS', Verdana, sans-serif;    font-size: x-small;    text-align: left;    margin-bottom: 15px;    line-height: normal;    padding: 3px;} /* *  banner / navigation  * */#serendipity_banner {    color:            #000;    background-color: #fff;    background:       url(img/header_blog.gif) 0 0 no-repeat;    text-align:       left;    width:            700px;    height:           80px;    margin:           0;    border:           1px solid #333;    border-width:     0 6px 0 6px;    }ul#navigation {    height:       80px;    margin:       0;    padding:      0;    text-align:   left;}ul#navigation li {    list-style: none;    display:    inline;    margin:     0;     padding:    0;}a#nav_home,a#nav_home:visited {    float:            left;     width:            68px;    height:           80px;    margin:           0;     padding:          0;    text-decoration:  none;    border:           0;    background:       url(img/home.gif) 0 0 no-repeat; }a#nav_home:hover {    background-position: -68px 0px;}a#nav_blog,a#nav_blog_current,a#nav_blog:visited {    float:            left;     width:            58px;    height:           80px;    margin:           0;     padding:          0;    text-decoration:  none;    border:           0;    background:       url(img/blog.gif) 0 0 no-repeat; }a#nav_blog:hover,a#nav_blog_current:hover {    background-position: -58px 0px;}a#nav_blog_current {    background-position: -116px 0px;}#nav_disabled {    float:            left;     width:            68px;    height:           80px;    margin:           0;     padding:          0;    text-decoration:  none;    border:           0;    }a#nav_klikk,a#nav_klikk:visited {    float:            left;     width:            68px;    height:           80px;    margin:           0;     padding:          0;    text-decoration:  none;    border:           0;    background:       url(img/klikk.gif) 0 0 no-repeat; }a#nav_klikk:hover {    background-position: -68px 0px;}a#nav_info,a#nav_info:visited {    float:            left;     width:            52px;    height:           80px;    margin:           0;     padding:          0;    text-decoration:  none;    border:           0;    background:       url(img/info.gif) 0 0 no-repeat; }a#nav_info:hover {    background-position: -52px 0px;}/* *  entry layout * */.serendipity_single_entry {    margin:           0;    padding:          0;     }.serendipity_date {    color:            #777;    font-family:      'Trebuchet MS', Verdana, sans-serif;    font-size:        11px;    text-align:       right;    font-weight:      normal;    padding:          10px 10px 2px 0;    border:           1px solid #eee;    border-width:     0 0 1px 0;    background-color: #f9f9f9;}.serendipity_entry {    color:            #333;    font-family:      'Trebuchet MS', Verdana, sans-serif;    font-size:        11px;    background-color: #fff;    padding:          8px;    text-align:       left;    text-transform:   none;}.serendipity_entry a,.serendipity_entry a:active,.serendipity_entry a:link,.serendipity_entry a:visited {    text-decoration: underline;}.serendipity_entry a:hover {    text-decoration: none;}.serendipity_title {    color:            #ac3;    font-family:      'Trebuchet MS', Verdana, sans-serif;    font-size:        18px;    text-align:       left;    font-weight:      bold;    padding:          10px 0 10px 10px;    background-color: #fff;}.serendipity_title a:link,.serendipity_title a:visited {    color:            #793;    text-decoration:  none;}.serendipity_title a:hover {    color:            #8a4;    text-decoration:  none;}span.serendipity_entryIcon {}img.serendipity_entryIcon {}.serendipity_entry_content,.serendipity_entry_extended {    width:          480px;    text-align:     justify;     line-height:    16px;    text-transform: none;   }div.serendipity_entry  {    text-align:     justify;}.serendipity_entry_extended {}.serendipity_extended_link {}/*  *  footer * */.serendipity_single_entryFooter {    color:            #999;    font-family:      'Trebuchet MS', Verdana, sans-serif;    font-size:        10px;    background-color: #f9f9f9;    line-height:      normal;    padding:          3px;    border:           1px solid #eee;    margin:           0 0 6px 0;    height:           20px;}.serendipity_single_entryFooter a,.serendipity_single_entryFooter a:link,.serendipity_single_entryFooter a:visited,.serendipity_single_entryFooter a:active {    color: #777;}.serendipity_single_entryFooter a:hover {    color: #8a4;}* html .serendipity_single_entryFooter p {    margin:  0 0 0 0;    padding: 0 0 0 0;    height:  1px;}.serendipity_single_entryDetails_a {    float:      left;    text-align: left;    margin:     0;    padding:    0 0 0 10px;}.serendipity_single_entryDetails_b {    float:      right;    text-align: right;    margin:     0;    padding:    0 10px 0 0;}.serendipity_siteFooter {    margin:     20px 0 20px 0;    text-align: center;    color:      #fff;    font-size:  10px;}/* *  plugin: freetag * */ div.serendipity_freetag_taginfo {    background-color: #efc;    color:            #666;    font-style:       italic;    border:           0;    padding:          20px 0 20px 0;    margin:           0;}div.serendipity_freeTag {    border:  0;    padding: 0;    margin:  0;}/* *  plugin: suche * */.suche {    text-align: left;} input#serendipityQuickSearchTermField {    border: 1px solid #681;    width:  130px;    } input.quicksearch_submit {    width: 30px;    padding: 1px 0 2px 0;}.serendipity_search_results {    padding:          20px 25px 20px 25px;    margin:           0 0 0 0;        font-size:        11px;    color:            #333;    background-color: #efc;}.serendipity_search_tooshort,.serendipity_search_noentries {    padding:          20px 25px 20px 25px;    margin:           0 0 0 0;    font-size:        11px;    color:            #333;    background-color: #efc;}.staticpage_result_header {    display:  none;    width:    1px;    height:   1px;}.staticpage_result {    display:  none;    width:    1px;    height:   1px;}/* *  plugin: recent entries * */span.latest_entry_date {    clear: both;    float: left;    padding: 6px 5px 0 0;        color:   #777;}span.latest_entry_title {    float: left;    text-align:  left;    width: 105px;    padding: 6px 0 0 0; }p.archivlink {    clear: both;    padding: 20px 0 0 0;}/* *  kategorien * */.serendipitySideBarContent.kategorien {    margin: 4px 0 0 0;    padding: 0 0 0 0;}ul#serendipity_categories_list{    padding: 0;    margin: 0; }ul#serendipity_categories_list li {    margin: 0 1px 1px 0;    padding: 0;    display: block;    float: left;    white-space: nowrap;}ul#serendipity_categories_list li a,ul#serendipity_categories_list li a:link,ul#serendipity_categories_list li a:active,ul#serendipity_categories_list li a:visited {    float: left;    display: block;    padding: 8px 8px;    background-color:  #681;    color: #fff;}ul#serendipity_categories_list li a:hover {    float: left;    display: block;    padding: 8px 8px;    background-color:  #8a3;    color: #fff;    text-decoration: none;} div.category_link_all {    text-align: left;     clear: both;    padding: 16px 0 20px 0;}div.category_link_all a,div.category_link_all a:link,div.category_link_all a:visited,div.category_link_all a:active {    padding: 8px 8px;    background-color:  #681;    color: #fff;}div.category_link_all a:hover {    padding: 8px 8px;    background-color:  #8a3;    color: #fff;    text-decoration: none;}/* *  feeds * */div.serendipitySidebarContent feed {    text-align: left;    margin: 0 0 0 8px;    padding: 5px 0 0 0;    font-size: 14px;    font-weight: bold;    text-transform: none;}div#feeds img {    clear: left;    margin: 6px 8px 0 0;    float: left;}div#feeds a {    display: block;    float: left;    margin: 14px 0 12px 10px;}  /* *  taglist * */.tags {    margin: 0 0 20px 0;    text-align: right;    line-height: 18px;}.tags a {    padding: 2px;} /* *  comments * */div.serendipity_commentsTitle {    display: block;    color: #999;    font-family: 'Trebuchet MS', Verdana, sans-serif;    border-bottom: 1px solid #eee;    font-size: 12px;    text-align: left;    font-weight: bold;    margin: 0 0 0 0;    padding: 8px 10px 5px 10px;    background-color: #f9f9f9;    letter-spacing: 1px;} .serendipity_section_commentform {    font-size:        11px;    color:            #fff;    padding:          20px 0 0 0;    background-color: transparent;}div.serendipity_commentsformTitle {    color:          #ac5;    font-family:    'Trebuchet MS', Verdana, sans-serif;    border-bottom:  1px solid #666;    font-size:      12px;    text-align:     left;    font-weight:    bold;    margin:         20px 0 0 0;    padding:        5px 10px 0 10px;    letter-spacing: 1px;}.commentform_msg {    margin:           0 10px 0px 10px;    padding:          10px;    background-color: #ac5;    color:            #333;    font-weight:      bold;    text-align:       center;    }#commentform_field {    margin: 10px 0 0 0;  }.commentform_label {    clear:        left;    float:        left;    width:        100px;    text-align:   right;    font-size:    11px;    color:        #fff;    padding:      2px 5px 2px 0;}.commentform_input_name,.commentform_input_email,.commentform_input_url {    float:      left;    padding:    2px;    margin:     0 0 3px 0;    font-size:  11px;    border:     0;    width:      200px;}.commentform_input_comment {    float:      left;    padding:    2px;    margin:     0 0 0 0;    font-size:  11px;    border:     0;    width:      300px;    height:     100px;}.commentform_bottom_msg {    clear:        left;    text-align:   left;        margin:       0 0 0 105px;    width:        350px;    color:        #999;    padding-top:  5px;}div#captcha_box {    text-align: left;    margin: 30px 0 30px 100px;}img.captcha {    float: left;}input#captcha {  float: left;  padding: 3px;  margin: 10px 0 0 30px;}#commentform_options {    clear:      left;    text-align: left;    margin:     10px 0 0 105px;    width:      350px;    color:      #999;    }#commentform_submit {    clear:        left;    text-align:   left;    margin:       20px 0 0 0;    padding:      0 0 0 105px;    width:        350px;}.commentform_button{    cursor:           pointer;    border:           outset 1px #ccc;    background-color: #ac5;    color:            #333;    font-weight:      bold;    font-size:        10px;    padding:          1px 2px;    margin:           0 5px 0 0;}  .serendipity_comment {    padding: 20px 0 20px 0;    padding-bottom: 0;    background-color: #FFFFFF;    overflow: auto;    border: 1px solid #fff;}div.serendipity_commentBody{    font-size: 11px;    text-align: justify;    padding: 0 20px 3px 20px;    line-height: 13px;    color: #333;    text-transform: none;   }.serendipity_commentBody a,.serendipity_commentBody a:link,.serendipity_commentBody a:active,.serendipity_commentBody a:visited {		text-decoration: underline;}.serendipity_commentBody a:hover {		text-decoration: none;}div.serendipity_trackbackBody{    font-size: 11px;    text-align: justify;    padding: 0 25px 3px 25px;}.serendipity_comment_source {    margin: 10px 0 10px 0;    padding: 5px 10px 5px 10px;        font-size: 10px;    border: 1px double #eee;    border-width: 1px 0 3px 0;    background-color: #f9f9f9;    text-align: left;        }.serendipity_comment_source_author_self {    margin: 10px 0 10px 0;    font-size: 10px;    padding: 5px 10px 5px 10px;    border: 1px double #eee;    border-width: 1px 0 3px 0;    background-color: #efc;}.serendipity_trackback_source {    margin: 10px 0 10px 0;    padding: 5px 10px 5px 10px;    font-size: 10px;    border: 1px double #eee;    border-width: 1px 0 3px 0;    background-color: #f9f9f9;    text-align: left;}.serendipity_comment_bbcode {    text-align: left;    color:      #999;    padding: 0 0 0 230px;}/* *  archiv * */td.archives_date{    width: 80px;}div.archiv_headlines {    margin: 5px 0 5px 10px;}/* *  unchecked & "i don't know" * */div.serendipityPlug {    text-align: center;}div.serendipityPlug a {    text-decoration: none;    border: 0px;}  .serendipityImageButton {    cursor: pointer;}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;}.sssserendipity_entry p {    margin: 0px;    padding-bottom: 10px;}.serendipity_admin_list_item_even {    background-color: #fefefe;}.serendipity_admin_list_item_uneven {    background-color: #eee;}.serendipity_admin_filters {    border: 1px dashed;    background-color: #FFFFFF;    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_comments {    margin: 0 10px 0 10px;    font-size: 12px;}.serendipity_center {    margin-left: auto;    margin-right: auto;    text-align: center;}.serendipity_msg_important {    color: red;    font-weight: bold;    font-size: small;}.serendipity_msg_notice {    color: #563;    font-weight: bold;    font-size: 12px;}.serendipity_entry_author_self {}.serendipity_comment_author_self {}.serendipity_trackback {  padding: 20px 0px 10px 0px;  background-color: #fff;}.serendipity_section_trackbacks {  padding: 0 0 10px 0;  margin: 0 0 6px 0;  background-color: #fff;}.serendipity_section_comments {  padding: 0 0 10px 0;  margin: 0 0 6px 0;  background-color: #fff;}/* *  admin stuff * */div.serendipity_edit_nugget {    clear:      both;    margin:     5px 0 0 0;    text-align: right;    }div.serendipity_edit_nugget a,div.serendipity_edit_nugget a:visited,div.serendipity_edit_nugget a:hover,div.serendipity_edit_nugget a:link,div.serendipity_edit_nugget a:active {    color:           #666;    text-decoration: none;    font-style:      italic;}#previewbox {    float:            none;    width:            500px;    color:            #fff;    background-image: none;    }.serendipityAdminMsgSuccess {    color: #fff;}  /* *  comment quote * */ div.bb-code-title {    background:       url(img/blockquote.gif) 0 0 no-repeat;    background-color: #efc;    margin:           10px 25px 20px 25px;    padding:          30px 15px 10px 15px;    color:            #333;    font-size:        11px;  }  /* *  global classes * */  .nodeco,a.nodeco,a.nodeco:link,a.nodeco:active,a.nodeco:visited,a.nodeco:hover {    border: 0;    text-decoration: none;    list-style: none;    }.hl,a.hl,a.hl:link,a.hl:active,a.hl:hover,a.hl:visited {    color: #8a4;}a.hl:hover {    text-decoration: underline;}.spacer {    clear:    both;    display:  block;    margin:   0;    padding:  0;    height:   30px;}.float_r {    float: right;}.float_l {    float: left;}.clear {    clear: both;}.m {    font-size:    12px;    line-height:  14px;}.s {    font-size: 11px;}.xs {    font-size: 10px;}.right {    text-align: right;}.left {    text-align: left;}.center,p.center {    text-align: center;}.b {    font-weight: bold;}.i {    font-style: italic;}.dark {    color: #000;}.light {    color: #999;}.gram {    text-transform: none;  }
