@font-face {
    font-family: 'lucia_handwriting';
    src: url('../fonts/lucia-handwriting.eot');
    src: url('../fonts/lucia-handwriting.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lucia-handwriting.woff') format('woff'),
         url('../fonts/lucia-handwriting.ttf') format('truetype'),
         url('../fonts/lucia-handwriting.svg#lucia_handwriting') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/background.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
    font-family: Calibri;
    font-size: 14px;
    color: #0c444e;
}
a img {
    border: none;
}
a {
    text-decoration: none;
}
#main {
    position: relative;
    width: 998px;
    margin: 0 auto 80px auto;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
#header {
    position: relative;
    width: 998px;
    height: 370px;
    background: url(../img/header-atelier-ursula-weber.jpg) no-repeat;
    font-family: 'lucia_handwriting';
    color: #fefa93;
}
#headline_atelier {
    margin: 0;
    position: absolute;
    top: 152px;
    left: 385px; 
    font-size: 93px;
}
#headline_ursula_weber {
    margin: 0;
    position: absolute;
    top: 277px;
    left: 130px;
    font-size: 93px;
}

#menu, #footer {
    position: relative;
    width: 998px;
    height: 60px;
    background-color: #2b7885;
    -moz-box-shadow:    inset 0 0 10px #205a64;
    -webkit-box-shadow: inset 0 0 10px #205a64;
    box-shadow:         inset 0 0 10px #205a64;
    color: #fefa93;
}


/*  Menu  */
#sprachwahl {
    display: none;
    float: right;
    margin-right: 30px;
}
#sprachwahl a img {
    border: none;
    margin: 25px 0 0 5px;
}

#menu ul, #footer ul {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
#menu ul li, #footer ul li {
    float: left;
    padding: 0 0 0 30px;
    line-height: 59px;
}
#menu ul li a, #footer li a {
    text-decoration: none;
    color: #fefa93;
    font-size: 18px;
    white-space: nowrap;
}
#footer li a {
    font-size: 16px;
}
#footer ul, #footer ul li {
    float: right;
}
#menu ul li ul {
    position: absolute;
    top: 45px;
    padding: 5px 10px 5px 10px;
    display: none;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.9)), color-stop(30%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#33ffffff',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 10;
}
#menu ul li ul li {
    float: none;
    padding: 0 0 0 0;
    text-align: center;
    line-height: 36px;
}
#menu ul li ul li a {
    color: #0c444e;
    font-size: 15px;
}
#menu ul li ul li span {
    display: block;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.8) 0%, rgba(12,68,78,1) 50%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(12,68,78,1)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0.8) 0%,rgba(12,68,78,1) 50%,rgba(255,255,255,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */
}
#menu ul li ul li:last-child span {
    display: none;
}
#menu ul li:hover ul{
    display: block !important;
}

/* Content */
#content {
    position: relative;
    overflow: hidden;
    width: 938px;
    padding: 0 30px 30px 30px;
    background: url(../img/content-background.jpg) repeat-y;
    background-size: 100% auto;
}

#content h1 {
    clear: both;
    margin: 0;
    padding: 20px 0 15px 0;
    font-family: 'calibri';
    font-size: 30px;
}
#content h2 {
    clear: both;
    margin: 0;
    padding: 20px 0 5px 0;
    font-family: 'calibri';
    font-size: 18px;
}
#content h3 {
    font-family: 'calibri';
}

#content a {
    text-decoration: none;
    color: #0c444e;
}
#content a:hover {
    color: #2b7885;
}
.left_column {
    position: relative;
    overflow: hidden;
    float: left;
    width: 200px;
}
.right_column {
    position: relative;
    overflow: hidden;
    float: right;
    width: 690px;
    padding: 60px 30px 20px 15px;
}

/* Footer */
#footer {
    width: 938px;
    padding: 0 30px 0 30px;
    line-height: 60px;
    font-size: 15px
}

/* Shop */
a.category {
    position: relative;
    display: block;
    width: 226px;
    height: 226px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5); /* Standard */
}
table {
    margin-bottom: 20px;
    border-collapse: collapse;
}

table td {
    border-bottom: 1px solid #0c444e; 
}
table.frm-field_table {
    border-spacing: 0 !important;
}
table.frm-field_table td {
    border-bottom: none;
}
table.captcha_table tbody {
    vertical-align: top !important;
}
table.captcha_table td.text_captcha {
    padding-top: 2px;
}
table.captcha_table input {
    margin-top: -2px;
}
