/* Aufbau: 
	-	Allgemeine Elemente 
	-	Grundelemente des Layouts
	-	Spezielle Elemente für bestimmte Seiten (zB Kontaktformular)
	-	Elemente, die auf allen Seiten platziert werden können
*/

/* Allgemeine Elemente */

* {
	outline: none;
}

html, body {
	margin: 0;
	padding: 0;
	background: #181715 url(../images/bg.gif) left bottom repeat-x fixed;
}

body {
	line-height: 140%;
	margin: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	color: #fff;
}

h1 {
	margin: 0 0 3px;
	font-size: 100%;
	text-transform: uppercase;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #aaa;
}

a:hover, a:focus {
	color: #f18224;
	text-decoration: none;
}

textarea, input, option, select {
	padding: 5px;
	background:#333;
	color: #fff;
	border: 1px solid #666 !important;
	outline: none !important;
	margin: 2px 0 0 !important;
}

textarea {
	width: 600px !important; 
}

#backend input {
	width: 400px !important;
}

select, option {
	width: 412px !important;
}

.submit_button {
	width: auto !important;
	background: #f18224;
	border-color: #f18224 !important;
	color: #222;
	padding: 5px 7px !important;
}

ul {
	margin-left: 0;
	padding-left: 2em;
}

/* Formular-Kram für Zend */

form dd, dt, dl, .required {
	 margin: 0;
	 padding: 0;
}

form dd {
	 margin: 0 0 1em 0;
}

form label {
	 font-weight: normal;
	 display: inline;
}

th, td {
	vertical-align: top;
}

/* Grundelemente des Layouts */

#wrapper {
	margin: 0 auto;
	width: 950px;
	height: 525px;
	text-align: left;
	overflow: hidden;
	position: absolute; 
	top: 50%;
	left: 50%;
	margin-top: -262px;
	margin-left: -475px;
}

#backend-body #wrapper {
	height: auto !important;
	overflow: auto !important;
}

#header {
	position: relative;
}

#logo {
	background: url(../images/logo.png);
	display: block;
	text-indent: -5000em;
	height: 22px;
	width: 356px;
	float: left;
}

#navigation, #navigation * {
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 95%;
}

#navigation .active a, #wrapper #navigation ul .active a {
	font-weight: normal;
	color: #f18224;
}

#navigation .active ul {
	font-weight: normal;
	padding: 0 0 0 20px;
}

#navigation {
	float: right;
	height: 2em;
	margin: 10px 0 0;
}

#navigation a:hover, #navigation ul a:hover {
	color: #f18224 !important;
}

#navigation li {
	float: left;
	margin-left: 35px;
}

#navigation ul li {
	margin-left: 15px;
}

#navigation li ul {
	position: absolute;
	right: 0;
	top: 500px;
	display: none;
}

#navigation .active ul {
	display: block;
}

#navigation .active ul li a {
	text-transform: none !important;
	color: #fff;
	font-size: 110%;
}

#content-area {
	height: 455px;
	width: 950px;
	margin-top: 35px;
	position: relative;
}

.info {
	position: absolute;
	bottom: 0;
	right: 150px;
	width: 18px;
	height: 18px;
	text-indent: -5500em;
	background: url(../images/info.gif);
}

.panorama {
	position: absolute;
	top: 0;
	left: 50px;
	width: 22px;
	height: 22px;
	background: url(../images/panorama-weltkugel.jpg);
	text-indent: -5500em;
}

#text {
	background: #181715;
	font-size: 85%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 350px;
	padding: 13px;
}

.text {
	opacity: 0.95;
	background: #181715;
	position: absolute;
	bottom: -8px;
	right: 0;
	width: 300px;
	padding: 13px;
	font-size: 85%;
}


/* portfolio */

#portfolio {
	width: 5000em;
	position: absolute;
	left: 135px;
}

#portfolio .info {
	bottom: 4px;
}

#portfolio .active {
	opacity: 1;
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=100);
}

.image {
	width: auto;
	float: left;
	position: relative;
	margin: 0 20px 0 0;
	overflow: hidden;
	opacity: 0.3;
	-ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=50)";
    filter: progid:dximagetransform.microsoft.alpha(opacity=50);
}

.image img {
	postition: absolute;
}

#pagination {
	position: absolute;
	bottom: -27px;
	left: 0;
}

#pagination a {
	float: left;
	width: 18px;
	line-height: 18px;
	text-align: center;
	/*color: #a86d34;
	background: #a86d34;*/
	color: #8D8F94;
	background: #8D8F94;
	margin: 0 2px 0 0;
}

#pagination a:hover, #pagination .active {
	color: #f18224;
	background: #f18224;
}

/* kontakt */

#side_text {
	float: left;
	width: 330px;
}

#map {
	float: right;
}

/**/
#left-navi {
	float: left;
	width: 220px;
	border-right: 1px solid #8D8F94;
}
#right-content {
	float: left;
	margin-left: 12px;
	width: 710px;
}

/**/
#lightboxbg {
	position: absolute;
	z-index:70 !important;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	top: 0;
	background: #3A3C41;
	left: 0;
	display: none;
	z-index: 10 !important;
}

#lightbox {
	position: absolute;
	z-index:90 !important;
	text-align: center;
	background: #fff;
}

	#lightbox img {
		padding: 1px;
		border: none;
	}

	ul.errors {
		margin: 3px 0 0 0;
		padding:0;
		color: red;
		font-size: 90%;
	}
	
/* Kontakt-Formular */

#contactform input {
	width: 355px;
}

#contactform #description-label {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
}

#contactform #description-element {
	position: absolute;
	top: 18px;
	right: 0;
}

#contactform #description-element textarea {
	width: 550px !important;
	height: 380px !important;
}

#contactform input.submit_button {
	margin-top: -20px !important;
}

.regular-player {
	display: block;
}

.start-video {
	width: 950px !important;
	height: 455px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.mobile-apple {
	display: none;
}
