/* General style */
a {
color: #336699;
text-decoration: none;
}

a:link,a:active,a:hover {
color: #336699;
text-decoration: none;
}

a:hover {
color: #ff0000;
}

p {
margin: 5px 5px 5px 10px;
line-height: 16px;
}

h1 {
font-size: 28px;
text-align: center;
color: #4d7dc5;
font-weight: normal;
font-family: 'Marcellus SC', serif;
}

/* Structure */
body,html {
margin: 0;
padding: 0;
font-family: 'Alegreya', serif;
font-size: 16px;
background: url(../images/bgr-out.jpg);
}

#wrapper {
margin: 0 auto;
text-align: center;
margin-top: 20px;
width: 930px;
clear: both;
}

#flags {
width: 850px;
float: left;
text-align: right;
font-size: 16px;
margin-bottom: 5px;
line-height: 30px;
clear: both;
}

#flags img {
border: 0px;
margin: 0;
padding: 0;
background: inherit;
}

#inner {
width: 920px;
background: url(../images/bgr-in.jpg);
padding: 5px 5px;
border: 1px solid #e9e9e9;
text-align: center;
-webkit-border-radius: 15x;
-moz-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 0 0 5px 5px #ddd;
-webkit-box-shadow: 0 0 5px 5px#ddd;
box-shadow: 0 0 5px 5px #ddd;
behavior: url(PIE.htc);
margin-top: 5px;
margin-bottom: 3px;
float: left;
}

#main {
width: 910px;
float: left;
padding-top: 10px;
clear: both;
}

#title {
width: 890px;
float: left;
clear: both;
}

#left {
width: 370px;
float: left;
}

.mainimage {
width: 350px;
margin-left: 10px;
float: left;
background: #f5f5f5;
}

.distancelist {
width: 100%;
float: left;
margin-left: 10px;
}

.distances {
width: 360px;
text-align: center;
text-align: left;
padding: 5px;
}

#right {
width: 510px;
float: right;
padding: 10px;
}

.decription {
width: 100%;
float: left;
text-align: justify;
}

.pricelist {
width: 100%;
text-align: center;
float: left;
margin: 0 auto;
}

.prices {
width: 490px;
text-align: center;
border: 1px solid #a4af87;
color: #5a5b5d;
background: #fffaf3;
text-align: center;
padding: 5px;
margin-left: 5px;
margin-bottom: 5px;
}

.gallery {
width: 100%;
float: left;
text-align: center;
}

.largeimg, .thumb , .map {
border: 1px solid #a4af87;
background: #fff;
padding: 2px;
margin: 2px;
}

.objekt {
width: 460px;
padding: 2px;
text-align: center;
}

#map {
width: 910px;
float: left;
text-align: center;
}

#contact {
width: 910px;
margin-bottom: 20px;
float: left;
}

#availability {
width: 910px;
margin-bottom: 20px;
float: left;
}

.bcard {
width: 100%;
background: #fffaf3;
float: left;
border: 1px solid #a4af87;
}

#footer {
width: 920px;
margin: 0 auto;
text-align: center;
padding: 5px 0 5px 0;
clear: both;
}

.clear {
clear: both;
}