img {
   behavior: url("http://www.netzh.de/blog/index.php?/plugin/pngbehavior.htc");
}
/* templates/netzh/style.css  */
/* HTML Elements */

body {
  background: #000 url('templates/netzh/img/blog_muster.jpg') center top repeat-y; /* ========== BURKARD ========== */
}

#mainpane {
  position: absolute;
  top: 170px;
  left: 50%;
  margin: 0px 0px 0px -460px;
  width: 920px;
  background: white;
  padding: 0px;
  border-spacing: 0px;
}

a,
a:link,
a:visited {
  color: #993300;
}

a:active,
a:hover {
  color: #FFCC66;
}

h3, h4 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}

li {
  margin: 5px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
  list-style-type: square;
}

div, table, tr, td {
  border: 0px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* Banner */

#serendipity_banner {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0px 0px 0px -460px;
  width: 920px;
  height: 170px;
  font-family:'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
  background: #000 url('templates/netzh/img/blog_honey.jpg'); /* ========== BURKARD ========== */
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  text-decoration: none;
  font-size: 130%;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding-left: 30px;
  padding-top: 80px;
  padding-bottom: 0px;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  font-family:'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
  color: #ddd;
  font-size: 100%;
  font-weight: bold;
  text-decoration: none;
  margin: 0px 0px 0px 0px;
  padding-left: 50px;
  padding-top: 10px;
}

/* Calendar */

table.serendipity_calendar td {
  color: #666;
  line-height: 140%;
  font-size: x-small;
}

td.serendipity_weekDayName {
  color: #000;
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
}

td.serendipity_calendarHeader a,
td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:active,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover {
  color: #000;
  font-family: verdana, arial, sans-serif;
  font-size: x-small;
  font-weight: bold;
  line-height: 140%;
}

.serendipity_calendar a {
  font-weight: bold;
  background-color: #ccc;
}

/* Sidebars */

#serendipityRightSideBar a {
  color: #000;
}
#serendipityRightSideBar a:hover {
  color: #900;
  text-decoration: underline;
}


#serendipityLeftSideBar,
#serendipityRightSideBar {
  border-left: 0;
  vertical-align: top;
  background: #fff url('templates/netzh/img/bg_navi.jpg') left top repeat-y;
  font-family: verdana, arial, sans-serif;
  color: #ccc;
  font-size: x-small;
  padding: 0;
  margin: 0;
}

.serendipitySideBarTitle {
  color: #000;
  font-size: small;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  line-height: 140%;
  margin-right: 0.5em;
  font-weight: normal;
  width: 15em;
}

div.serendipitySideBarItem {
  font-family: palatino, georgia, times new roman, serif;
  color: #ccc;
  font-size: x-small;
  font-weight: normal;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.serendipitySideBarContent {
  padding: 0.7em;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
}

.serendipitySideBarContent a,
.serendipitySideBarContent a:link,
.serendipitySideBarContent a:active,
.serendipitySideBarContent a:visited,
.serendipitySideBarContent a:hover
{
  text-decoration: none;
}

#content {
  background: #fff;
}

/* Entries */

div.serendipity_Entry_Date {
  margin: 10px;
  padding: 10px;
  width: auto;
}

.serendipity_date {
  font-family: georgia, verdana, arial, sans-serif;
  font-size: small;
  color: #666;
  border-bottom: 1px solid #999;
  margin-top: 10px;
  font-weight: bold;
}

.serendipity_title,
.serendipity_title a,
.serendipity_title a:hover,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title,
.serendipity_Admin_title a,
.serendipity_Admin_title a:hover,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-family: arial, sans-serif;
  color: #900;
  font-size: 1.3em; /* ========== BURKARD ========== */
  text-decoration: none;
}

.serendipity_entry,
.serendipity_admin {
  font-family: arial, sans-serif;
  color: #013;
  font-size: 1.0em; /* ========== BURKARD ========== */
  font-weight: normal;
  line-height: 130%;
}

div.serendipity_entryFooter {
  font-family: arial, sans-serif;
  font-size: x-small;
  color: #003366;
  padding-top: 1.2em;
}

.serendipity_entry_body {
  text-align: justify;
}

.serendipity_entry_body a, .serendipity_entry_body a:link .serendipity_entry_body a:visited {
  text-decoration: none;
  color: #000;
  background-color: #ffe268;
}

.serendipity_entry_body a:active, .serendipity_entry_body a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f50;
}


/* Comments */

.serendipity_comment {
  font-size: small;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
  overflow: auto;
}

.serendipity_comment_source {
  border-bottom: 1px dotted #999;
}

.serendipity_commentsLabel {
  font-size: small;
}

.serendipity_commentsTitle {
  font-size: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* Admin */

.serendipity_admin td {
}

/* Misc */

#content {
  width: 100%;
}

/** Embedded images with the s9y image manager **/
.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: 1px solid black;
    background-color: #EFEFEF;
    margin: 3px;
}

.serendipity_imageComment_center {
    margin: 0px;
}

.serendipity_imageComment_left {
    float: left;
}

.serendipity_imageComment_right {
    float: right;
}

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

.serendipity_imageComment_txt {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: 9pt;
    text-align: center;
}

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

.serendipity_admin_list_item_even {
    background-color: white;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.serendipity_admin_filters {
    border: 1px dashed;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    padding: 2px;
}

.serendipity_admin_filters_headline {
    border-bottom: 1px solid;
}

.serendipity_admin_sortorder {
    text-align: center;
}


.serendipity_comments {
	font-family: Verdana,Arial,sans-serif;
	color: #633;
}

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

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
    background-color: #f7f7f7;
}

#serendipityQuickSearchTermField {
  width: 95%;
}

#serendipity_Footer {
  height:80px;
  background: #fff url('templates/netzh/img/bg_footer.jpg') left top no-repeat;
}



.netzh_aseq {
	font-family: Arial,sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: #aaa;
	padding: 2px 10px 2px 10px;
}

.serendipity_freeTag
{
    margin-left: auto;
    margin-right: 0px;
    text-align: right;
    font-size: 7pt;
    display: block;
    margin-top: 5px;
    margin-bottom: 0px;
}

.serendipity_freeTag_related
{
    margin-left: 50px;
    margin-right: 0px;
    text-align: left;
    font-size: small;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}

.serendipity_freetag_taglist
{
    margin: 10px;
    border: 1px solid #6265F0;
    padding: 5px;
    background-color: #B5B8FF;
    text-align: justify;
}

.serendipity_freeTag a
{
    font-size: 7pt;
    text-decoration: none;
}

.serendipity_freeTag a:hover
{
    color: green;
    text-decoration: underline;
}
img.serendipity_freeTag_xmlButton
{
    vertical-align: bottom;
    display: inline;
    border: 0px
}
