/****************************************************************  all  */

html, body, span, a, table, td, th, form, textarea, input, h1, h2, h3, h4, h5, p, ul, ol, li, label, select, blockquote {
	margin: 0;
	padding: 0;
	font: 11px verdana, arial, helvetica, sans-serif;
	color: #4f4f4f;
}

html, body {
	overflow: hidden;
}

body {
	background: #2d2d2d;
}

#holder {
    width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	z-index: 11;
}

#content {
    z-index: 12;
}

#content, #header, #footer {
	margin: 0 auto;
	text-align: left;
	width: 910px;
}

a {
	color:#fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border:none;
}

.pngfix,
#box-header,
#header h1 a,
ul#nav,
ul#nav li a,
ul#subnav-projekt li a,
ul#footernav li a,
#box-content h3,
#close-content,
#box-content-container {
    behavior: url(/js/iepngfix.htc);
}

.clearit {
    clear: both;
}

.hidden {
    display: none;
}

.float {
    float: left;
}

/****************************************************************  Splash */

body#splash h1 {
    display: none;
}


#container-splash {
	background: #fff;
	position: absolute;
	width: 679px;
	height: 464px;
	top: 50%;
	left: 50%;
	margin-top: -232px;
	margin-left: -339px;
	background: url(/img/bg-start-languages.jpg) no-repeat left top;
}

#container-languages {
	position: absolute;
	left: 135px;
	top: 348px;
}

#container-languages a {
	text-indent: -10000px;
	display: block;
	float: left;
	width: 89px;
	height: 80px;
	background: url(/img/bg-start-languages-items.jpg) no-repeat left top;
}

#container-languages a:hover {
	background-position: 0 -80px;
}

#container-languages a#lang-en { width: 113px; background-position: -89px 0; }
#container-languages a#lang-en:hover { background-position: -89px -80px; }
#container-languages a#lang-es { width: 115px; background-position: -202px 0; }
#container-languages a#lang-es:hover { background-position: -202px -80px; }
#container-languages a#lang-ru { width: 88px; background-position: -317px 0; }
#container-languages a#lang-ru:hover { background-position: -317px -80px; }

/****************************************************************  bgImg Gallery */

#bgImg {
	position:fixed;
	height: 100%;
	width: 100%;
}

#bgImg img {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#bgImg img, #fancy_img {
	-ms-interpolation-mode: bicubic;
}

#loading {
	width: 40px;
	height: 40px;
	background-image: url(/img/bg-loader.png);
    position: absolute;
	z-index: 99999;
}

#prevslide,
#nextslide {
    display: block;
	position: absolute;
	top: 46%;
	background: url(/img/bg-arrow-slides.png) no-repeat left top;
	width: 43px;
	height: 99px;
	z-index: 15;
	text-indent: -10000px;
}

#prevslide {
	left: 0;
}

#nextslide {
	right: 0;
	background: url(/img/bg-arrow-slides.png) no-repeat -43px top;
}

#prevslide:hover {
	background-position: 0 -99px;
}

#nextslide:hover {
	background-position: -43px -99px;
}

/****************************************************************  header  */

#box-header {
    background: url(/img/bg-header.png) repeat-x left top;
	width: 100%;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
}

#header {
	height: 130px;
	z-index: 10;
	position: relative;
}

#header.sub {
	height: 140px;
}

#header h1 a {
	position: absolute;
	width: 187px;
	height: 95px;
	text-indent: -10000px;
	display: block;
	z-index: 15;
	text-decoration: none;
	background: url(/img/bg-logo-items.png) no-repeat left top;
	cursor: pointer;
}

#header h1 a.projekt 		{ background-position: 0 -95px; }
#header h1 a.webcam 		{ background-position: 0 -190px; }
#header h1 a.umgebung		{ background-position: 0 -285px; }
#header h1 a.videofotos 	{ background-position: 0 -380px; }

/****************************************************************  nav  */

ul#nav {
	position: absolute;
	left: 188px;
	width: 720px;
	height: 125px;
	list-style: none;
	background: url(/img/bg-nav.png) no-repeat left top;
}


ul#subnav-projekt {
	height: 35px;
	width: 720px;
	position: absolute;
	top: 88px;
	left: 188px;
}

ul#nav li {
	float: left;
	display: block;
	height: 125px;
	width: 180px;
}

ul#subnav-projekt li {
	float: left;
	display: block;
	height: 35px;
	width: 180px;
}

ul#nav li a {
	float: left;
	height: 69px;
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	width: 179px;
	border-bottom: 3px solid #3c4041;
	cursor: pointer;
}

ul#subnav-projekt li a {
	float: left;
	height: 35px;
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	width: 179px;
	border: 0;
	cursor: pointer;
}

ul#nav a#nav-projekt	{ background-position: 0 -69px; }
ul#nav a#nav-umgebung	{ background-position: 0 -138px; }
ul#nav a#nav-webcam		{ background-position: 0 -207px; }

ul#subnav-projekt a#subnav-projekt-baubeschreibung	{ background-position: -180px 0; }
ul#subnav-projekt a#subnav-projekt-technik			{ background-position: -360px 0; }

ul#nav li a:hover, ul#nav li a.act {
	border-bottom: 3px solid #e6289a;
}

ul#nav a#nav-webcam:hover,
ul#nav a#nav-webcam.act				{ border-bottom: 3px solid #fff; }
ul#nav a#nav-umgebung:hover,
ul#nav a#nav-umgebung.act			{ border-bottom: 3px solid #77b800; }
ul#nav a#nav-video-fotos:hover,
ul#nav a#nav-video-fotos.act		{ border-bottom: 3px solid #0086c5; }

ul#subnav-projekt li a:hover, ul#subnav-projekt li a.act {
	border: 0;
}

ul#subnav-projekt a#subnav-projekt-plaene:hover,
ul#subnav-projekt a#subnav-projekt-plaene.act				{ background-position: 0 -35px; }
ul#subnav-projekt a#subnav-projekt-baubeschreibung:hover,
ul#subnav-projekt a#subnav-projekt-baubeschreibung.act		{ background-position: -180px -35px; }
ul#subnav-projekt a#subnav-projekt-technik:hover,
ul#subnav-projekt a#subnav-projekt-technik.act				{ background-position: -360px -35px; }

/****************************************************************  content  */

#box-content {
    z-index: 10;
	position: relative;
	left: 8px;
}

#box-content h3 {
	width: 899px;
	height: 63px;
	text-indent: -10000px;
	margin: 0 0 16px 0;
}

#box-content.projekt-baubeschreibung h3	{ background-position: 0 -83px; }
#box-content.projekt-technik h3			{ background-position: 0 -166px; }
#box-content.webcam h3					{ background-position: 0 -332px; }
#box-content.umgebung h3				{ background-position: 0 -415px; }
#box-content.video-fotos h3 			{ background-position: 0 -498px; }
#box-content.partner h3					{ background-position: 0 -581px; }
#box-content.kontakt h3					{ background-position: 0 -664px; }
#box-content.impressum h3				{ background-position: 0 -747px; }

#close-content {
    display: block;
	position: absolute;
	top: 18px;
	right: 32px;
	width: 30px;
	height: 30px;
	background: url(/img/bg-close-content-items.png) no-repeat left -90px;
	cursor: pointer;
}

#close-content.act {
    background-position: -30px -90px;
}


#box-content.projekt-plaene #close-content,
#box-content.projekt-baubeschreibung #close-content,
#box-content.projekt-technik #close-content {
	background-position: 0 -30px;
}

#box-content.projekt-plaene #close-content.act,
#box-content.projekt-baubeschreibung #close-content.act,
#box-content.projekt-technik #close-content.act {
	background-position: -30px -30px;
}

#box-content.video-fotos #close-content	{ background-position: 0 0; }
#box-content.umgebung #close-content	{ background-position: 0 -60px; }
#box-content.video-fotos #close-content.act	{ background-position: -30px 0; }
#box-content.umgebung #close-content.act	{ background-position: -30px -60px; }

#box-content-container {
    width: 869px;
	background: url(/img/bg-alpha-90.png) no-repeat left top;
	height: 280px;
	padding: 20px 0 0 30px;
}

#box-content.video-fotos #box-content-container {
    width: 891px;
	height: 310px;
	padding: 8px 0 0 8px;
}

#box-content.partner #box-content-container {
	height: 302px;
}

.textframe,
.imgframe,
.contactframe {
	width: 490px;
	height: 255px;
	overflow: auto;
	line-height: 20px;
	font-size: 11px;
	padding: 0 20px 0 0;
	margin: 0 25px 0 0;
}

.textframe.partner {
    width: 820px;
	margin: 0;
}

.textframe.contact {
    width: 310px;
	position: relative;
}

.contactframe {
	padding: 0;
	margin: 0;
    width: 510px;
}

.textframe p {
	padding: 0 0 15px 0;
}

.contactframe p {
	padding: 0 0 6px 0;
}

.textframe.contact p {
	padding: 0 0 12px 0;
}

.imgframe p {
    padding: 0 0 20px 0;
}

.imgframe {
	width: 305px;
	height: 255px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.imgframe a.fancy img {
    border: 3px solid #d5d5d5;
}

#img-kontakt {
	position: absolute;
	left: 220px;
	top: 35px;
	width: 102px;
	height: 152px;
}

/****************************************************************  einblicke  */

#videoplayer {
    width: 361px;
}

#gallery {
	width: 530px;
}

#gallery div.item {
    display: block;
	float: left;
	width: 176px;
	height: 103px;
	overflow: hidden;
}

.imageOver{
	background:url(/img/zoom.gif) no-repeat 50% 50%;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/****************************************************************  partner  */

#partner .item {
    display: block;
	float: left;
	width: 205px;
	padding: 0 0 20px 0;
}

#partner .last  {
	width: 175px;
}

#partner .item img.logo {
    border: 1px solid #C7C7C7;
	border-width: 1px 1px 0 1px;
	display: block;
}

#partner .item span {
	display: block;
    border: 1px solid #C7C7C7;
	border-width: 1px;
	text-align: center;
	padding: 3px 0 5px 0;
	font-size: 10px;
	width: 169px;
	background-color: #fff;
	color: #8a8a8a;
}


/****************************************************************  typo, lists */

.textframe p, .contactframe p, .contactframe label {
    font-size: 11px;
	line-height: 19px;
}

.textframe h4, .contactframe h4 {
    font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	padding: 0 0 5px 0;
}

.textframe a {
    color: #4f4f4f;
	text-decoration: underline;
}

.textframe ul {
	list-style: none;
	list-style-position: outside;
	padding: 0 0 11px 10px;
}

.textframe ul li {
	padding: 0 0 3px 15px;
	background: url(/img/bullet-li.gif) no-repeat 0 9px;
	line-height: 19px;
}

#form-kontakt-error {
    font-color: red;
	padding: 0 0 5px 0;
}


/****************************************************************  forms */

.contactframe input, .contactframe textarea {
    padding: 4px 2px;
	border: 1px solid #BFBFBF;
	width: 140px;
}

.contactframe textarea {
	padding: 2px;
	width: 449px;
	height: 65px;
}

.contactframe input.sbmt {
    width: 455px;
	padding: 5px 0;
	font-weight: bold;
	border: 1px solid #BFBFBF;
}

.inputhover {
    background-color: #fffde1;
}


/****************************************************************  footer  */

#box-footer {
    background: url(/img/bg-footer.png) repeat-x left 4px;
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	text-align: center;
}

#box-footernav {
    width: 910px;
	margin: 0 auto;
	position: relative;
}

ul#footernav {
	width: 910px;
	height: 33px;
	list-style: none;
	position: absolute;
	left: 550px;
}

ul#footernav li {
	float: left;
	display: block;
	height: 33px;
	width: 89px;
}

ul#footernav li a {
	float: left;
	height: 33px;
	display: block;
	text-decoration: none;
	text-indent: -10000px;
	width: 89px;
	margin: 3px 0 0 0;
	cursor: pointer;
}

ul#footernav a#footernav-partner		{ background-position: 0 -38px; }
ul#footernav a#footernav-impressum		{ background-position: 0 -76px; }
ul#footernav a#footernav-startseite		{ background-position: 0 -114px; width: 90px; }
ul#footernav a#footernav-cms-logout		{ background-position: 0 -152px; width: 90px; }

ul#footernav li a:hover, ul#footernav li a.act {
	border-top: 3px solid #fff;
	margin: 0;
}