﻿
.editOverlay:hover
{
    background-color: #ff8c0b;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*Custom Text Transformation for Top Navigation*/

#navi ul li a
{
    text-transform: uppercase;
}

.sub-navi li a
{
    /*added by ecomplexx*/
    text-transform: uppercase;
}

#sub-4
{
    left: 553px;
}

/*Custom form field styles*/
.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder
{
    margin: 0px 0px;
}
/*end form field styles*/

/*editframe*/

div.editFrame div.scFrameHint
{
    margin: 5px 0 0 0;
    padding: 0 0 0 0;
}

div.downloadFrame div.scEditFrameOverlay div.scInnerOverlay
{
    width: 0px;
}

div.downloadFrame div.scFrameHint
{
    display:block;
    margin: 20px 0px 0 0;
    padding: 0 0 0 0;
}

/*end editframe*/

/*static image paths*/

body
{
    background: url("/static/images/bg_main.gif") repeat-y 50% 0;
}

#navi-image #item-1
{
    background: url("/static/images/navi/item_1.png") no-repeat;
}

#navi-image #item-2
{
    background: url("/static/images/navi/item_2.png") no-repeat;
}
#navi-image #item-3
{
    background: url("/static/images/navi/item_3.png") no-repeat;
}
#navi-image #item-4
{
    background: url("/static/images/navi/item_4.png") no-repeat;
}
#navi-image #item-5
{
    background: url("/static/images/navi/item_5.png") no-repeat;
}

#navi-image #item-6
{
    background: url("/static/images/navi/item_6.png") no-repeat;
}

.sub-navi-image #sub-3-1
{
    background: url("/static/images/navi/sub_3_1.png") no-repeat;
}
.sub-navi-image #sub-3-2
{
    background: url("/static/images/navi/sub_3_2.png") no-repeat;
}
.sub-navi-image #sub-3-3
{
    background: url("/static/images/navi/sub_3_3.png") no-repeat;
}

#navi .sel
{
    background-image: url("/static/images/sel_navi.gif");
    background-repeat: no-repeat;
}

#search
{
    background: url("/static/images/bg_search.gif") no-repeat;
}

.box-top
{
    background: url("/static/images/box_top_veranstaltungen.png");
}

.box-middle ul li
{
    background: url("/static/images/box_middle_gray.png") repeat-y;
}
.box-middle ul .white
{
    background: url("/static/images/box_middle_white.png") repeat-y;
}

.box-bottom
{
    background: url("/static/images/box_bottom.png") no-repeat;
}
.button-veranstaltungskalender
{
    background: url("/static/images/button_veranstaltungskalender.png") no-repeat;
}

#frm_kontakt button
{
    background: url("/static/images/button_anfrag_absenden.png") no-repeat;
}
.kalender-item
{
    background: url("/static/images/sep_kalender.gif") repeat-x 0 top;
}

#download li
{
    background: url("/static/images/sep_download.gif") no-repeat;
}
#download .pdf
{
    background: url("/static/images/icon_pdf.gif") no-repeat;
}
#download .img
{
    background: url("/static/images/icon_img.gif") no-repeat;
}

.gallery-sep
{
    background: url("/static/images/sep_kalender.gif") repeat-x 0 top;
}

/*end static image paths*/

