@charset "UTF-8"; 

/* CSS Document 

file			: screen.css
initial author 	: Thomas Bielich
last editor 	: Thomas Bielich
firstVersion 	: 11.12.2009
lastUpdate 		: 14.01.2010

*/


/* @group Bassisformatierung */

*, div, span, p, abbr, a, input, textarea, em, ul, li, h1, h2, h3 {
	margin: 0; padding:0; outline: 0; border: 0;
}

em {
	color: #f00;
}

body { 
	background: #000; 
	font-size: 100%;
}
a	{ 
	border: 0px; text-decoration:none; 
}
a img {
	border: 0px;
}
menu, ul, ul ul { 
	margin:0; padding:0; list-style-type:none; list-style: none; list-style-position: outside; 
}
li, li li { 
	margin:0; padding:0; 
}
.inactive { 
	display:none !important; visibility:hidden !important;
}
.active { 
	display:inline-block; visibility:visible;
}

noscript { 
	position:absolute; line-height:20px; color:#0F0; 
}

/* @end */

/* @group Layout */

#CENTER {
	position: absolute;
	width: 866px; left: 50%;
	margin-left: -433px;
	height: 500px; top: 50%;
	margin-top: -280px;
}
#LOGO {
	position: absolute; top: 0px; left: 0px;
}
#NAVI {
	position: absolute;
	bottom:-9px;
	width: 200px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}
#NAVI li a {
	color: #666;
	line-height: 36px;
	display: block;
	margin-right: 20px;

}
#NAVI li a:hover {
	color: #FFF;
}
#NAVI li.active a {
	color: #FFF;
}
#NAVI li li a  {
	text-indent: 20px;
	line-height: 18px;
}
#NAVI li ul {
		margin: 9px 0;
}
#CONTENT {
	position: absolute; left: 200px; height: 100%;
	width: 666px; color: #FFF; display: block; 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#FOOTER {
	position: absolute;
	bottom: 0px;
	height: 30px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	width: 866px; left: 50%;
	margin-left: -433px;
}
#FOOTER ul {
	padding-left: 190px;
}
#FOOTER li {
	float: left; color: #333; margin-left: 5px;
}
#FOOTER li a {
	color: #666;
	text-transform: uppercase;
	font-size: 9px !important;
}
#FOOTER li a:hover {
	color: #FFF;
}
#FOOTER li.active a {
	color: #FFF;
}
#FOOTER li a.facebook {
	background: url(img/facebook.gif) no-repeat left #666;
	padding: 1px 3px 1px 20px;
	color: #000;
}
#FOOTER li a.facebook:hover {
	background: url(img/facebook.gif) no-repeat left white;
	padding: 1px 5px 1px 20px;
}
.addthis_button {
	background: #666;
	color: #000 !important;
	padding:1px 3px;
	margin-left: 5px;
}
.addthis_button:hover {
	background: #FFF;
}

#START {
	position: absolute;
	width: 250px;
	left: 50%; margin-left: -125px;
	top: 300px;
	text-align: center;
	color: #666;
}
#START img {
	display: block;
	margin: 10px;
}
#START a {
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 10px;
}
#START a:hover {
	border-bottom: 1px solid #666;
	color: #FFF;
}

/* @end */

/* @group SlideShow */

#SLIDE {
	width: 333px;
	height: 500px;
	background: #000;
}
#SLIDE img {
	width: 333px;
	height: 500px;
    visibility: hidden;
    display: none;
    z-index:8;
    opacity:0.0;
}

#SLIDE img.active {
	visibility: visible;
	display: block;
    z-index:10;
    opacity:1.0;
}

#SLIDE img.last-active {
    z-index:9;
    display: none;
}

/* @end */

/* @group TextFeld */

#TEXT {
	font-size: 12px;
	width: 500px; text-align: justify;
	position: absolute; 
	bottom: 0px;
	color: #666;
	line-height: 18px;
}

#TEXT * {
	font-size: 12px;
}
#TEXT fieldset {
	border: 0px;
}
#TEXT legend {
	display: none;
}
#TEXT select {
	background: #222; 
	color: #FFF; 
	width: 123px;
	padding: 5px;
}
#TEXT label {
	text-transform: uppercase;
	line-height: 24px;
}
#TEXT input, #TEXT textarea {
	font-family: Helvetica, Arial, sans-serif;
	background: #222; 
	padding: 5px;
	color: #FFF; 
	width: 100%;
}
#TEXT input.button {
	margin-top: 12px;
	width: 123px;
	cursor: pointer;
}
#TEXT input.button:hover {
	background: #888;
}
#TEXT p {
	margin: 0;
	margin-top: 18px;
}
#TEXT a {
	color: #666;
}
#TEXT a:hover {
	color: #FFF;
}
#TEXT span {
	display: block;
}
#TEXT h1 {
	margin-top: 12px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}
#TEXT.news {
	height: 500px;
	overflow-x: auto;
}
#TEXT.news h1 {
	float: left;
	margin: 0px 9px 36px 0px;
	vertical-align: text-top;
	width: 100px;
}
#TEXT.news hr {
	clear: left;
}
#TEXT.news abbr {
	display: block;
}
#TEXT.news p {
	display: inline-block;
	margin-top: 9px;
	width: 370px;
}
#TEXT h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}
#TEXT hr {
	border: 0px; border-bottom: 1px solid #333;
	margin: 9px 0px 8px 0px;
}

.kontaktForm {
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group BilderGalerie */

#DESCRIPT {
	position: absolute;
	left: 430px; 
	color: #666;
	bottom: 0px;
	font-size: 12px;
	line-height: 18px;

}
#DESCRIPT h1 {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	font-style: normal;
}
table#DESCRIPT td {
	text-align: left; 
}
#PREVIEW {
	position: relative;
	width: 340px;
	height: 501px;
	overflow: hidden;
}
li.inactive_img.high {
	float: left;
	width: 84px; 
	height: 125px;
	cursor: pointer; 
	background: url(img/load.gif) no-repeat center #000;
}
li.inactive_img.wide {
	float: left;
	width: 168px; 
	height: 125px;
	cursor: pointer; 
	background: url(img/load.gif) no-repeat center #000;
}

li.inactive_img.high img {
	width: 82px; 
	height: 123px;
}
li.inactive_img.wide img {
	width: 166px; 
	height: 123px;
}
li.inactive_img img { border: 1px solid #000;
}

li.inactive_img:hover img {
	border: 1px solid #FFF;
}

li.inactive_img table {
	display: none;
}

.active_img.high {
	position: fixed;
	background: #000;
	display: block;
	width: 335px;
	height: 500px;
}
.active_img.high img {
	width: 333px;
	height: 500px;
}
.active_img.wide {
	position: fixed;
	background: #000;
	display: block;
	width: 666px;
	height: 500px;
}
.active_img.wide img {
	width: 666px;
	height: 500px;
}

.active_img div {
	position: absolute; 
	background: url(img/em.png);
	top: 0px; right: 0px; height: 100%;
	width: 250px;
	display: none;
	line-height: 12px;
}

.active_img table {
	position: absolute;
	bottom: 0;
	padding: 10px;
	color: #888;
	font-size: 12px;
}
.active_img table td {
	 padding-bottom: 8px;
	 line-height: 14px;
}
.active_img table th {
	text-align: left;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	text-indent: 0px;
	text-transform: uppercase;
	display: inline-block; 
	width: 65px;
}
.active_img table td hr {
	border: 0px; 
	border-bottom: 1px solid #666;
	width: 100%;
}

#IMGNAV {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -30px;
	text-align: center;
	line-height: 20px;
}

#IMGNAV a {
	display: inline-block;
	color: #666;
	height: 20px;
	text-align: center;
}
#IMGNAV a:hover {
	color: #FFF;
}
#CLOSE_btn {
	position: absolute;
	right: -30px;
	top: -515px;
	width: 20px;
	font-size: 16px;
}
#BACK_btn {
	width: 20px;
	position: absolute;
	left: 0px;
	font-size: 16px;
}
#NEXT_btn {
	position: absolute;
	width: 20px;
	right: 0;
	top: 0;
	font-size: 16px;
}
#INFO_btn {
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 7.5px;
}
#PAGENAV {
	position: absolute;
	bottom: -35px;
	text-align: center;
	color: #666;
	line-height: 20px;
}
#PAGENAV a {
	color: #666;
	display: inline-block;
	width: 15px;
	height: 20px;
	vertical-align: middle;
}
#PAGENAV a:hover {
	color: #FFF;
}
#PAGENAV a.active {
	color: #FFF;
}



/* @end */
