img {
   behavior: url("http://www.apfel-herz.de/index.php?/plugin/pngbehavior.htc");
}
/* templates/eigenesdesigncontest/style.css  */
/* USED COOLORS:
    dark #d6d6d6;
    light #f4f4f4;
    main blue #011a7c;
    light blue #AAB3D3
    very light blue #FDFDFF;

OLD:
    light blue #8eb2d9;
    medium blue #b8d3f0;
*/

/* *****************************
   MAIN Selectors
 * *****************************/

body {
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: luxi sans, trebuchet ms, bitstream vera sans, verdana, arial, helvetica, sans-serif;
}

a, input, textarea, p, td, th, div, span {
    font-family: "luxi sans", "trebuchet ms", "bitstream vera sans", verdana, arial, helvetica, sans-serif;
}

h4,h3 {
    margin: 0;
}

a:link,
a:visited,
a:active {
    color: #55b544;
    text-decoration: none;
}

a:hover {
    color: #672405;
    text-decoration: underline;
}

#mainpane {
    border: 0px;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    width: 100%;
    position: relative;
}

/* *****************************
   HEADER
 * *****************************/

#serendipity_banner {
    height: 150px;
    background-color: transparent;
    background-image: url(templates/eigenesdesigncontest/img/header_bar.jpg);
    background-repeat: repeat-x;
    width: 150%;
    padding: 0;
    margin: 0;
    border: 0;
}


#serendipity_banner h1 { position: absolute; top: 0; left: 0; background-image: url(templates/eigenesdesigncontest/img/header_logo.jpg); background-repeat: no-repeat; padding: 100px 0 0 272px; height: 100px; width: 100%; font-size: 12px; background-color: transparent; letter-spacing: 12px; margin: 0; overflow: hidden; }

#serendipity_banner h2 { position: absolute; top: 24px; left: 131px; font-size: 1.3em; background-color: transparent; margin: 0; letter-spacing: 0.03em; padding-top: 100px; padding-left: 140px; }

a.homelink1,
a.homelink1:link,
a.homelink1:visited { color: #255a1f; font-size: 0.42cm; line-height: 0.42cm; text-decoration: none; text-align: left; text-indent: 0.42cm; top: 12px; left: 0.42cm; right: 0.42cm; bottom: 0.42cm; width: 0.42cm; height: 0.42cm; margin: 12px 0.42cm 0.42cm 3.62cm; padding: 0.42cm 0.42cm 0.42cm 3.62cm; border-left-width: 0.42cm; }

a.homelink2,
a.homelink2:link,
a.homelink2:visited { color: #255a1f; text-decoration: none; top: 12px; }

a.homelink1:hover,
a.homelink2:hover {
    color: #b9fd92;
    border-bottom: 1px solid #a2fb6e;
}

/* *****************************
   Content Parts
 * *****************************/

#content {
    padding: 0px 0px 0px 22px;
    margin: 10px auto 0px auto;
    vertical-align: top;
}

#contentSpacer {
    min-width: 400px;
    margin: 0px auto 0px auto;
}

.serendipity_content_message {
}

/* *****************************
   Entry related
 * *****************************/

.serendipity_Entry_Date { background-color: #fcfcfc; margin-bottom: 12px; border-bottom: 1px solid #c3fdb0; border-top-color: #c3fdb0; border-right-color: #c3fdb0; border-left-color: #c3fdb0; }

.serendipity_Entry_Header {
    background-color: #affa94;
/*
    border-bottom: 1px solid #AAB3D3;
*/
}

.serendipity_date {
    display: inline;
    color: #255a1f;
    font-size: 1.1em;
    margin: 0;
}

h3.serendipity_date {
    text-align: right;
    display: block;
    padding: 0px 7px 0px 5px;
}

.serendipity_title {
    margin: 0;
    background-color: #ffffff;
    font-size: 2em;
    font-weight: bold;
    color: #255a1f;
    padding: 10px 0 10px 4px;
    border-bottom: 1px solid #b9fd92;
}

.serendipity_title a,
.serendipity_title a:link,
.serendipity_title a:visited {
    color: #255a1f;
    text-decoration: none;
}

.serendipity_title a:hover {
    color: #b9fd92;
    border-bottom: 1px solid #9c6;
}

.serendipity_entry {
    color: #082c01;
    font-size: 1.3em;
    font-weight: normal;
    padding: 5px;
    margin: 1em auto 0;
    background-color: #fcfcfc;
}

.serendipity_entry .serendipity_entryFooter {
    padding: 5px 5px 0px 0px;
    text-align: right;
}

.serendipity_title_footer {
    text-align: right;
    margin: 0px;
    padding: 2px 7px 0px 0px;
    background-image: url(templates/eigenesdesigncontest/img/header_spacer.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-color: white;
}


div.serendipity_entryFooter { color: #082c01; font-size: x-small; padding-top: 10px; padding-bottom: 4px; clear: both; }

img.serendipity_entryIcon {
    float: right;
    border: 0px;
}

/* *****************************
   SIDEBARS
 * *****************************/

.serendipitySideBarContent input { background-color: white; width: 150px; }

#serendipityRightSideBar { background-color: white; width: 190px; }

#serendipityLeftSideBar { width: 190px; }

.sideBarSpacer {
    margin: 0 30px;
}

div.serendipityPlug {
    padding-left: 10px;
}

div.serendipityPlug a {
    text-decoration: none;
    border: 0px;
}

/* Container for each item on the side bar */
div.serendipitySideBarItem {
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight:normal;
    border: 0px;
    width: 180px;
}

.serendipitySideBarContent {
    background-color: #FFFFFF;
    background-image: url(templates/eigenesdesigncontest/img/sidebar_spacer.jpg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    padding: 5px;
    padding-top: 10px;
}

.serendipitySideBarContent form {
    margin: 0px;
    padding: 0px;
}

#serendipityLeftSideBar .serendipitySideBarTitle { color: #255a1f; background-image: url(templates/eigenesdesigncontest/img/sidebar_left.jpg); background-repeat: no-repeat; width: 90%; height: 90%; border: solid 1px #7fb357; }

#serendipityRightSideBar .serendipitySideBarTitle { color: #255a1f; background-image: url(templates/eigenesdesigncontest/img/sidebar_left.jpg); background-repeat: no-repeat; margin-right: 12px; border: solid 1px #74b244; }

/* title of an individual item */
.serendipitySideBarTitle {
    background-color: #255a1f;
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight:bold;
    padding: 4px 5px 2px;
    display: block;
}

/* *****************************
   COMMENTS
 * *****************************/

.serendipity_comments {
    position: relative;
}

.serendipity_commentsTitle {
    font-size: small;
    font-weight: bold;
    margin-top: 10px;
    color: #255a1f;
    padding-left: 5px;
    border-bottom: 1px solid #9c6;
}

td.serendipity_commentsLabel {
    font-size: 12px;
    font-weight: bold;
    vertical-align: top;
}

td.serendipity_commentsValue input,
td.serendipity_commentsValue select,
td.serendipity_commentsValue textarea {
    font-size: 12px;
    padding: 2px;
    width: 380px;
}

.serendipity_commentForm {
    font-size: 13px;
    margin-bottom: 13px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}

.serendipity_comment { font-size: 13px; border: solid 1px #9c6; background-color: #ffffff; padding: 5px; clear: both; margin: 14px 10px 35px; }

.serendipity_commentBody {
    padding: 0px 0px 0px 5px;
    overflow: auto;
}

.serendipity_comment_source {
    margin-top: 10px;
    padding: 0 0 0 5px;
    color: #255a1f;
    display: block;
    position: absolute;
    z-index: 3;
}

.serendipity_section_trackbacks .serendipity_comment {
    margin-bottom: 55px;
}

/* *****************************
   CALENDAR
 * *****************************/

table.serendipity_calendar { background-color: white; margin: 0 auto; }

table.serendipity_calendar td { font-size:10px; background-color: white; padding: 3px 5px; text-align: center; }

table.serendipity_calendar td.serendipity_calendarHeader { background-color: white; padding: 10px; }

table.serendipity_calendar a { font-weight: bold; background-color: white; text-decoration: none; display: block; }

table.serendipity_calendar td.Today,
table.serendipity_calendar td.Today a,
table.serendipity_calendar a:hover {
    background-color: #255a1f;
    color: white;
    text-decoration: none;
}

table.serendipity_calendar td.serendipity_weekDayName { color: #255a1f; font-size:11px; font-weight:bold; border-bottom: 1px solid #f4f4f4; padding: 1px; }

td.LastInRow {
	background-color: #f4f4f4;
}

td.serendipity_calendarHeader a:link,
td.serendipity_calendarHeader a:visited,
td.serendipity_calendarHeader a:hover { color: #255a1f; border: 0; text-decoration: none; }

/* *****************************
   IMAGE comments
 * *****************************/

.serendipityImageButton {
    cursor: pointer;
}

.serendipity_imageComment_center,
.serendipity_imageComment_left,
.serendipity_imageComment_right {
    border: solid 1px #255a1f;
    background-color: #f4f4f4;
    margin: 3px;
    padding: 3px;
    text-align: center;
}

.serendipity_imageComment_center { color: #255a1f; 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 #a2fb6e;
    margin: 0;
    padding: 3px;
    clear: both;
    font-size: 8pt;
    text-align: center;
}

.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.serendipity_msg_important {
    color: #fa5305;
}

.serendipity_msg_notice {
    color: green;
}

#copyright {
    margin: 0px auto 0px auto;
    text-align: center;
}

.serendipity_no_entries,
.serendipity_search {
    margin: 0 auto 20px;
    text-align: center;
    padding: 15px;
    border-top: 1px solid #255a1f;
    background-image: url(templates/eigenesdesigncontest/img/sidebar_spacer.jpg);
    background-repeat: repeat-x;
    background-color: #ffffff;
    font-size: 1.2em;
}


.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
}
