img {
   behavior: url("http://hausrat.be/versicherung/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/hk35/style.css  */
/* --------------- */
/* template styles */
/* --------------- */

#template_main {
	background-color: #FFFFFF;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}	
#template_header {
	background-color: #02107D;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(img/header-lines.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#template_header_container {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	vertical-align: bottom;
	background-image: url(img/header-background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#template_subheader {
	background-color: #02107D;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#template_subheader_container {
	width: 800px;
	margin: 0 auto;
	height: 20px;
}
#template_main_column {
	height: auto;
	width: 800px;
	margin: 0 auto;
}
#template_text_column {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 390px;
	vertical-align: top;
	overflow-x: auto;
	overflow-y: hidden;
}
#template_sidebar_column {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	float: right;
	height: auto;
	width: 390px;
	vertical-align: top;
	text-align: left;
}
#template_sidebar_column_left {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 190px;
	vertical-align: top;
}
#template_sidebar_column_right {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 190px;
	vertical-align: top;
}
#template_bottom {
	background-color: #DCDCDC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C8C8C8;
	border-bottom-color: #C8C8C8;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	height: auto;
	width: 100%;
	clear: both;
}
#template_bottom_container {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#template_bottom_field1 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
	width: 200px;
}
#template_bottom_field2 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
	width: 210px;
}
#template_bottom_field3 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
	width: 200px;
}
#template_bottom_field4 {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	float: left;
	width: 190px;
}
#template_footer {
	background-color: #02107D;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#template_footer p {
	font-size: 8pt;
	color: #FFFFFF;
}
#template_footer a:link,
#template_footer a:visited {
	color: #999999;
	text-decoration: none;
}
#template_footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#template_footer_container {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#template_footer_link {
	text-align: right;
	padding: 5px;
	padding-top: 0px;
}
#template_next_page {
	text-align: center;
	font-size: 8pt;
	margin: 0px;
}
#template_comments_source_link {
	padding: 5px;
	padding-bottom: 0px;
}
#template_comments_link {
	text-align: right;
	padding: 5px;
	padding-top: 0px;
}
#template_trackbacks_source_link {
	font-size: 8pt;
	padding: 5px;
}
#template_commentform_link {
	text-align: center;
}
#template_commentform_plugins {
	font-size: 8pt;
	margin-bottom: 10px;
	margin-top: 10px;
}
#template_commentform_submit {
	margin-top: 10px;
	margin-bottom: 10px;
}
#template_commentform_comment {
	width: auto;
}
#template_searchcontainer {
	width: auto;
}
#template_searchcontainer form {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#searchbox {
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 10pt;
	background-color: #969696;
	color: #ffffff;
	width: 160px;
	height: 20px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px;
}
#template_no_entries {
	text-align: center;
	font-weight: bold;
	color: red;
	padding: 10px;
}
#template_staticpage_navigation {
	background-color: #F0F0F0;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border-top: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}

/* ------------- */
/* navbar styles */
/* ------------- */
#navcontainer {
	float: left;
}
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #646464;
	color: #ffffff;
	float: left;
	width: auto;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	border-left: 1px solid #C8C8C8;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #969696;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #C8C8C8;
	height: 20px;
}
#navcontainer ul li a:hover {
	background-color: #02107D;
	color: #ffffff;
}

/* ------------------ */
/* serendipity styles */
/* ------------------ */
body {
	margin: 0px;
	padding: 0px;
	background-color: #02107D;
}
p, td, th, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #02107D;
	margin: 0px;
	padding: 0px;
}
span {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	font-size: 9pt;
	font-weight: bold;
}
a:link,
a:visited {
	color: #800000;
	text-decoration: none;
	border: 0px;
}
a:hover {
	color: #C8C8C8;
	text-decoration: underline;
}
img {
	border: 0px;
}
hr {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.serendipity_center {
	text-align: center;
}
#serendipity_banner {
}
a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 5px;
}
a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-bottom: 10px;
}
.serendipity_content_message {
	text-align: center;
}
.serendipity_msg_important { 
	color: red;
	margin-bottom: 10px;
} 
.serendipity_msg_notice {    
	color: green;
	margin-bottom: 10px;
}
.serendipity_title {
	font-size: 14pt;
	margin: 0px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
}
.serendipity_title a:link,
.serendipity_title a:visited {
	text-decoration: none;
	color: #666666;
}
.serendipity_title a:hover {
   color: #C8C8C8;
}
.serendipity_date {
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #999999;
	border-bottom: 2px solid #C8C8C8;
}
.serendipity_entry {
	overflow-x: auto;
	overflow-y: hidden;
	line-height: 150%;
}
.serendipity_entry p {
	font-size: 9pt;
	margin: 0px;
	margin-top: 10px;
	text-align: justify;
}
.serendipity_entry blockquote {
	text-align: left;
}
.serendipity_entry ul {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}
.serendipity_entry li {
	padding-bottom: 10px;
}
span.serendipity_entryIcon {
	float: right;
	padding: 5px;
	padding-top: 10px;
	padding-right: 0px;
}
.serendipity_entry_body p {
}
.serendipity_entry_extended p {
}
.serendipity_entryFooter {
	font-size: 8pt;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	clear: both;
}
.serendipity_entryFooter p, .serendipity_entryFooter div, .serendipity_entryFooter span {
	font-size: 8pt;
}
.serendipity_comments {
	margin: auto;
	padding: auto;
}
.serendipity_commentsLabel {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;
}
.serendipity_commentsValue {
	width: auto;
}
#serendipity_commentform_comment {
	width: 300px;
}
.serendipity_comment {
	margin: auto;
	padding: auto;
	margin-bottom: 20px;
	width: auto;
	height: auto;
	clear: both;
}
.serendipity_commentBody {
	font-size: 9pt;
	background-color: #E6E6E6;
	text-align: left;
	padding: 5px;
	min-height: 45px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	overflow-x: auto;
	overflow-y: hidden;
	clear: both;
}
.serendipity_comment_source {
	font-size: 8pt;
	background-color: #E6E6E6;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
}
.serendipity_comment_source a:link,
.serendipity_comment_source a:visited {
	color: #999999;
	text-decoration: none;
}
.serendipity_comment_source a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#serendipity_commentform_name, #serendipity_commentform_email, #serendipity_commentform_url, #serendipity_replyTo, #template_commentform_comment {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	background-color: #CED9CE;
	color: #02107D;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #C8C8C8;
}

#serendipity_commentform_name:hover,
#serendipity_commentform_name:focus,
#serendipity_commentform_email:hover,
#serendipity_commentform_email:focus,
#serendipity_commentform_url:hover,
#serendipity_commentform_url:focus,
#serendipity_replyTo:hover,
#serendipity_replyTo:focus,
#template_commentform_comment:hover,
#template_commentform_comment:focus {
	background-color: #F2DADA;
	color: #02107D;
}

.serendipity_commentDirection {
	font-size: 8pt;
}
.serendipity_commentsTitle {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
}
#serendipity_preview {
	background-color: #B8D9B8;
	padding: 5px;
	font-size: 10pt;
}
#serendipity_submit {
	background-color: #E59A9A;
	padding: 5px;
	font-size: 10pt;
}
.serendipitySideBarItem {
	font-size: 9pt;
	text-decoration: none;
	color: #02107D;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	width: 180px;
	overflow-x: auto;
	overflow-y: hidden;
}
.serendipitySideBarItem p, .serendipitySideBarItem div, .serendipitySideBarItem span, .serendipitySideBarItem td {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}
.serendipitySideBarItem p {
	margin-bottom: 5px;
}
.serendipitySideBarItem a:link,
.serendipitySideBarItem a:visited {
	color: #800000;
	text-decoration: none;
}
.serendipitySideBarItem a:hover {
	color: #999999;
	text-decoration: underline;
}
.serendipitySideBarItem input {
	font-size: 8pt;
	background-color: #E6E6E6;
	color: #02107D;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #C8C8C8;
}
.serendipitySideBarItem textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	background-color: #CED9CE;
	color: #02107D;
	width: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #C8C8C8;
}
.serendipitySideBarItem ul {
	margin: 5px;
	padding: 0px;
	padding-left: 15px;
	text-align: left;
}
.serendipity_entry li {
	margin: 0px;
	padding: 0px;
}
.serendipitySideBarTitle {
	color: #666666;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
.serendipitySideBarContent {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
.serendipitySideBarDate {
	font-style: italic;
}
.serendipity_imageComment_center, 
.serendipity_imageComment_left, 
.serendipity_imageComment_right {
	background-color: #02107D;
	padding: 0px;
	padding-top: 5px;
	text-align: center;
}
.serendipity_imageComment_center {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.serendipity_imageComment_left {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.serendipity_imageComment_right {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	margin: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
}
.serendipity_imageComment_txt {
	border-top: 1px solid #FFFFFF;
	margin-top: 3px;
	padding: 3px;
	clear: both;
	font-size: 8pt;
	text-align: center;
	color: #FFFFFF;
}
.comments_by_author_pagination {
	margin-top: 15px;
	margin-bottom: 15px;
}
.serendipity_search {
	margin-bottom: 20px;
}
#mainpane {
	background-color: #FFFFFF;
}

/* Calendar Styles */
table.serendipity_calendar td {font-size: 8pt; padding: 1px; text-align: center;}
td.serendipity_weekDayName {font-size: 8pt; font-weight: bold; border-bottom: 1px solid #C8C8C8;}
td.serendipity_calendarDay.Today {background-color: #FFFFFF; border-bottom: 1px solid #C8C8C8;}
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {border: 0px; text-decoration: none;}
.serendipity_calendar a {font-weight: bold;}

/* --------------------- */
/* code, pre, blockquote */
/* --------------------- */
code, pre {
	display: block;
	width: 350px;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 10px;
	padding: 5px;
	border: 1px solid #C8C8C8;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	text-align: left;
	background-color: #02107D;
	color: #FFFFFF;
}
blockquote {
	margin-left: 10px;
	margin-right: 0px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 60px;
	background-image: url(img/cite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	min-height: 35px;
}
.staticpage_result_header {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ------ */
/* bbcode */
/* ------ */
.bb-code-title {
	border-left: 3px solid #C8C8C8;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.bb-code {
	font-style: italic;
}

/* ------------------------- */
/* additional plugins styles */
/* ------------------------- */
.serendipity_freeTag {
	padding-top: 10px;
}
.serendipity_freeTag_related {
	margin-left: 20px;
	padding-top: 5px;
	font-weight: bold;
}
.serendipity_freeTag_related a,
.serendipity_freeTag_related a:link,
.serendipity_freeTag_related a:active,
.serendipity_freeTag_related a:visited,
.serendipity_freeTag_related a:hover {
	font-weight: normal;
}
.serendipity_karmaVoting_exits_sep {
	font-size: 8pt;
}
.plugin_comment_wrap p, .plugin_comment_wrap div, .plugin_comment_wrap span {
	font-size: 8pt;
}
.plugin_comment_author {
	font-weight: bold;
}
.plugin_comment_date {
	font-style: italic;
}
.gravatar {
	border: 0px;
	clear: both;
	padding-left: 5px;
	padding-bottom: 5px;
}
.serendipity_entrypaging {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 8pt;
}
.serendipity_entrypaging a:link,
.serendipity_entrypaging a:visited {
	color: #800000;
	text-decoration: none;
}
.serendipity_entrypaging a:hover {
	color: #C8C8C8;
	text-decoration: underline;
}
.linklist img {
	border: 0px;
	vertical-align: middle;
}
.linklist menuitem {
	border: 0px;
	vertical-align: middle;
	list-style-type: none;
}
.linklist ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}
.staticpage_author {
	font-size: 8pt;
	padding-top: 20px;
}
.serendipity_authorpic {
	float: right;
	text-align: center;
	font-weight: bold;
	color: grey;
	margin: 0px;
	padding: 5px;
	padding-right: 0px;
}
.serendipityAuthorProfile {
	background-color: #02107D;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 5px;
}
.serendipityAuthorProfile dl {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}
.serendipityAuthorProfile dd {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}
.serendipity_commentcount {
	font-size: 8pt;
	font-style: italic;
	padding: 5px;
}
.serendipity_search {
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #C8C8C8;
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
}
.searchterm {
	color: red;
	font-weight: bold;
}
.staticpage_results {
	margin-top: 30px;
	padding-top: 5px;
	border-top: 1px solid #C8C8C8;
	text-align: left;
}
.staticpage_results p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
}
.staticpage_author {
	font-size: 8pt;
	font-weight: bold;
}
.staticpage_metainfo {
	font-size: 8pt;
}
.PageRank {
	font-weight: bold;
}
.one-image {
	text-align: center;
}

/* ----------------- */
/* Livesearch plugin */
/* ----------------- */

.serendipity_livesearch_result {
	background: white;
	margin: 10px;
	padding: 10px;
	text-align: left;
}
.serendipity_livesearch_result ul {
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	padding-left: 10px;
}
#LSShadow {background: grey;}

/* ----------------- */
/* FeedBurner styles */
/* ----------------- */
.feedburnerFeedBlock p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}
.feedburnerFeedBlock ul {
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	list-style-type: none;
}
.feedburnerFeedBlock li {
	padding-bottom: 15px;
}
.headline {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.date {
	font-size: 8pt;
	font-style: italic;
	padding-bottom: 5px;
}

