/**************************************
*                                     *
*       Style Sheet                   *
*       Ferienwohnung Oskar Birkel    *
*                                     *
*       author                        *
*       two12.net media               *
*       Andreas Egerer                *
*                                     *
**************************************/   

/* general */

body {
    font-family: Verdana, Tahoma, Helvetica, "Times New Roman";
    font-size: 14px;
    color: #575757;
    background: #fff url(../img/bg_body.png) repeat-x;
}  

h1 {
    font-size: 20px;
    font-weight: normal;    
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

a {
    color: #deb847;
}

/* layout */

#wrapper {
    margin: auto;
    margin-top: -15px;
    width: 960px;
}   

#header {
    float: left;
    width: 100%;
    height: 145px;
    background: transparent url(../img/bg_header.png) no-repeat;
}

#content {
    float: left;
    margin-top: -15px;
    padding-left: 30px;
    width: 100%;
    background: transparent url(../img/bg_middle.png) repeat-y;
}

#footer {
    float: left;
    width: 100%;
    height: 100px;
    background: transparent url(../img/bg_footer.png) top no-repeat;
}

/* content */

#logo {
    float: left;
    width: 350px;
    height: 100px;
    margin: 30px 0 0 30px;
    background: transparent url(../img/logo.png) no-repeat;
}

#menu {
    float: right;
    margin: 14px 50px 0 0;
    color: white;
    font-size: 16px;
    vertical-align: bottom;
}

#menu ul {
    float: left;
}

#menu ul li {
    float: left;
    list-style: none;
}

#menu a {
    float: left;
    padding: 60px 5px 35px 5px;
    color: white;
    text-decoration: none;
}

#menu a:hover {
    color: #deb847;
}

#menu a.active_menu {
    background: transparent url(../img/bg_active_menu.png) repeat-x;    
    color: #deb847;
}

#footer_menu {
    float: right;
    margin: 40px 30px 0 0;
}

#footer_menu li {
    float: left;
    list-style-type: none;
    padding: 0 5px 0 5px;
    font-size: 12px;
}

#footer_menu a {
    color: #575757;
    text-decoration: none;
}

#footer_menu a:hover {
    color: #333333;
}

#gallery {
    float: left;
    z-index: 1;
    width: 900px;
    height: 350px;
    background: #fff url(../img/preloader-1.gif) center no-repeat;
    border-bottom: 1px solid #666;
}

#gallery img {
    display: none;
    position: absolute;
    z-index: 1;
}

#gallery img.obersteebene {
	z-index: 3;
}

#gallery img.mittlereebene {
	z-index: 2;
}

#pic_overlay {
    position:absolute;
    z-index: 4;
    width: 900px;
    height: 350px;
    background: transparent url(../img/bg_gallery.png) repeat-x;
}

#pic_info {
    float: left;
    margin-top: 320px;
    padding: 5px 0 0 15px;
    width: 885px;
    height: 25px;
    background: transparent url(../img/bg_picinfo.png) repeat-x;
    color: white;
    font-size: 14px;
}

#pic_navi {
    position: absolute;
    z-index: 9;
    width: 300px;
    margin: 315px 10px 0 580px;
}

#pic_navi ul {
    float: right;
}

#pic_navi img {
    display: inherit;
    width: 10px;
    border: none;
}

#pic_navi li {
    list-style-type: none;
    float: left;
    width: 10px;
    height: 10px;
    padding: 3px 2px 3px 2px;
}

#pic_navi a {
    display: block;
    padding: 0 5px 0 5px;
    text-decoration: none;
    background: transparent url(../img/dot_empty.png) center no-repeat;
}

#pic_navi a:hover {
    background: transparent url(../img/dot_full.png) center no-repeat;
}


#infosection {
    float: left;
    width: 900px;
    min-height: 150px;
    padding: 15px;
}

#adress {
    float: left;
    padding: 25px 0 0 25px;
    color: #575757;
    width: 245px;
    height: 200px;
    font-size: 14px;
    line-height: 15px;
    background: transparent url(../img/bg_adressframe.png) no-repeat;
}

#inner_content {
    float: right;
    width: 600px;
    margin: 5px 20px 0 0;
}

#programmer td {
  width: 50%;
  vertical-align: top;
  padding: 5px;
}

#programmer img {
  padding-left: 20px;
}

#programmer ul {
  margin-top: 3px;
  margin-bottom: 0;
}


/* form elements */
.textinput_short {
    display: inline; 
    padding: 2px; 
    width: 95px;
    border: 2px solid #dedede;
    font-size: 16px;
}

.textinput_middle {
    display: inline; 
    padding: 2px; 
    width: 150px;
    border: 2px solid #dedede;
    font-size: 16px;
}

.textinput_long {
    display: inline; 
    padding: 2px; 
    width: 300px;
    border: 2px solid #dedede;
    font-size: 16px;
}

textarea {
    display: inline; 
    padding: 2px; 
    width: 300px;
    border: 2px solid #dedede;
    font-size: 16px;
}

select {
    display: inline; 
    padding: 2px; 
    font-size: 14px;
}

.submit_button {
    font-size: 16px;
}


/* content elements */
#content_header {
    display: block;
    min-height: 50px;
}
#contactform {
    margin-top: 20px;
}

#contactform table {
    width: 550px;
}

#contactform tr {
    background: transparent url(../img/bg_tr.png) repeat-x;
}

#contactform td {
    min-width: 180px;
    vertical-align: top;
    padding: 2px 5px 2px 5px;
}

.checklist li {
    list-style-image: url(../img/icon_hook.png);
    height: 20px;
}

.signature {
    float: right;
    margin: 5px 35px 0 0;
}

.error li {
    list-style: none;
    background: transparent url(../img/icon_error.png) no-repeat;
    color: #f33535;
    padding: 1px 2px 0 60px;
    height: 50px;
    }

.success li {
    list-style: none;
    background: transparent url(../img/icon_ok.png) no-repeat;
    padding: 1px 2px 0 60px;
    height: 50px;
    }
}
