@font-face {
    font-family:"Kunstler";
    src: url("images/kunstler.woff");
}

* {
    margin: 0;
    font-family: Verdana, Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
    font-size: 13px;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}
.footer, .push {
    height: 50px;
}

/* Design */
body {
    background: url('images/background.jpg');
    background-size: cover;
}

body.springkasteel {
    background-image: url('images/background_springkasteel.jpg');
}

.wrapper, .footer {
    max-width: 980px;
    width: 100%;
}

.wrapper {
    background: rgba(255, 255, 255, 0.8);
}

#subheader {
    /*background: url('images/new/bg.jpg');*/
    padding-top: 1px;
}

#content {
    height: auto !important;
    min-height: 100%;
}

#topbg {
    background: url('images/new/light.gif');
    height: 20px;
    border-radius: 0 0 10px 10px;
}

#header {
    background: url('images/new/dark.gif');
    height: 100px;
    position: relative;
    clear: both;
}

h1 {
    display: inline-block;
}

h1 a {
    color: #fff;
    display: block;
    font-family: 'Yellowtail', cursive;
    font-size: 45px;
    font-weight: normal;
    height: 60px;
    letter-spacing: 4px;
    padding: 10px;
    text-decoration: none;
    width: 290px;
}

#menu {
    display: inline;
    float: right;
    padding-top: 35px;
    padding-right: 10px;
}

#menu li {
    display: inline;
    padding: 35px 10px 10px;
    height: 60px;
}

#menu li a {
    color: #ccc;
    font-weight: bold;
    padding-top: 20px;
    text-decoration: none;
}

#menu li.active, #menu li:hover {
    background: url('images/new/light.gif');
    border-radius: 0 0 5px 5px;
}

#menu li.active a, #menu li:hover a {
    color: #fff;
}

h2 {
    background: rgba(255, 255, 255, 0.4);
    clear: both;
    font-family: 'Yellowtail', cursive;
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 5px 20px;
    text-align: right;
}

#content {
    padding: 10px;
}

#fotohead {
    height: 200px;
    margin: 10px;
    /*mask-image: linear-gradient(to right, transparent 10%, black 25%);*/
}

#subheader {
    text-align: right;
}

#subheader img {
text-align: right;
}

.italic {
    font-style: italic;
}

p {
    margin-bottom: 10px;
}

.footer {
    width: 980px;
    margin: auto;
    background: url('images/new/light.gif');
}

.footer p {
    margin: 0 30px;
    padding-top: 19px;
    text-align: center;
    color: #fff;
}

.footer a {
    color: #fff;
}

.indent {
    margin-left: 20px;
    margin-bottom: 10px;
}

.indent ul {
    padding-left: 40px;
}

#map_canvas {
    float: right;
    height: 300px;
    width: 300px;
    margin: 0 10px;
}

#map_canvas span, #map_canvas a {
    font-size: 8px;
}

.col1 {
    float: left;
    width: 275px;
}

form p, form div {
    margin-bottom: 10px;
}

form p label {
    float: left;
    width: 275px;
}

#captcha  {
    display: none;
}

.error {
    font-weight: bold;
    color: #ff0000;
}

.green {
    font-weight: bold;
    color: #006400;
}

p a, li a {
    color: #000;
}

a img {
    border: 0;
}

.links li {
    margin-bottom: 10px;
}

#photos img {
    margin: 2px;
}

#sitemap {
    text-align: center;
}

#sitemap p {
    font-style: italic;
}

#sitemap ul {
    border: 3px solid #8DC5E8;
    margin: 20px auto;
    padding: 40px;
    width: 500px;
}

.img_text {
    display: inline-block;
    padding-top: 50px;
    vertical-align: top;
    width: 340px;
}
.img {
    display: inline-block;
    width: 600px;
}

.contact {
    margin-top: 50px;
}

.contact .offerte {
	float: left;
	margin-right: 30px;
}

.contact div {
	margin-left: 230px;
}

#recaptchamessage {
    color: #999;
    margin-top: 50px;
}

#recaptchamessage a {
    color: #999;
}

.grecaptcha-badge { 
    visibility: hidden;
}