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

body,td,th {
	margin: 0px 0px 20px 0px;
	background-color: #FFFFFF;
    background-image: url(images/out_zeichnung.png);
	background-position: right top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/* [disabled]background-image: url(images/stillleben-bg.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: bottom; */
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.menu A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.menu A:visited {
	text-decoration: none;
	color: #000000;
}
.menu A:active {
	text-decoration: none;
	color:#999999;
}
.menu A:hover {
	text-decoration: none;
	color: #999999;
}

.menu2 A:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}
.menu2 A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.menu2 A:active {
	text-decoration: none;
	color: #999999;
}
.menu2 A:hover {
	text-decoration: none;
	color: #999999;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color: #999999;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #999999;
}
/* ~~ this fixed width container surrounds all other divs~~ */
.container {
	width: 800px;
	/* [disabled]background: #444444; */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	/* [disabled]background-image: url(images/stillleben-bg.jpg); */
	/* [disabled]background-repeat: no-repeat; */
	padding-top: 66px;
	padding-left:100px;
	height: 100%;
	/* [disabled]background-attachment: inherit; */
	/* [disabled]background-position: bottom; */
}

.containerindex {
	width: 500px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	padding-top: 12px;
	padding-right: 266px;
	height: 100%;
}


#submenu {
	position:relative;
	width:372px;
	height:22px;
	z-index:1;
	left: 142px;
	top: 6px;
	overflow: auto;
	visibility: visible;
}

.kino {
	position:relative;
	width:100%;
	height:110px;
	z-index:3;
	left: 0px;
	top: -50px;
}

.content {
	width: 600px;
	float: left;
	font-weight: normal;
	padding-top: 20px;
}

.contentnews {
	width: 700px;
	float: left;
	font-weight: normal;
	padding-top: 20px;
	
}

.contentstart {
	width: 100%;
	float: left;
	font-weight: normal;
	padding-top: 20px;
	
}

.rotnavi {
	color:#999999;
	font-weight: bold;
	font-size: 12px;
}
.rotsub {
	color:#999999;
	font-size: 10px;	
}


.content2 {
	width: 800px;
	float: left;
}

.headerli {
	width: 800px;
	float: left;
}


.tex {
	/* [disabled]float: left; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color:#000000;
}

.tex2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	color: #999999;
}

.logo {
	
	float: right;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(imagesLB/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagesLB/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
.webdes {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
