
body, html
{
	margin: 0 auto;
	background-color:black;
	height: 100%;
}

#outer1 {height: 100%; overflow: visible; position: relative; width: 100%;}
#outer1[id] {display: table; position: static;}

#middle1 {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle1[id] {display: table-cell; vertical-align: middle; position: static;}

#inner1 {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner1 {width: 720px; margin-left: auto; margin-right: auto;} /* for all browsers*/

#outer2 {height: 100%; overflow: visible; position: relative; width: 100%;}
#outer2[id] {display: table; position: static;}

#middle2 {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle2[id] {display: table-cell; vertical-align: middle; position: static;}

#inner2 {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner2 {width: 100%; margin-left: auto; margin-right: auto;} /* for all browsers*/

#fixed {
  position: relative;
  min-height: 100%;
}

*html #fixed {
	height: 100%;
}

#start-inhalt {
  font-family: Droid Sans, verdana, arial, tahoma, sans-serif;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.3em;
  color: white;
  padding: 80px 60px 50px 50px;
}

#start {
  height: 506px ;
  width: 800px;
  background:url(http://www.koni-artwork.de/bgimg/screen-start.jpg) no-repeat;
}

table {
margin-left: auto;
margin-right: auto;
}
	
#container {
	background:url(http://www.koni-artwork.de/bgimg/bg.jpg) no-repeat;
  	height: 100%;
	width: 100%;
}

#inhalt {
  height: 506px ;
  width: 800px;
  background:url(http://www.koni-artwork.de/bgimg/screen.jpg) no-repeat;
}



#scroll {
  font-family: Droid Sans, verdana, arial, tahoma, sans-serif;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.3em;
  color: white;
  padding: 0px 35px 50px 50px;
  height: 250px;
  width: 650px;
  overflow-y:auto;
  overflow-x: hidden;
  position:fixed;
  margin-top:170px;
}
	
#inhalt-text {
  font-family: Droid Sans, verdana, arial, tahoma, sans-serif;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.3em;
  color: white;
  padding: 80px 90px 50px 50px;
}


#lang {
    text-align:center;
    font-family: Droid Sans,verdana, arial, tahoma, sans-serif;
    margin-left:750px;
    margin-top: 0px;
	margin-bottom: -50px;
    font-size:10pt;
	padding: 10px;
	color: white;
	background:url(http://www.koni-artwork.de/bgimg/lang.png) no-repeat center;
}

td h1 {
	text-align:center;
	font-size: 1.3em;
}

.twitter {
    text-align: center;
	width:50px; 
	margin-left: 100px;
	margin-top: -50px;
	position:relative;
	line-height: 0.6em;

}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.navi {
    text-align: center;
    font-family: Droid Sans, verdana, sans-serif; 
    font-size:  10pt  ;
	width:320px; 
	margin-left: 380px;
	margin-top: -18px;
	color:white;
	position:relative;

}
/* remove all the bullets, borders and padding from the default list styling */
.navi ul {
padding:0;
margin:0;
list-style-type:none;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.navi li {
float:left;
width:40px;
position:relative;

}
/* style the links for the top level */
.navi a, .navi a:visited {
display:block;
font-size:10pt;
color:white; 
width:40px; 
height:20px; 
background:url(http://www.koni-artwork.de/bgimg/button.jpg) no-repeat;
text-decoration:none;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .navi a, * html .navi a:visited {
width:40px;
w\idth:40px;
}

/* style the second level background *//* style the second level hover */
.navi ul ul drop, .navi ul ul drop:visited, .navi ul ul drop:hover, .navi ul ul :hover > drop {
background: url(http://www.koni-artwork.de/bgimg/hover.png) no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.navi ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
margin: -54px 0 0px -15px;
color: white;
}

.navi ul ul li{
	background:url(http://www.koni-artwork.de/bgimg/hover.png) top center;
	height: 30px;
	width: 55px;
	margin: -1px 0 0px 3px;
	color: white;
}

/* another hack for IE5.5 */
* html .navi ul ul {
top:29px;
t\op:29px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.navi table {position:absolute; top:0; left:0;}


/* style the top level hover */
.navi a:hover{
background:url(http://www.koni-artwork.de/bgimg/button1.jpg) no-repeat;

}
.navi :hover > a {
background:url(http://www.koni-artwork.de/bgimg/button1.jpg) no-repeat;
}

/* make the second level visible when hover on first level list OR link */
.navi ul li:hover ul,
.navi ul a:hover ul{
visibility:visible; 
}


/* Language chooser-de */
/* style the outer div to give it width */
.language-de {
    text-align: center;
    font-family: Droid Sans, verdana, sans-serif; 
    font-size:  10pt  ;
	width:280px; 
	margin-left: 500px;
	margin-top: -18px;
	color:white;
	position:relative;
	line-height: 0.6em;

}
/* remove all the bullets, borders and padding from the default list styling */
.language-de ul {
padding:0;
margin:0;
list-style-type:none;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.language-de li {
float:left;
width:40px;
position:relative;

}
/* style the links for the top level */
.language-de a, .language-de a:visited {
display:block;
font-size:10pt;
color:white; 
width:40px; 
height:20px; 
background:url(http://www.koni-artwork.de/bgimg/language.jpg) no-repeat;
text-decoration:none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .language-de a, * html .language-de a:visited {
width:40px;
w\idth:40px;
}

/* style the second level background *//* style the second level hover */
.language-de ul ul drop, .language-de ul ul drop:visited, .language-de ul ul drop:hover, .language-de ul ul :hover > drop {
background: url(http://www.koni-artwork.de/bgimg/hover.png) no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.language-de ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
margin: -54px 0 0px -15px;
color: white;
}

.language-de ul ul li{
	background:url(http://www.koni-artwork.de/bgimg/hover.png) top center;
	height: 30px;
	width: 55px;
	margin: -1px 0 0px 3px;
	color: white;
}

/* another hack for IE5.5 */
* html .language-de ul ul {
top:29px;
t\op:29px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.language-de table {position:absolute; top:0; left:0;}


/* style the top level hover */
.language-de a:hover{
background:url(http://www.koni-artwork.de/bgimg/language.jpg) no-repeat;

}
.language-de :hover > a {
background:url(http://www.koni-artwork.de/bgimg/language.jpg) no-repeat;
}

/* make the second level visible when hover on first level list OR link */
.language-de ul li:hover ul,
.language-de ul a:hover ul{
visibility:visible; 
}
/* end of language chooser */


/* Language chooser-en */
/* style the outer div to give it width */
.language-en {
    text-align: center;
    font-family: Droid Sans, verdana, sans-serif; 
    font-size:  10pt  ;
	width:280px; 
	margin-left: 500px;
	margin-top: -18px;
	color:white;
	position:relative;
	line-height: 0.6em;

}
/* remove all the bullets, borders and padding from the default list styling */
.language-en ul {
padding:0;
margin:0;
list-style-type:none;

}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.language-en li {
float:left;
width:40px;
position:relative;

}
/* style the links for the top level */
.language-en a, .language-en a:visited {
display:block;
font-size:10pt;
color:white; 
width:40px; 
height:20px; 
background:url(http://www.koni-artwork.de/bgimg/language-en.jpg) no-repeat;
text-decoration:none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .language-en a, * html .language-en a:visited {
width:40px;
w\idth:40px;
}

/* style the second level background *//* style the second level hover */
.language-en ul ul drop, .language-en ul ul drop:visited, .language-en ul ul drop:hover, .language-en ul ul :hover > drop {
background: url(http://www.koni-artwork.de/bgimg/hover.png) no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.language-en ul ul {
visibility:hidden;
position:absolute;
height:0;
top:29px;
left:0; 
margin: -54px 0 0px -15px;
color: white;
}

.language-en ul ul li{
	background:url(http://www.koni-artwork.de/bgimg/hover.png) top center;
	height: 30px;
	width: 55px;
	margin: -1px 0 0px 3px;
	color: white;
}

/* another hack for IE5.5 */
* html .language-en ul ul {
top:29px;
t\op:29px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.language-en table {position:absolute; top:0; left:0;}


/* style the top level hover */
.language-en a:hover{
background:url(http://www.koni-artwork.de/bgimg/language-en.jpg) no-repeat;

}
.language-en :hover > a {
background:url(http://www.koni-artwork.de/bgimg/language-en.jpg) no-repeat;
}

/* make the second level visible when hover on first level list OR link */
.language-en ul li:hover ul,
.language-en ul a:hover ul{
visibility:visible; 
}
/* end of language chooser */

body#home a#homenav,
body#about a#abnav,
body#contact a#connav,
body#links a#linknav,
body#impressum a#imnav, 
body#guest a#guestnav,
body#down a#downnav,
body#gallery a#galnav{
background:url(http://www.koni-artwork.de/bgimg/button1.jpg) no-repeat;
text-decoration:none;
}

a:link { color:#C4B8DF; text-decoration:none; } 
a:hover { color:white; text-decoration:underline; } 
a:visited {color: #9e87ba; text-decoration:none;}

span {
	text-decoration: underline;
}

#table {
  font-family: Droid Sans, verdana, arial, tahoma, sans-serif;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.3em;
  color: white;
  padding: 80px 60px 50px 50px;
}

/*vorher nachher ids*/
.cave
{
width: 427px;
height: 300px;
display: block;
margin: 0 auto;
}

.cave1
{
background: url(img/manip/cave1.jpg) no-repeat;
}

.cave:hover
{
background-position: 0 -300px;
}

.archway
{
width: 251px;
height: 300px;
display: block;
margin: 0 auto;
}

.archway
{
background: url(img/manip/archway1.jpg) no-repeat;
}

.archway:hover
{
background-position: 0 -300px;
}


.circo
{
width: 164px;
height: 300px;
display: block;
margin: 0 auto;
}

.circo1
{
background: url(img/manip/circo1.jpg) no-repeat;
}

.circo:hover
{
background-position: 0 -300px;
}


.escape
{
width: 251px;
height: 300px;
display: block;
margin: 0 auto;
}

.escape1
{
background: url(img/manip/escape1.jpg) no-repeat;
}

.escape:hover
{
background-position: 0 -300px;
}


.night
{
width: 209px;
height: 300px;
display: block;
margin: 0 auto;
}

.night1
{
background: url(img/manip/night1.jpg) no-repeat;
}

.night:hover
{
background-position: 0 -300px;
}
	
	
#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: black; 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 1em Droid Sans, verdana, sans-serif ; text-decoration: none; background-color: black; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: silver; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; text-decoration: none;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;text-decoration: none;	}			
#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: black; }





