@charset "UTF-8";
/* CSS Document */

body,td,th, 
input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
}
body {
	background-color: #fff;
	background-image: url(../assets/background.gif);
	background-repeat: repeat-y;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,
#NAVIGATION li,
#SUBNAVIGATION li {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}

h1,
h2 {
	margin-top: 0;
	font-size: 20px;
	color: #191919;
}
h3 {
	margin-top: 0;
	font-size: 12px;
	color: #979797;
}

ul, li {
	padding: 0;
}
li {
	list-style-type: disc;
	margin-left: 15px;
}

/**** Links ****/

a:link {
	color: #979797;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #979797;
}
a:hover {
	text-decoration: underline;
	color: #979797;
}
a:active {
	text-decoration: none;
	color: #979797;
}

/**** ELEMENTE ****/
#MAIN {
	position: absolute;
	width: 920px;
	height: 100%;
	left: 50%;
	margin-left: -460px;
	border: 0px dotted red;
}
#NAVIGATION {
	position: relative;
	width: 130px;
	height: auto;
	top: 40px;
	float: left;
	border: 0px dashed blue;
}
#SUBNAVIGATION {
	position: absolute;
	width: 130px;
	height: auto;
	bottom: 30px;
	float: left;
	border: 0px dashed orange;
}
#CONTENT {
	position: relative;
	width: 780px;
	height: auto;
	top: 40px;
	float: right;
	border: 0px dashed green;	
}

#imageBig {
	position: relative;
	width: 780px;
	height: 520px;
	text-align: left;
	overflow: hidden;
	background-color: #fff;
	z-index: 300;
}

#imageStudio {
	width: 565px;
	height: 375px;
}

#imageText {
	position: relative;
	width: 780px;
	height: 40px;
	margin-top: -40px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size: 12px;
	background-color: #ffffff;
	z-index: 301;
}

#imageHover {
	position: relative;
	width: 780px;
	height: 520px;
	margin-top: -520px;
	border: 0px dashed #f00;
	cursor: pointer;
	background: url(../assets/clear.gif);
	z-index: 400;
}

#overLayer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url(../assets/background.gif);
	background-repeat: repeat-y;
	z-index: 100;
}

#fullScreen {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	background-image: url(../assets/progress.gif);
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1000;
}	

#fullScreen #Image {
	position: relative;
}

#fullScreenTitle {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	background-color: #fff;
	overflow: hidden;
	z-index: 1002;
}

#fullScreenPrev {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100%;
	border: 0px dashed red;
	cursor: pointer;
	z-index: 1004;
}
#fullScreenNext {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100px;
	height: 100%;
	border: 0px dashed red;
	cursor: pointer;
	z-index: 1005;
}
#fullScreenPrev img,
#fullScreenNext img {
	position: relative;
	top: 50%;
	margin-top: -90px;
}

div.boxLeft {
	width: 585px;
	float: left;
}

div.boxRight {
	width: 195px;
	float: right;
}

div.thumbs {
	width: 780px;
	height: 72px;
	overflow: hidden;
	background-color: #fff;
}
div.thumbs img {
	margin: 12px 12px 0 0;
	float: left;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
div.thumbs img:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
div.thumbs div.prev {
	position: absolute;
	left: -20px;
	cursor: pointer;
}
div.thumbs div.next {
	position: absolute;
	right: -20px;
	cursor: pointer;
}
div.thumbs div.prev img,
div.thumbs div.next img {
	margin: 12px 0 0 0;
}

div#thumbs {
	width: 780px;
	height: 72px;
/*	background-color:#C30;*/
}

div.studioMap,
div.studioPos {
	position: absolute;
	width: 140px;
	height: 155px;
	text-align: center;
}
div.studioPos img {
	margin-bottom: 10px;
}

/**** NAVIGATION ****/
#NAVIGATION .logo {
	position: relative;
	margin-bottom: 20px;
	z-index: 200;
}
#NAVIGATION ul, 
#SUBNAVIGATION ul {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#NAVIGATION ul.level1 li, 
#SUBNAVIGATION li {
	margin: 0;
	padding: 8px 0;
	list-style: none;
}
#NAVIGATION ul.level2 li {
	margin: 0;
	padding: 2px 10px;
	list-style: none;
}

#NAVIGATION a, 
#SUBNAVIGATION a {
	text-transform: uppercase;
	text-decoration: none;
}
#NAVIGATION a:hover, 
#NAVIGATION a.active, 
#SUBNAVIGATION a:hover,
#SUBNAVIGATION a.active {
	color: #191919;
}

a {
  outline: none;
}

/**** KONTAKT-FORMULAR ****/
#Kontakt th,
#Kontakt td {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#Kontakt th {
	color: #929292;
}

#Kontakt div.invers {
	width: 155px;
	height: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	color: #fff;
	background-color: #929292;
}

#Kontakt input,
#Kontakt textarea {
	position: relative;
	width: 610px;
	height: 14px;
	padding: 2px 5px;
	margin: 0px;
	border: 1px solid #929292;
	background-color: #fff;
}

#Kontakt input.button {
	position: relative;
	width: 100px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	padding-top: 0px;
	color: #fff;
	background-color: #929292;
	float: right;
	margin-top: -20px;
}

div.formAlert {
	width: 155px;
	height: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	color: #fff;
	background-color: #900;
}
div.formError {
	border: 1px solid #900;
	margin-left: 160px;
	margin-bottom: 5px;
	margin-top: -25px;
	padding: 5px;
	background-color: #ededed;
}
	
div.formSuccess {
	border: 1px solid #929292;
	margin-left: 160px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ededed;
}
	

