/* Fonts */

@font-face {
	font-family: 'Questrial';
	src: url('fonts/CabinCondensed-Regular_0.eot');
	src: local('Questrial'), url('/fonts/Questrial-Regular.woff') format('woff'), url('/fonts/Questrial-Regular.ttf') format('truetype'), url('/fonts/Questrial-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* General */

img {
    border: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

a {
    text-decoration: none;
    color: #c30061;  
}

a:hover {
    border-bottom: dotted #c30061 1px;
}

b, strong {
    color: #000;
    font-weight: bold;
}

h1 {
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    padding-bottom: 14px;   
    
}

h2 {
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    color: #c30061;
    font-size: 14px;
    padding-bottom: 14px;   
}

p {
    padding-bottom: 12px;   
}

hr {
 	border: 0;
    height: 1px;
    border-bottom: solid 1px #e8e8e8;
    margin-bottom: 14px;  
}

/* Layout */ 

* {
 	padding: 0;
    margin: 0;
    font-weight: normal;
}

html {
 	height: 100%;
    overflow-y: scroll;
}

body {
    width: 100%; 
    height: 100%;   
    background-image: URL(../img/bg-shadow.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: 2600px 900px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #4d4d4d;
    line-height: 17px; 
}

#outer {
 	min-height: 100%;
    overflow: auto;
}

#main {
    width: 995px;   
    margin: 0 auto;
    padding-bottom: 44px;
}

#head {
    position: relative;
    width: 995px;
    height: 105px;  
    background-image: URL(../img/nav-main-line.gif);
    background-repeat: no-repeat;
    background-position: 0 66px;
}

#box {
    position: relative;
    width: 995px;
    height: 590px;  
}

#content {
 	width: 943px;
    padding: 35px 26px 0 26px;   
}

#footer {
    position: relative;
    margin-top: -44px;
    background-image: URL(../img/bgh-footer.gif);
    background-repeat: repeat-x;
    background-position: bottom;
 	width: 100%;  
    height: 44px;
    clear: both;
}

/* Navigation */

#nav {
    position: absolute;
    height: 18px;
    top: 38px;
    width: 894px;
    padding: 0 75px 0 26px;
}

#nav ul li {
    list-style-type: none;
    float: left;
    padding: 0 50px 0 0;
}

#nav ul li a {
    display: block;
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    color: #434343;
    font-size: 18px;
    
}

#nav a.global {
    display: block;
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    color: #434343;
    font-size: 12px;
    float: right;
    padding-top: 2px;
    
}

#nav ul li a.active,
#nav ul li a:hover,
#nav a.global.active ,
#nav a.global:hover,
#nav-sub ul li a.active,
#nav-sub ul li a:hover {
    color: #c30061;
    border: none;
}

#nav a.children {
    background-image: URL(../img/arrow-subnav.gif);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-left: 18px;
}

#nav-sub {
 	position: absolute;  
    top: 78px;  
    width: 893px;
    padding: 0 75px 0 27px;
}

#nav-sub p {
 	font-family: 'Questrial', Arial, Helvetica, sans-serif;   
    font-size: 12px;
    
}

#nav-sub ul li {
    list-style-type: none;
    float: left;
    padding: 0 30px 0 0;
}

#nav-sub ul li a {
    display: block;
    color: #434343;
    font-size: 12px;
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    
}

/* Box section */

#box #container {
    position: absolute;
    left: 26px;
    width: 943px;
    height: 590px;
}

#box #container .column {
    position: relative;
    width: 311px;
    height: 590px; 
    background-color: #fff;
}

#box #container .twocolumns {
    position: relative;
    width: 627px;
    height: 590px; 
}

#box #container .column img.bottom,
#box #container .twocolumns img.bottom {
    position: absolute;
    bottom: 0;
}

#box #container .line {
    width: 5px;
    height: 590px;
}

#box #container .line.shadow {
    background-image: URL(../img/body-line.gif);
    background-repeat: repeat-x;
}

.txt {
 	padding: 35px 26px 0 26px;
}

#logo {
    position: absolute;
    width: 215px;
    height: 79px;
    top: 35px;
    right: 48px;
}

#logo a:hover {
 	border: none;   
}

#address {
    position: absolute;
    bottom: 30px;
    left: 48px;
}

/* Content */

#content .section {
	overflow: auto;
    padding-bottom: 35px;
}

#content .section.padding {
    padding: 0 26px 35px 26px;
}

#content .section.border {
    background-image: URL(../img/nav-main-line.gif);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 35px;
}

#content .section img.teaser {
 	float: left;
    margin-right: 5px;   
}

#content .section img.startpage {
    margin-right: 31px;   
}

/* Footer */

#footer #middle {
    width: 943px;
    height: 44px;
    margin: 0 auto;
    padding: 0 26px 0 26px;
    overflow: auto;
}

#copyright {
    width: 575px;
 	padding: 22px 0 0 26px;
    color: #c4c4c4;
}

#copyright a {
    color: #fff;
}

#copyright a:hover {
    border-bottom: dotted #fff 1px;
}

#facebook {
    width: 311px;
    height: 38px;
 	float: right;
    padding: 6px 0 0 0;
    background-image: URL(../img/bg-facebook.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #c4c4c4;
    text-align: right;
    overflow: auto;
}

#facebook #visitme {
 	height: 14px;
    float: right;   
    padding-top: 16px;
}

#facebook a#facebook-button {
    display: block;
    width: 31px;
    height: 30px;
    background-image: URL(../img/button-facebook.gif);
    background-repeat: no-repeat;
    float: right;
    margin: 0 26px 0 13px;
}

#facebook a#facebook-button:hover {
    background-image: URL(../img/button-facebook-hover.gif);
    border: none;
}

/* Detail Page */

#bigpicture {
    width: 632px;
    height: 590px;
    background: URL(../img/wall.jpg) no-repeat;
    overflow: hidden;
}

#bigpicture #outerwrap {
    margin-top: 295px;
}

#bigpicture #outerwrap #innerwrap {
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    position: relative;
}

#bigpicture #outerwrap #innerwrap #wrap a img {
    box-shadow: 0 8px 22px 5px rgba(68,68,68,0.6);
    -moz-box-shadow: 0 8px 15px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 0 8px 15px 5px rgba(68,68,68,0.6);
    behavior: url(pie/PIE.htc);
}

#zoom {
    position: absolute;
    width: 307px;
    height: 586px;
    right: 0;
    top: 0;
    z-index: 9999;
    border: solid 2px #fff;
    visibility: hidden;
}

#sold {
    background-image: URL(../img/bereits-verkauft.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 190px;
    height: 111px;  
    bottom: -2px;
    left: -2px;
    z-index: 5000;
}

#boxnav-prev {
    position: absolute;  
    background-image: URL(../img/arrow-left.gif);
    background-repeat: no-repeat; 
 	display: block;
    width: 26px;
    height: 113px;
    left: 0;
    top: 210px;
}

#boxnav-next {
    position: absolute;   
 	display: block;
    background-image: URL(../img/arrow-right.gif);
    background-repeat: no-repeat;
    width: 26px;
    height: 113px;
    right: 0;
    top: 210px;
}

#boxnav-next:hover {
    background-image: URL(../img/arrow-right-hover.gif);
 	border: none;   
}

#boxnav-prev:hover {
    background-image: URL(../img/arrow-left-hover.gif);
 	border: none;   
}

#details {
    position: absolute;
 	width: 215px;
    left: 48px; 
    top: 155px;
}

#details h1 {
    color: #c30061;
}

table.details td {
    vertical-align: top;
    padding: 3px 0 1px 0;
    border-bottom: solid 1px #e8e8e8;
}

table.details td.last {
    border-bottom: none;
}

table.information td {
    vertical-align: top;
}

table.information td.padding {
    padding: 0 26px 0 26px;
}

table.information td.paddingbig {
    padding: 0 48px 0 48px;
}

table.information td.line {
    padding: 0;
    background-image: URL(../img/information-table-line.gif);
    background-repeat: repeat-y;
}

.downloadbox {
    width: 195px;
    background-color: #efefef;
    text-align: center;
    margin: 0 22px 16px 22px;
    padding: 10px;
}

.downloadbox p {
    padding-bottom: 7px;
}

.downloadbox.vita {
 	position: absolute;
    margin: 0;
    left: 48px;
    bottom: 45px;   
}

h1#quote {
    position: absolute;
    top: 203px;
    left: 26px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-shadow: 0px 2px 2px #000;
    z-index: 500;
}

a.button {
    height: 18px;
    display: inline-block;
    line-height: 18px;
    color: #fff;
    text-align: center;
}

a.button .downloadbutton-left {
    width: 22px;
    height: 18px;
    background-image: URL(../img/download-button-left.gif);
    background-repeat: no-repeat;
	float: left;
}

a.button .downloadbutton-middle {
    height: 18px;
    background-image: URL(../img/download-button-middle.gif);
    background-repeat: repeat-x;
    padding: 0 5px 0 0;
    float: left;
}

a.button .downloadbutton-right {
    width: 4px;
    height: 18px;
    background-image: URL(../img/download-button-right.gif);
    background-repeat: no-repeat;
    float: left;
}

a.button:hover {
 	border: none;   
}

a.button:hover .downloadbutton-left {
    background-image: URL(../img/download-button-left-hover.gif); 
}

a.button:hover .downloadbutton-middle {
    background-image: URL(../img/download-button-middle-hover.gif);
}

a.button:hover .downloadbutton-right {
    background-image: URL(../img/download-button-right-hover.gif);
}

/* Image list */

body.list {
    background-image: URL(../img/bg.jpg);
    -webkit-background-size: 2601px 900px;
}

body.list #content {
    padding: 20px 26px 0 26px;   
}

body.list #logo {
    right: 74px;
}

#list-head {
    position: relative;
    padding: 26px 26px 30px 52px;
    background-image: URL(../img/nav-main-line.gif);
    background-position: top;
    background-repeat: no-repeat;
}

#list-top {
    width: 995px;
    height: 11px;
    background-image: URL(../img/list-bg-top.png);
    background-repeat: no-repeat;
}

#list-bottom {
    width: 995px;
    height: 21px;
    background-image: URL(../img/list-bg-bottom.png);
    background-repeat: no-repeat;
}

#list {
    width: 995px;
    background-image: URL(../img/list-bg-repeat-y.png);
    background-repeat: repeat-y;
}

#list .row {
    width: 888px;
    padding: 26px 54px 30px 53px;
    float: none;
    background-image: URL(../img/list-line.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    overflow: auto;
}

#list .row.last {
    background-image: none;
    padding: 26px 54px 26px 53px;
}

.row span.item {
    float: left;
    width: 222px;
    display: block;
    position: relative;
    overflow: visible;
}

.row span.item a:hover {
    border: none;
}

.row span.item .image {
    position: relative;
    width: 162px;
    height: 162px;
    padding: 0 30px 0 30px;
    text-align: center;
}

.row span.item .image a.img-container {
	position: absolute;
    width: 162px;
    bottom: 0px;
    left: 50%;
    margin-left: -81px;
    z-index: 200;
}

.row span.item a.title {
    text-align: center;
    display: block;
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-top: 15px; 
    color: #434343;
}

.row span.item a.title:hover {
	color: #000;
}

.row span.item .shadow {
    position: absolute;
    left: -28px;
    bottom: -18px;
    width: 272px;
    height: 49px;
    background-image: URL(../img/list-item-shadow.png);
    background-repeat: no-repeat;
    z-index: 100;
}

/* Start Page */

.spotlight {
 	width: 627px;
    height: 590px;
    position: relative; 
    overflow: hidden;   
}

.spotlight .slide {
	position: relative; 
}

.spotlight .slide a.flag {
	position: absolute; 
    display: block;
    width: 245px;
    bottom: 45px;
    background-image: URL(../img/blackbg.png);
    background-repeat: repeat;
    color: #fff;
    padding: 14px 40px 16px 26px;
    z-index: 100;
}

.spotlight .slide a.flag .arrow {
    position: absolute;
    width: 11px;
    height: 11px;
    right: 16px;
    bottom: 16px;
 	background-image: URL(../img/arrow-start.png);
    background-repeat: no-repeat;
    background-position: right bottom;   
}

.spotlight .slide a.flag h1 {
	color: #fff;
    padding-bottom: 7px;
}

.spotlight .slide a.flag:hover {
	border: none;
}


/* Contact Page */

#formular td {
	padding:5px 0 5px 0;
}

input, textarea {
    font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
}

#send {
	width:105px;
	height:17px;
    padding-top: 1px;
	text-align: center;
	color :#fff;
	background-image: url('../img/button-kontakt.gif');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
}

#send:hover {
	background-image:url('../img/button-kontakt-hover.gif');
}

p.green {
	color:#46b92f;
	font-weight:bold;
}

p.red {
	color: #c30061;  
	font-weight:bold;
}

textarea {
	width:256px;
    height: 137px;
	padding:4px;
    background-image:url('../img/textarea-bg.gif');
    background-repeat: no-repeat;
    border: 0;
    overflow: hidden;
}

input {
	width:256px;
	height:18px;
	padding:3px 4px 1px 4px;
    background-image:url('../img/input-bg.gif');
    background-repeat: no-repeat;
    border: 0;
}

input.error {
	background-image:url('../img/input-bg-error.gif');
    color: #c30061;  
}

#contact .row {
    width: 222px;
    float: right;
    padding: 5px 26px 36px 26px;
    text-align: center;
    border-left: solid 1px #e8e8e8;
}