@CHARSET "ISO-8859-1";

body  
{
    font-size: 14px;
    letter-spacing: -0.5px;
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif; 
    background-color: #ffffff;
    background-image: url("../../fotoapp/img/background.jpg");
    background-repeat: repeat;
    margin: 0px 0px 0px 0px;
}

a, a:visited, a:active
{
    color: #000000;
    text-decoration: underline;
}

a:hover
{
    color: #873484;    
}

/* Formular fields */
input, select, textarea, button
{
    border: 1px solid #c76db1;
    border-radius: 4px;
    padding: 4px;  
    font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
    font-size: 14px;
}

input:hover, select:hover, textarea:hover
{
    border: 1px solid #9d0078;    
}

input:focus, select:focus, textarea:focus
{
    border: 1px solid #9d0078;
    background-color: #ffe9fa;
}

/* Headings */
h1 {
    font-size: 22px;
    font-weight: normal;
    color: #873484;
    letter-spacing: -1px;
    margin-top: 0px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #873484;
    letter-spacing: -1px;
    margin-top: 0px;
}

.hidden {
    display: none;
}

#pagebody {
    width: 860px;
    background-color: #ffffff;
    position: relative;
    left: 50%;
    margin-left: -430px;
    top: 60px;   
    min-height: 730px; 
    box-shadow: 0px 0px 6px 6px #a8a8a8;    
}

#orichidee
{
    position: fixed;
    left: 0px;
    top: 0px;
}

#navigation
{
    margin-top: 25px;
    padding-left: 15px;    
    font-size: 16px;    
    width: 570px;
    color: #873484;
    text-align: center;
}

#navigation a
{
    color: #873484;
    font-weight: bold;
    text-decoration: none !important;
}

#navigation a:hover
{
    text-decoration: underline !important;
}

#content
{
    padding: 15px;
    width: 570px;    
}

#sidebarcontainer
{
    position: absolute;
    z-index: 1000;
    width: 235px;    
    right: 25px;
    top: 100px;        
    color: #ffffff;    
}

#sidebarmain 
{
    text-align: center;
    background-image: url("img/bg_sidebar.png");
    background-repeat: repeat;
    padding-top: 45px;
    padding-bottom: 5px;
    margin-bottom: 10px;        
    box-shadow: 0px 0px 6px 6px #fff;
}

.sidebarmain_head
{
    font-size: 32px;    
    margin-top: 45px;
    margin-bottom: 0px;
}

.sidebarmain_text
{
    font-size: 20px;    
    margin-top: 0px;
    margin-bottom: 0px;
}

.sidebar
{    
    background-image: url("img/bg_sidebar.png");
    background-repeat: repeat;    
    color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
}

#daycounter
{
    font-size: 16px;    
    text-align: center;
}

#daycounter b
{
    font-size: 22px;
    font-weight: normal;
}

#contact
{
    text-align: center;
}

#contact a
{
    color: #ffffff;
}

#contact h1
{
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
}

#contact h2
{
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 4px;
    margin-bottom: 0px;
}

#copyright
{
    font-size: 11px;
    text-align: center;
    text-shadow: 3px 3px 2px #808080;
}

#slideshow
{
    width: 840px;
    height: 340px;
    left: 10px;
    top: 10px;
    position: relative;
}

.slideshow_slides
{
    cursor: move;
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 840px; 
    height: 340px; 
    overflow: hidden;
}

.slideshow_navigator
{
    position:absolute;
    bottom:26px;
    left:6px;
}


#slideshow_navigator { position:absolute; top: 10px; left: 10px; }
.jssorn21 div,.jssorn21 div:hover,.jssorn21 .av{background:url("img/slideshow/n21.png") no-repeat;overflow:hidden;cursor:pointer}
.jssorn21 div{background-position:-5px -5px}
.jssorn21 div:hover,.jssorn21 .av:hover{background-position:-35px -5px}
.jssorn21 .av{background-position:-65px -5px}
.jssorn21 .dn,.jssorn21 .dn:hover{background-position:-95px -5px}

div.form_success {
    font-weight: bold;
    border: 1px solid #9d0078;
    border-radius: 4px;
    background-color: #ff9dfd;
    padding: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
}

div.guestbook_entry {
    border: 1px solid #9d0078;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 6px;
}

span.guestbook_entry_text {

}

span.guestbook_entry_info {
    margin-top: 3px;
    font-size: smaller;
}

#cZusage {
    display: none;
}

#cAbsage {
    display: none;
}

.buttonRemove
{
    height: 30px;
}