img {
   behavior: url("http://blog.kairaven.de/plugin/pngbehavior.htc");
}
.bb-quote, .bb-code, .bb-php, .bb-code-title, .bb-php-title {
    margin-left: 20px;
    margin-right: 20px;
    color: black;
    direction: ltr;
}

.bb-code-title, .bb-php-title {
    margin-bottom: 2px;
    background-color:#CCCCCC;
    font-weight: bold;
    padding-left: 5px;
}

.bb-code, .bb-php {
    font-family: courier, "courier new";
    background-color: #DDDDDD;
    padding: 10px;
    white-space: pre;
    overflow: auto;
    max-height: 24em;
}

.bb-quote {
    background-color: #DDDDDD;
    padding: 10px;
}

.bb-list-ordered-d {
    list-style-type: decimal;
}
.bb-list-ordered-la {
    list-style-type: lower-alpha;
}
.bb-list-ordered-ua {
    list-style-type: upper-alpha;
}

.serendipity_entrypaging {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    display: block;
}

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

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

/* 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: 10px;
    text-align: center;
}

/* END OF style_fallback.css */
/* templates/raven/style.css  */
h4,h3 {
    margin: 0;
}

.serendipitySideBarContent {
    width: auto;
}

#mainpane {
    margin: auto;
    width: 95%;
	border: 1px dotted #990000;
    background-color: #ffffff;
}

#content {
    padding: 2px 0 0 0;
    margin: 0px;
/*    width: auto; */
    width: 80%;
	border-right: 1px dotted #990000;
}

.serendipity_content_message {
  width: 0px;
  height: 0px;
  border: 0px none transparent;
}

.serendipity_entry_body {
	font-size: 1.05em;
	line-height: 1.3em;
}

.serendipity_entry_body a:link,
.serendipity_entry_body a:visited {
   color: #990000;
   text-decoration: none;
   border-bottom: 1px dashed #990000;
   background-color: transparent;
}

.serendipity_entry_body a:hover {
   color: #003399;
   text-decoration: none;
   border-bottom: 1px dashed #003399;
   background-color: transparent;
}

.serendipity_entry_body_folded,
.serendipity_entry_body_unfolded,
.serendipity_entry_extended {
/* Inner blocks of .serendipity_entry, can be used for further customization */
}

.serendipity_livesearch_row {
  margin: 0px;
  line-height: 1.2em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2em;
  padding-right: 1em;
}

.serendipity_livesearch_result {
    position: relative;
	color: #003300;
	background-color: #ddddbb;
    bottom: 2px;
    right: 2px;
    border: 1px solid #003300;
    padding: 2px;
}

.serendipity_search {
  color: #003300;
  background-color: #ffffff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  width: auto;
  padding-left: 20px;
  margin-top: 20px;
}

.searchterm,
.searchresults {
  color: #660000;
  background-color: #ffffff;
}

.staticpage_results {
  color: #000000;
  background-color: #ffffff;
  width: auto;
  margin-top: 0px;
  border-top: 2px dashed #003300;
  border-left: 2px solid #003300;
  border-right: 2px solid #003300;
  border-bottom: 2px solid #003300;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
a, a:visited {
  color: #990000;
  text-decoration: none;
}

a:hover {
  color: #003399;
  text-decoration: none;
}

body {
  background-color: #ddddbb;
  color: #000000;
  font-family: sans-serif;
  line-height: 20px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

p, td, th, div, span {
  vertical-align: top;
}

#serendipity_banner {
  background-color: #b7b17b;
  height: 130px;
  background-image: url("templates/raven/img/bannerbg.png");
  border-bottom: 1px solid #000000;
  width: 100%;
  margin-bottom: 30px;
}

#banner_logo {
  float: left;
  position: absolute;
  top: 27px;
  left: 80px;
  width: 99px;
  height: 100px;
}

a.homelink1,
a.homelink1:hover,
a.homelink1:link,
a.homelink1:visited,
#serendipity_banner h1 {
  color: #660000;
  font-size: 1.2em;
  font-weight: bolder;
  margin-top: 0px;
  padding-left: 100px;
  padding-top: 12px;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1.0em;
  display: block;
}

a.homelink2,
a.homelink2:hover,
a.homelink2:link,
a.homelink2:visited,
#serendipity_banner h2 {
  color: #990000;
  font-size: medium;
  font-weight: bold;
  padding-left: 100px;
  text-decoration: none;
}

#serendipityRightSideBar {
  width:20%;
  background-color: #ffffff;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  vertical-align: top;
}

#serendipityLeftSideBar {
  background-color: #ffffff;
  border-right: 1px dashed #4068ab;
  border-bottom: 1px dashed #4068ab;
  padding: 20px;
  vertical-align: top;
}

.serendipitySideBarTitle {
  color: #003300;
  font-size: 1.0em;
  font-weight: bold;
  margin-top: 5px;
  padding-top: 5px;
  margin-bottom: 8px;
}

div.serendipitySideBarItem {
  background-color: #ffffff;
  border: 0px none transparent;
  margin-bottom: -5px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}


dt.serendipity_recententries_entrylink { margin-bottom: 1px; margin-top: 6px; }
dd.serendipity_recententries_entrydate { margin: 0 0 0 0; }

.container_serendipity_archives_plugin ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.serendipity_entry {
  background-color: #ffffff;
  font-size: 1.0em;
  border: 0px none transparent;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}

div.serendipity_Entry_Date {
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 15px;
  padding-bottom: 10px;
  width: auto;
}

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

.serendipity_title {
  border: 1px;
  color: #003300;
  background-color:#ffffff;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0px;
  margin-top: 7px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.serendipity_title a:link,
.serendipity_title a:visited {
  border: 0;
  color: #003300;
  text-decoration: none;
}

.serendipity_title a:hover {
  color: #990000;
}

.serendipity_date {
  color: #003300;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
  width: auto;
}

.serendipityCommentForm {
  padding-left: 15px;
  padding-top: 20px;
  width: auto;
}

.serendipity_commentsTitle {
  background-color: #ffffff;
  border: 0px;
  color: #003300;
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 2px;
}

.serendipity_time {
/* nicht verwendet */
  display: block;
  font-size: large;
  font-weight: bold;
  margin-top: 8px;
}

td.serendipity_commentsLabel {
/* Kommentarfeldname */
  font-weight: bold;
  color: #003300;
  vertical-align: top;
  text-align: right;
  width: 10%;
}

td.serendipity_comment {
/* wird nicht verwendet */
  color: #404040;
  font-size: small;
  margin-bottom: 12px;
  padding-left:8px;
}

.comment_oddbox {
  margin-left: 10px;
  margin-right: 10px;
}

.comment_oddbox .serendipity_commentBody {
  padding: 5px;
  font-size: 1.0em;
}
.comment_evenbox {
  margin-right: 10px;
  margin-left: 10px;
}

.serendipity_comment_source {
  margin-top: 5px;
  margin-left: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #cdc9a5;
  font-size: 1.0em;
}

.serendipity_comment {
	margin-top: 1em;
	overflow: auto;
	background-color: transparent;
	padding: 5px;
	font-size: 1.0em;
}

td.serendipityEntriesBox {
/* wird nicht verwendet */
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
}

td.serendipity_admin {
/* wird nicht verwendet */
  padding: 10px;
}

table.serendipity_calendar td {
  font-size: small;
  padding: 3px;
}

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

table.serendipity_calendar a:hover {
  text-decoration:underline;
}

td.serendipity_weekDayName {
  color: #003300;
  background-color: #ffffff;
  font-size: small;
  font-weight: bold;
}

div.serendipityPlug, div.serendipityPlug a {
  font-size: small;
}

img.serendipityImageButton {
  cursor: auto;
}

div.serendipity_admin_title {
/* wird nicht verwendet */
  font-size: large;
  font-weight: bold;
  margin-bottom: 12px;
}

div.serendipity_admin_list_title {
/* wird nicht verwendet */
  font-weight: bold;
  margin-bottom: 8px;
}

td.serendipity_admin_list_item {
/* wird nicht vewendet */
  border: dotted 1px #d0d0d0;
}

div.serendipity_entryFooter {
/* Eintragsfooter, Seitenfooter */
  clear: both;
  color: #000000;
  font-size: medium;
  padding-top: 15px;
}


/** Embedded images with the s9y image manager **/
/* wird nicht verwendet */
.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;
}

.serendipity_admin_list_item_even {
    background-color: #ffffff;
}

.serendipity_admin_list_item_uneven {
    background-color: #E0E0E0;
}

.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;
    font-weight: bold;
}

.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 {
  background-color: #ffffff;
  border: 0px none transparent;
  margin-top: 5px;
  font-size: 1.0em;
  line-height: 1.3em;
/* oberster Kommentare-Container */
}

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

#archives_listing {
  background-color: #ffffff;
  border: 0px none transparent;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}

.serendipity_msg_important {
    color: red;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
  color: #1f1f1f;
/* wird nicht verwendet */
}

.serendipity_comment_author_self,
.serendipity_comment serendipity_comment_author_Kai-Raven {
/* eigene Kommentare */
    background-color: #f2f4f6;
	font-size: 1.0em;
}

/** my css **/

input, select, textarea {
    border: 1px solid #003300;
}


.mitte {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

li {
  line-height: 1.2em;
  margin-top: 5px;
  margin-bottom: 5px;
}

.brliste {
  margin-left: 0px;
  padding-left: 0px;
  text-indent: 0px;
}

.zitat {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  width: 90%;
  font-style: italic;
}

.hoch {
  vertical-align: super;
  font-size: 0.8em;
  margin-left: 1px;
}

img {
  border: 0px none transparent;
}

.imglink a:link,
.imglink a:visited,
.imglink a:hover {
   text-decoration: none;
   border-bottom: 0px none transparent;
   background-color: transparent;
}

.italy {  font-style: italic; }

.normtxt { font-style: normal; }

.bo { font-weight: bold; }

ul { list-style-type: square; }

.sm { font-size: 0.9em; }

.border1 { border: 1px solid #000000; }

.cal { border-spacing: 0px; }

.tab {
 border-spacing: 10px;
 border: 1px solid #000000;
 border-collapse: collapse;
 width: 100%;
}
.tab td,th {
 border: 1px solid #000000;
 padding: 5px;
 vertical-align: top;
}
.tab caption {
 padding-bottom: 10px;
 padding-top: 10px;
 text-align: left;
}
.us1,.us2,.us3,.us4,.us5,.us6,.nbb1,.nbb2 {
font-weight: bold;
font-style: normal;
margin-top: 20px;
margin-bottom: 10px;
}
.us1 {
font-size: 1.9em;
line-height: 101%;
}
.us2 {
font-size: 1.5em;
}
.us3 {
font-size: 1.2em;
}
.us4 {
font-size: 1.1em;
}
.us5 {
font-size: 1.0em;
}
.dred {
  color: #990000;
}

.dgreen {
  color: #003300;
}

