#html{
    height: 100.1%;
}
body{
    padding: 0;
    margin: 0;
    position: relative ;
    text-align: center;
    background: url(../../images/layout/body_background.png) center top;
}
body, p, li, input, label{
    font: 12px Courier New , Arial, Helvetica, Verdana, Geneva, sans-serif;
    line-height: 1.5em;
    color: #030303;
}

/****************/

#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 960px;
}

/****************/

#polaroid {
    background: url(../../images/layout/polaroid.png) no-repeat;
    height: 260px ;
    width: 830px ;
    margin: auto ;
    position: relative;
    z-index: 1100100 ;
}

#logo {
    display: block ;
    background: url(../../images/layout/pinup_logo.png) no-repeat;
    height: 145px ;
    width: 323px ;
    position: absolute;
    left: 130px ;
    top: 165px ;
    z-index: 1100000 ;
}
#logo_link {
    display: block ;
    height: 145px ;
    width: 323px ;
    position: absolute;
    left: 130px ;
    top: 165px ;
    z-index: 1199900 ;
}
#dragArea {
    position: relative ;
}



#pinup_pictures a , #pinup_note a , #pinup_street-map a , #pinup_calendar a , #phone a , #pinup_newsletter a {
    display: block ;
    height: 100% ;
    width: 100% ;
}

/* Left side */

#pinup_pictures {
/*     background: url(../../images/layout/pinup_pictures.png) no-repeat; */
    height: 182px ;
    width: 171px ;
    position: absolute;
    top: 605px ;
    left: 85px ;
/*     z-index: 3 ; */
}
#pinup_pictures a {
    background: url(../../images/layout/pinup_pictures.png) no-repeat;
    z-index: 3 ;
}

#pinup_pictures a:hover {
    background: url(../../images/layout/pinup_pictures_hover.png) no-repeat;
}
#pinup_note {
    height: 108px ;
    width: 103px ;
    position: absolute;
    top: 560px ;
    left: 0px ;
}
#pinup_note a {
     background: url(../../images/layout/pinup_note.png) no-repeat;
     z-index: 3 ;
}
#pinup_note a:hover {
    background: url(../../images/layout/pinup_note_hover.png) no-repeat;
}

#pinup_newsletter{
    height: 110px ;
    width: 148px ;
    position: absolute;
    top: 750px ;
    left: -45px ;
}
#pinup_newsletter a{
     background: url(../../images/layout/pinup_newsletter.png) no-repeat;
     z-index: 3 ;
}
#pinup_newsletter a:hover{
     background: url(../../images/layout/pinup_newsletter_hover.png) no-repeat;
}
/* Right side */
#pinup_street-map {
    height: 230px ;
    width: 163px ;
    position: absolute;
    top: 420px ;
    right: 70px ;
}
#pinup_street-map a {
    background: url(../../images/layout/pinup_street-map.png) no-repeat;
    z-index: 100004 ;
}
#pinup_street-map a:hover {
    background: url(../../images/layout/pinup_street-map_hover.png) no-repeat;
}
#pinup_cologne {
    background: url(../../images/layout/pinup_cologne.png) no-repeat;
    height: 137px ;
    width: 102px ;
    position: absolute;
    top: 340px ;
    right: -30px ;
    z-index: 10000 ;
}
#pinup_calendar {
    display: block ;
    height: 210px ;
    width: 325px ;
    position: absolute;
    top: 155px ;
    right: 25px ;
}
#pinup_calendar a {
    background: url(../../images/layout/pinup_calendar.png) no-repeat;
    z-index: 100002 ;
}
#pinup_calendar a:hover {
    background: url(../../images/layout/pinup_calendar_hover.png) no-repeat;
}

#phone {
    display: block ;
    height: 250px ;
    width: 280px ;
    position: fixed;
    bottom: 0px ;
    right: 0px ;
}
#phone a {
    background: url(../../images/layout/phone.png) no-repeat;
    z-index: 1000003 ;
}
#phone a:hover {
    background: url(../../images/layout/phone_hover.png) no-repeat;
}
/****************/

#navigation{
    background: url(../../images/layout/navigation_background.jpg) no-repeat;
    position: relative;
    height: 356px ;
    width: 257px ;
    top: -65px ;
}
#navigation ul, #navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul{
    position: relative ;
    width: 100px;
    left: 33px ;
    top: 105px ;
}
#navigation li img{
    float: left;
    margin: 0;
    padding: 0;
}


/****************/
#content_tape_left {
    background: url(../../images/layout/content_tape_left.png) no-repeat;
    width: 65px ;
    height: 50px ;
    position: absolute ;
    top: 260px ;
    left: -20px ;
    z-index: 100050 ;
}
#content_tape_top {
    background: url(../../images/layout/content_tape_top.png) no-repeat;
    width: 75px ;
    height: 32px ;
    position: absolute ;
    top: -10px ;
    left: 190px ;
    z-index: 100050 ;
}
#content_tape_right {
    background: url(../../images/layout/content_tape_right.png) no-repeat;
    width: 64px ;
    height: 38px ;
    position: absolute ;
    top: 95px ;
    left: 400px ;
    z-index: 100050 ;
}
#content{
    position: relative;
}
#content a {
    color: #030303;
    text-decoration: underline ;
}
#content a:hover {
    color: #900606;
    text-decoration: line-through;
}
#content .padding{
    padding: 5px 10px;
}
#content #left{
    position: relative;
    width: 200px;
    float: left;
}
#content #right{
    position: relative;
    float: left;
    top: 0px ;
    left: 50px ;
    z-index: 100000 ;
    width: 434px ;
}
#content #right .background-top {
    position: relative ;
    background: url(../../images/layout/content_background_top.png) no-repeat;

    min-height: 275px;
    height: auto !important;
    height: 275px;
}
#content #right .background-top , #content #right .background-top * {
    z-index: 1000000 !important ;
}
#content #right .background {
    padding: 20px 30px ;
    top: 235px ;
    background: url(../../images/layout/content_background_repeat.png) repeat-y ;
    position: relative ;
    z-index: 100010 ;
}
#content #right .background-bottom {
    background: url(../../images/layout/content_background_bottom.png) no-repeat;
    height: 19px ;
    width: 434px ;
    position: relative ;
    top: 235px ;
}
#content #right .offset {
    position: relative ;
    top: -220px ;
}
#content #right .offset * {
    z-index: 100005 ;
}
#right label, #right .floatleft{
    width: 150px;
}
#content .small.red {
    color: #900606;
    font-weight: bold;
}
/****************/

#sidebar {
/*    
display: none ;
*/
    background: url(../../images/layout/sidebar_background_repeat.png) repeat-y ;
    position: absolute ;
    left: 400px ;
    top: 0px ;
    width: 135px ;
    min-height: 520px ;
    padding: 20px 5px 20px 85px ;
    z-index: 10000000 !important ;
}

#sidebar .background_bottom {
    position: absolute ;
    bottom: -15px;
    left: 0px;
    background: url(../../images/layout/sidebar_background_bottom.png) no-repeat left bottom;
    height: 15px ;
    width: 225px ;
}

#sidebar .spacer {
    position: absolute ;
    left: 60px ;
    top: 25px ;
    height: 517px ;
    width: 22px ;
    background: url(../../images/layout/sidebar_spacer.png) no-repeat ;
}
#sidebar h1 {
    font-size: 18px ;
    font-weight: bold ;
}

#subnavigation , #subnavigation li {
    list-style-type: none ;
    margin: 0;
    padding: 0;
}

#subnavigation a {
    color: #717070 ;
    font-size: 12px ;
    font-family: verdana ;
}
#subnavigation li {
    position: relative ;
}
#subnavigation img {
    position: absolute ;
    left: -30px ;
}
#subnavigation a:hover , #subnavigation a.active {
    color: #900606 ;
    text-decoration: line-through ;
    text-transform: uppercase ;
}


#map_canvas #logocontrol {
    z-index: 0;
    display: none ;
}
/****************/

/****************/

h1, h2, h3, p, ul, .line, .margined{
    margin: 0 0 10px 0;
}
h1, h2, h3{

}
h1{
    border-bottom: 0;
    color: #900606 ;
    font-size: 24px;
    line-height: 110% ;
    width: 300px ;
}
h2{
    font-size: 14px;
}
h3{
    font-size: 12px;
}
ul li, ol li{
    margin: 0 0 0 25px;
}
a{
    text-decoration: none;
    color: #339933;
}
a:hover, a.active{
    text-decoration: underline;
    color: #333399;
}
a img{
    border: none;
}

/****************/

.floatleft{
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}
.floatright{
    margin-left: 15px;
    margin-bottom: 5px;
    float: right;
}
.left, .right{
    margin: 0 10px 5px 0;
    float: left;
}
.left{
    font-weight: bold;
    margin-right: 0;
    width: 180px;
}
.right{
    width: 170px;
    padding-left: 10px ;
}
.line{
    background: url(../../images/line.png) center repeat-x;
    height: 5px;
}

/****************/

.columns{

}
.columns .text{
    margin-right: 15px;
    width: 350px;
    float: left;
}
.columns .text .left{
    width: 120px;
}
.columns .text .right{
    width: 260px;
    width: 210px;
}
.columns .images{
    width: 120px;
    float: left;
}
.columns .images img{
    margin: 0 0 10px 0;
    float: left;
}

/****************/
#TB_overlay {
    z-index: 1500000 !important;
}
#TB_window {
    z-index: 1500010 !important;;
}
#TB_load {
    z-index: 1500020 !important;;
}
#TB_HideSelect {
    z-index: 1500 !important;;
}



/****************/

.pageselector{

}
.pageselector .page, .pageselector select{
    float: left;
    margin-right: 10px;
}
.pageselector .page{
    line-height: 20px;
}
.pageselector select{
    width: 50px;
}

/****************/

.editFormCaption{
    display: none;
}
fieldset{
    border: 0;
    padding: 0;
}
.asterix{
    position: absolute;
    font-weight: bold;
    color: #ff3333;
    right: 4px;
    top: 4px;
}
.formError{
    font-size: 10px;
    color: #ff3333;
}
.editLine{
    margin: 0 0 5px 0;
}
.editLine .floatleft{
    margin-right: 10px !important;
    width: 210px;
}
label{
    position: relative;
    margin-right: 30px;
    width: 170px;
    float: left;
}
input.text, textarea, input.password, .kontakt{
    width: 175px;
}
textarea{
    height: 120px;
}
select{
    width: 180px;
}
input.text, input.password, textarea, select{
    background: #ffffff url(../../images/input_text.gif) repeat-x;
    border: 1px solid #888888;
    font-size: 11px;
    padding: 2px 2px;
    float: left;
}
input.required, input.password.required, textarea.required, select.required{
    background: #ffdddd url(../../images/input_text_required.gif) bottom repeat-x;
}
.checkbox, .radio{
    margin: 0 0 5px 0;
    background: none;
    width: auto;
    border: 0;
}
input:focus, select:focus, input.required:focus{
    border: 1px solid #000000;
}
select.short{
    width: 160px;
}
label.required{
    color: #A02031;
}
#mSubmitButton, #asterisk{
    margin: 0 10px 10px 180px;
}
#mSubmitButton, #mResetButton{
    float: left;
}

#asterisk{
    font-size: 10px;
}

/****************/

.editForm h1.collapsable{
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 10px 0;
}
.editForm .imageBorder{
    border: 1px solid #afafaf;
    margin-right: 10px;
    height: 80px;
    width: 80px;
    float: left;

    cursor: pointer;
    cursor: hand;
}
.editForm .selectImage .button, .editForm .selectAttachment .button, .editForm .selectDialog .button{
    margin-bottom: 5px;
    cursor: pointer;
    width: 90px;
}
.editForm .selectAttachment span, .editForm .selectDialog span{
    background: url(../../../../classic/en/images/icons/arrow_right_on.png) 0px 7px no-repeat;
    padding: 3px 0 0 8px;
    margin-bottom: 5px;
    display: block;
}
.editForm .floatleft{
    margin: 0;
}
.editForm .exDatepicker{
    margin-right: 10px;
    width: 80px;
}
.editForm .ui-datepicker-trigger{
    margin: 0 0 0 5px;
    float: left;
}

/****************/

#search{
    margin-bottom: 10px;
}
#login .error{
    color: #ff0000;
}
#login .error strong{
    display: block;
}
#login label, #login input.text, #login input.password, #search input.text{
    display: block;
    width: 150px;
}
#login label, #search label{
    font-weight: bold;
}

/****************/

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
