img {
   behavior: url("http://www.kunstbunker-hintereingang.de/index.php?/plugin/pngbehavior.htc");
}
/* templates/hintereingang/style.css  */
/* color: #111111;*/

/* HTML Elements -----------------------------------------------------------------------------------------------------------------*/


body {
	color: black;
	margin-left: 150px;
	background: white;
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 10px;
	background-color: white;
	  }


a,
a:link,
a:visited {
  color: #3366FF;
  text-decoration: none;
}

a:active,
a:hover {
  color: #669999;
  text-decoration: none;
}

img {
  border: 0;
}

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

input[type="text"],
input[type="password"] {
color: #999999;
}


input[type="button"],
input[type="submit"],
select,
textarea {
}

button:focus,   button:hover {
color: #111111;
}


input:focus,    input:hover,
submit:focus,   submit:hover,
select:focus,   select:hover
textarea:focus, textarea:hover {

}

input.radio,
input[type="radio"],
input[type="checkbox"] {
  border: none;
}

blockquote {
  background-image: url(templates/hintereingang/img/quote.gif);
  background-repeat: no-repeat;
  background-position: 0.5em 0.5em;
  padding: 1em;
  margin: 1em;
  margin-right: 0;

}

ul {
  list-style-image: url(templates/hintereingang/img/bullet.gif);
  list-style-type: circle;
  padding-left: 1em;
}


/* Banner -----------------------------------------------------------------------------------------------------------------*/

#serendipity_banner {
  background-image: url(templates/hintereingang/img/hintereingang_header.gif);
  background-repeat: no-repeat;
  margin-top: -13px;
  margin-left: -150px;
  height: 250px;
}

#serendipity_banner h1 {
  margin-left: 540px;
  line-height: 230px;
}

#serendipity_banner h2 {
  line-height: 0px;
}


a.homelink1,
a.homelink1:link,
a.homelink1:visited {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  text-transform: lowercase;
  font-style: italic;
  color: #3366FF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left;
}

a.homelink2,
a.homelink2:link,
a.homelink2:visited {
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  text-transform: lowercase;
  font-style: italic;
  color: #3366FF;
  text-decoration: none;
  height: 0px;
  background-repeat: no-repeat;
  background-position: left;
  display: none;
}

a.homelink1:hover {
	color: #669999;
}

/* Sidebars -----------------------------------------------------------------------------------------------------------------*/

#serendipityLeftSideBar{
  padding-left: 10px;
  display: block;
  vertical-align: top;
  margin-left: 15px;
  width: 110px;
  color: white;
}

#serendipityRightSideBar {
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  vertical-align: top;
  width: 150px;
  border-left: 1px dotted black;
  }

.serendipitySideBarTitle {
	font-size: 12px;
	color: #111111;
	font-weight: lighter;
	line-height: 140%;
}

#serendipityRightSideBar * .serendipitySideBarTitle {
  /*border-left: 1px #666 dashed;*/
}

#serendipityLeftSideBar * .serendipitySideBarTitle {
  /*border-right: 1px #666 dashed;*/
}


div.serendipitySideBarItem,
.serendipitySideBarContent {
  color: black;
  font-size: 10px;
  line-height: 140%;
  margin-bottom: 20px;
}


#serendipityRightSideBar * .serendipitySideBarContent {
  /*border-right: 1px #666 dashed;*/
}

#serendipityLeftSideBar * .serendipitySideBarContent {
  /*border-left: 1px #666 dashed;*/
}

/* Entries -----------------------------------------------------------------------------------------------------------------*/


div.serendipity_Entry_Date {
  width: 380px;
  text-align: justify;
  background-color: white;
  margin-right: 100px;
}

.serendipity_date {
  color: #3366FF;
  font-size: 10px;
  font-weight: lighter;
  text-transform: lowercase;
  text-align: left;
  height: 21px;
  vertical-align: bottom;
}


/* Entry Eigenschaften*/

.serendipity_title,
.serendipity_Admin_title {
  padding-bottom: 1em;
  padding-right: 20px;
  font-size: 18px;
  font-weight: lighter;
}

.serendipity_title a,
.serendipity_title a:link,
.serendipity_title a:visited,
.serendipity_Admin_title a,
.serendipity_Admin_title a:link,
.serendipity_Admin_title a:visited {
  color: #111111;
  text-decoration: none;
}

.serendipity_title a:hover,
.serendipity_Admin_title a:hover {
 color: #669999;
 text-decoration: none;
}

.serendipity_entry,
.serendipity_admin {
  font-size: 10px;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 3em; 
  /*
  
  border-color: #999999;
  border-style: dotted;
  border-right-width: thin;
  border-left-width: thin;
  border-top: none;
  border-bottom: none;
  */
}

div.serendipity_entryFooter {
  clear: both;
  font-size: x-small;
  margin-top: 15px;
  margin-bottom: 20px;
}


/* Comments -----------------------------------------------------------------------------------------------------------------*/

.serendipity_comment {
  font-size: 10px;
  border-left: thin dotted black;
  margin-right: 10px;
  margin-top: 1em;
  padding-bottom: 0;
  overflow: auto;
}

.serendipity_commentBody {
  padding-bottom: 1em;
}

		/*Beschriftung der Formularfelder*/
.serendipity_commentsLabel {
  font-size: 10px;
  text-align: left;
}

		/*Titel: Kommentar, Trackback*/
.serendipity_commentsTitle {
  font-size: 12px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* Admin -----------------------------------------------------------------------------------------------------------------*/

.serendipity_admin td {
}

/* Misc -----------------------------------------------------------------------------------------------------------------*/

#content {
  width: 100%;
}

/** Embedded images with the s9y image manager --------------------------------------------------------------------------**/

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    background-color: black;
    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-left: 0px;
    text-align: center;
}

.serendipity_imageComment_txt {
    padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
    clear: both;
    font-size: 8pt;
    text-align: left;
}

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

.serendipity_admin_list_item_even {
}

.serendipity_admin_list_item_uneven {
    background-color: #eee;

}

.serendipity_admin_filters {
    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;
}

/*Grundfunktion der Kommentare ---------------------------------------------------------------------*/
.serendipity_comments {
	visibility: visible;
}

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

.serendipity_msg_important {
    color: red;
	font-size: 10px;
}

.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_author_self {
}

.serendipity_comment_author_self {
  border-left: double #669999 thick;
  color: #669999;
}
.serendipity_searchQuery {
    background-color: #D81F2A;
    color: #FFFFFF;
}
