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


* { margin:0;padding:0; }
img { margin:0; padding:0; vertical-align:top; }
table { padding:0px; border-spacing:0px; font-size:11px;}
tr { border:none; padding:0px; }
td { border:none; padding:0px; border-spacing:0px; }
a { text-decoration:none;color:#333;}
html, body { height:100%;}

body 
{
	font:100.01%/1.4;
	font-family: "Helvetica Neue", "Helvetica";
	text-align:center; /* horizontal centering for IE Win quirks */
}

a { color: #b2b2b2; font-size: 14px;}
a:hover{ color: #222222;}
a.imp { font-size: 10px; }
a.hover{ font-size: 12px; color: #666}
a.hover:hover{ font-size: 12px; color: #222222;}
a.navi:hover{ color: #222222;}
a.navi_top:hover{ color: #222222;}
a.current_top{ font-weight: bold;}

/* overview images */
.thumb{ width: 100px;}
.spacer{ width: 30px;}
.longspacer{ height: 30px;}
.gray{ width: 100px; height: 100px; background-color: #f2f2f2}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto
}

img.right
{
	margin-right: auto;
}

p.bildunterschrift {text-align: center; font-size:1.2em; line-height: 3.2em; color: #666;}

#distance 
{ 
	position:relative; /* puts container in front of distance */
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
	/*border:1px solid red;*/
}

/* - - - Z-INDEX 1  - - - */

#content {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 1000px;
	height: 600px;
	clear:left;
	z-index: 1;
	/* border: 1px solid red; */
}

#header {
	position:relative; 
	text-align:right;
	width: 998px;
	height: 96px;
	border-bottom: 1px solid silver;
	clear:left;
	
}

#iheader{
	font-family:"Helvetica Neue"; 
	padding-top: 50px; /* HP Adamski Headline */
	margin-right: 52px;
	font-size: 36px;
	
	background-color:white;
}


#mid 
{
	position:relative;
	text-align:left;
	width: 998px;
	height: 453px;
	clear:left;
	z-index: 3;
}

#head_links			/* Kontakt | Impressum*/
{
	position: relative;
	float: right;
	text-align: right;
	margin-right: 54px;
	margin-top: -50px;
	font-size:10px;
	color: #222222;
	z-index: 2;	/* inside content div */	
	border:0px solid lime;
}

#head_links2			/* Kontakt | Impressum Bildergalerie */
{
	position: relative;
	float: right;
	text-align: right;
	margin-right: 54px;
	margin-top: 10px;
	font-size:10px;
	color: #222222;
	z-index: 2;	/* inside content div */	
}


#bottom {
	clear:both;
	padding-top: 25px;
	padding-left: 32px;	
	position:relative;
	text-align:left;
	width: 998px;
	height: 50px;
	border-top: 1px solid silver;
	z-index: 1;
}

#bottom-gal {
	clear:both;
	padding-top: 10px;	
	position:relative;
	text-align:center;
	width: 998px;
	height: 50px;
	border-top: 1px solid silver;
	z-index: 1;
}

/* - - - Z-INDEX 3  - - - */

#content2 {
	margin-right: 410px;
	margin:-600px auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width: 1000px;
	height: 550px;
	clear:left;
	/* border: 1px solid red; */	 
	z-index: 3; 
}

#menu_werke
{ 
	position:relative;
	background-image: url(../1px.png);
	top: 152px;
	left: 10px;
	width: 145px;
	height: 300px;
	float:left;
	visibility: hidden;
	z-index: 10; 
	border: silver solid 1px;
}

#menu_werke td
{
	width: 150px;
	height: 50px;
	text-align: center;
}

#menu_austellungen 
{ 
	position:relative;
	background-image: url(../1px.png);
	top: 352px;
	left: 30px;
	width: 145px;
	height: 100px;
	float:left;
	visibility: hidden;
	z-index: 10;	
	border: silver solid 1px;
}

#menu_austellungen td
{
	width: 150px;
	height: 50px;
	text-align: center;	
}


#bildergalerie
{
	padding-top: 30px;
}
