* {
    margin: 0;
    padding: 0;
}
html {
    background: #333;
    color: #000;
}
body {
    text-align: left;
    margin: 0 0 20px 0;
}
ul, li {
    margin-left: 10px;
}
p {
    font: 400 13px/15px verdana,arial,helvetica,sans-serif;
    margin: 10px 0;
}
h2, h3 {
    padding: 10px 0 3px 0;
}

h2 {
    font: 700 20px/21px georgia, serif;
}
h3 {
    font: 700 18px/20px georgia, serif;
}
#box {
    margin: 10px auto;
    text-align: left;
    width: 800px;
    background: transparent;
}

a, a:hover {
    font: 700 13px/15px verdana,arial,helvetica,sans-serif;
    color: #194977;
}
a:hover {
    color: #333;
}
#branding, #site-info {
    background: #194977;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #999;
    position: relative;
}
#branding h1 {
    margin-bottom: 35px;
}
#branding h1 a {
    color: #EEE;
    text-decoration: none;
    font: 700 32px/34px georgia, serif; 
}
#branding p {
    color: #EEE;
    position: absolute;
    right: 10px;
    top: 10px;
}
#navigation {
    position: absolute;
    right: 10px;
    top: 54px;
}
#navigation ul  {
    list-style-type: none;
    margin: 0;
}
#navigation li {
    float: left;
    margin: 0;
}
#navigation li a {
    width: 92px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    background: #CA4504;/*#BA2500;*/
    padding: 5px;
    color: #FFE5C7;
    font: 400 12px/16px verdana,arial,helvetica,sans-serif;
}
#navigation li a:hover {
    width: 92px;
    display: block;
    text-align: center;
    border: 1px solid #999;
    background: #333;/*#BA2500;*/
    padding: 5px;
    color: #EEE;
    font: 400 12px/16px verdana,arial,helvetica,sans-serif;
}
#content {
    border: 1px solid #FFF;
    background: #FFE5C7;
    padding: 10px;
    min-height: 600px;
}
#site-info {
    margin: 10px 0 0 0;
}
#site-info p, #site-info a {
    margin: 0;        
    color: #FFF;       
}
#kuenstler {
    position: absolute;
    list-style-type: none;
}
#kuenstler li, #kuenstler li a {
    color: #FFF;
    text-decoration: none;
}
#kuenstler li {
    /*position: absolute;*/
    position: relative;
    /*border: 1px dotted #AAA;*/
    height: 150px;
    width: 125px;
    cursor: pointer;
    /*
    background: url(/stuff/www-bingowings/template/standard/images/questionmark.gif) no-repeat center center transparent;
    */
    /*background: url(/template/standard/images/questionmark.gif) no-repeat center center transparent;*/
}

#kuenstler   li div {
    display: none;
    background-color: #fff;
    position: absolute;
    border: 1px solid #CCC;
    padding: 10px;
	text-align:left;
    /*
    background: url(/stuff/www-bingowings/template/standard/images/close.gif) no-repeat 445px 5px #000;
    */
    background: url(/template/standard/images/close.gif) no-repeat 445px 5px #000;
    cursor: default;
    z-index: 100;
}
li div * {
    z-index: 100;
}
li#bettina div {
    top: -300px;
    left: 20px;
    width: 450px;
}
li#petra div {
    top: -480px;
    left: -50px;
    width: 450px;
}
li#micha div {
    top: -780px;
    left: 290px;
    width: 450px;
}
li#gerd div {
    top: -650px;
    left: 250px;
    width: 450px;
}
li#martin div {
    top: -900px;
    left: 300px;
    width: 450px;
}
fieldset {
    border: 0;
    padding: 2px 0 2px 10px;
    border-left: 4px solid #CA4504;
}
#content.guestbook label {
    display: block;
    font-weight: 700;
    letter-spacing: 1px;
}
#content.guestbook input {
    color: #000;
    margin: 2px 0;
    padding: 2px;
    width: 300px;
}
#content.guestbook input#addgbookentry {
    display: block;
    width: auto;
    margin-top: 10px;
    font-weight: 700;
    cursor: pointer;
}
#content.guestbook .back {
    text-align: right;
}
#content.guestbook table {
    width: 80%;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #333;
}
#content.guestbook table thead td.date {
    width: 30%;
    text-align: right;
}
#content.guestbook table thead td {
    border-bottom: 1px double #000;
}
#content.guestbook table td {
    padding: 3px;
    font: 400 12px/16px verdana,arial,helvetica,sans-serif;
}
ul.listing li {
    padding: 5px 0;
}
object {
    display: block;
}
