@charset "UTF-8";
/* CSS Document */
/* The Braid UG (haftungsbeschraenkt)  */  
/* mediaism  */      
/* Holstenstrasse 22 */
/* 24103 Kiel */
/* author: Bjoern Diekert / Germany / Kiel */   
/* e-mail: diekert@the-braid.de */  


/* Allgemeine CSS-Einstellungen / General CSS-Settings */


html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 
	margin: 0; 
	padding: 0; 
} 

body {
    background: rgb(255,255,255) url(../img/bg_body.jpg) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;          
	line-height: 17px;
	margin: 0;
	padding: 0;  
}

h1 {
	display: none;
}

h2 {
	display: none;
}

h3 {}   
  
h4 {}   

h5 {}

h6 {}

hr {}

img {
    border: none;
}

a {
	color: rgb(156,156,156);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
 
/* Clear */

.clear:after {
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clear { /* IE7 */
    display: inline-block;
}
 
* html .clear { /* IE6 */
    height: 1%;
}                          

/* Box-Settings */

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 960px;
}

#header-logo {
	height: 80px;
	padding: 15px 0 0 0;
	width: 960px;
}

#langswitch {
	height: 25px;
	right: 0;
	top: 15px;
	position: absolute;
	width: 350px;
}

#langswitch ul {
	list-style: none;
}

#langswitch a {
	display: block;
	float: right;
	margin: 0 0 0 20px;
}

#langswitch a img {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#content-header {
	background: url(../img/bg_header_shadow.gif) no-repeat center;
	display: block;
	height: 18px;
	width: 960px;
}

#content-footer {
	background: url(../img/bg_footer_shadow.gif) no-repeat center;
	display: block;
	height: 18px;
	width: 960px;
}

#content {
	background: rgb(255,255,255);
	height: 400px;
	position: relative;
	overflow: hidden;
	width: 960px;
}

#footer {
	height: 30px;
	margin: 0 auto;
	width: 960px;
}

#footer-text {
	float: left;
	line-height: 120%;
	width: 500px;
}

#footer-text p {
	color: rgb(160,161,162);
	font-size: 11px;
}

#footer-text a {
	color: rgb(90,90,90);
}

#footer-social {
	background: url(../img/social.jpg) no-repeat;
	float: right;
	height: 30px;
	width: 375px;
}

#footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer-social ul li a {
	display: block;
	float: left;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 125px;
}

#social-1 {
	margin: 0 0 0 60px;
}

#social-2 {
	margin: 0 0 0 75px;
}

#social-3 {
	margin: 0 0 0 60px;
}



/* navigation */

#nav {
	background: url(../img/bg_nav.jpg);
	height: 64px;
	width: 960px;
}

#nav ul {
	list-style: none;
} 

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	font-size: 17px;
	float: left;
	margin: 13px 0 0 1px;
	height: 38px;
	line-height: 37px;
	text-align: center;
	width: 159px;
}

#nav ul .rex-normal:hover a {
	background: url(../img/bg_nav-hover.jpg);
}

/* panorama viewer textbox */

.panorama-textbox {
	background: rgb(255,255,255);
	bottom: 25px;
	position: absolute;
	right: 25px;
	z-index: 9999;	
	
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    
    -moz-box-shadow: 0px 0px 10px #000; 
    -webkit-box-shadow: 0px 0px 10px #000; 
    box-shadow: 0px 0px 10px #000;
}

/* Contact-Page */

		.left {
				color: #505050;
				font-size: 12px;
				font-weight: bold;
				float: left;
				line-height: 20px;
				display: block;	
				width: 130px;
			}
			
			.right {
				color: #505050;
				font-size: 12px;
				font-weight: bold;
				float: left;
				line-height: 20px;
				display: block;	
				width: 250px;
			}
			
			.textfield {
				background: white;
				float:right;
				height: 15px;
				width: 200px;
			}
			
			textarea {
				height: 35px;
				width: 200px;
			}

/* slider */

#slider {
	height: 400px;
	overflow: hidden;
}

.anythingControls {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.anythingControls ul {
	list-style: none;
}

.anythingControls ul li {
	display: inline;
}

.anythingControls ul li a {
	background: rgb(255,255,255);
	color: rgb(255,255,255);
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	margin-right: 5px;
	text-align: center;
	width: 15px;

	
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.anythingControls ul li .cur {	
	background: rgb(181,182,183);
	color: rgb(181,182,183);
}

.anythingSlider {
    width: 960px;
    height: 400px;
}

.anythingControls {
    display: none;
    z-index: 960;
}

.anythingSlider {
	position: relative;
}

.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}

.anythingSlider .arrow a {
	display: block;
	height: 120px;
	margin: -60px 0 0 0;
	width: 45px;
	text-align: center;
	outline: 0;
	background: url(../img/arrows-default.png) no-repeat;
	text-indent: -9999px;
}

.anythingSlider .back {
	left: 10px;
	z-index: 900;
	display: none;
}

.anythingSlider .back a {
	background-position: -88px -40px;
}

.anythingSlider .back a:hover, .anythingSlider .back a.hover {
	background-position: -88px -240px;
}

.anythingSlider .forward {
	right: 10px;
	z-index: 900;
}

.anythingSlider .forward a {
	background-position: 0 -40px;
}

.anythingSlider .forward a:hover, .anythingSlider .forward a.hover {
	background-position: 0 -240px;
}

.anythingSlider .start-stop:hover, .anythingSlider .start-stop.hover {
	background-image: none;
}

.anythingSlider, .anythingSlider .anythingWindow, .anythingSlider .thumbNav a, .anythingSlider .arrow a, .anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}

.anythingSlider.rtl .thumbNav {
	float: left;
}

.anythingSlider.rtl .thumbNav a {
	float: right;
}

ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.anythingBase li.panel {
	background: transparent;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}


.contentbox {
    position: relative;
}

.textbox {
	background: rgb(255,255,255);
	height: 400px;
	width: 350px;
		
	filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	
	z-index: 900;
}

.textbox-content {
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 901;
}

.textbox-content h3 {
	font-size: 25px;
	color: rgb(80,80,80);
	margin: 25px 15px 20px 15px;
	width: 320px;
}

.textbox-content p {
	color: rgb(80,80,80);
	font-size: 11.5px;
	margin: 0px 15px 15px 15px;
	width: 320px;
}

.textbox-content ul {
	color:rgb(80,80,80);
	list-style: outside disc;
	margin-left: 40px;
	width: 270px;
}

.textbox-content ul li {
	margin-bottom: 6px;
}

.textbox-content a {
	color:rgb(40,40,40);
	font-weight:bold;
	letter-spacing:0.5px;
	text-decoration: none;
}

.textbox-content a:hover {
	color:rgb(60,60,60);
	text-decoration: underline;
}

.text {
    background: rgb(255,255,255);
    
    position: absolute; 
    bottom: 25px;
    right: 25px;
        
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    
    z-index: 9999;  
}

#gallery-wrapper {
    height: 380px;
    margin: 10px;
    width: 920px;
}
input.error {
	border: 2px solid #FF0000;
}
label span {
	color: #FF0000;
}
label.error {
	display: none !important;
}


                       