/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x:auto;
	overflow-y:scroll !important;
}

/* safari 3 font rendering hack */
body {
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body {
	font-size: 12px;
    line-height: 16px;
	font-family: Arial, sans-serif;
	background: #fff;
    margin: 0;
    background: #fff;
    text-transform: uppercase;
	display: none;
	color: #000000;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a {
	text-decoration: none;
	color: #666;
}

a:hover { text-decoration: underline; }

a img { border: none; }

a:focus {
	outline: 0px;
	-moz-outline-style: none;
}

#pagecontainer {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}
#header {
	height: 96px;
	position: relative;
}
#logo a {
	display: block;
	width: 261px;
	height: 41px;
	background: url(media/logo.png) no-repeat 0px 0px;
	position: absolute;
	left: 115px;
	bottom: 12px;
}
.section-2 #logo a {
	background: url(media/logo.png) no-repeat 0px -41px;
}


/* menu and layers ---------------------------------- */

#menu {
    top: 196px;
	left: 0px;
    position: absolute;
    z-index: 10;
    font-weight: bold;
}
#content .container { 
	/*display: none;*/
}

ul {
	list-style: none;
	margin: 0 0 12px 0;
}
ul.kontakt {
	position: absolute;
	top: 220px;
}
li {
    padding: 1px 0px 2px 0px;
}
ul li.section-title span {
    width: 128px;
    display: block;
    text-align: right;
    height: 16px;
    cursor: pointer;
	font-weight: bold;
}

ul ul {
    padding: 0 0 0 44px;
    background: #fff;
	display: none;
    margin: -17px 0 0 138px;
    text-align: left;
    width: 676px;
}

ul li li {
    width: 200px;
    display: inline-block;
    padding: 0;
}


ul.kontakt li li {
	width: auto;
	font-weight: normal;
}

* html ul li li {
	float: left;
}
* + html ul li li {
	float: left;
}

.active a {
	color: #f00;

}



#menu .section_0, #menu .section_1 {
    display: none;
}

#menu ul.homelink {
    visibility: hidden;
}

.section-2 #menu ul.homelink, .section-5 #menu ul.homelink, .section-6 #menu ul.homelink {
    visibility: visible;
}


.activelayer {
	color: #f00;

}


#menu ul ul {
	float: none;
	position: absolute;
}






.activeUl .section-title span {
	/*background: #0ff;*/
	color: #f00;

}

/* 末末末末末末末末末 */

#outercontent {
	position: relative;
	height: 548px;
}

#content {
    margin: 0 0 0 138px;
	float: left;
}
* html #content {
	float: none;
}

#content .container {
	width: 730px;
	height: 548px;
	background: #ccc;
	/*position: relative;*/
}

#exhibit {
    position: absolute;
    z-index: 5;
    top: 40px;
	left: 0px;

}
#artist {
    position: absolute;
    z-index: 10;
    top: 70px;
	left: 0px;
}
#presse {
    position: absolute;
    z-index: 10;
    top: 100px;
	left: 0px;
}


#artistinfo li, #exhibitinfo li, #presseinfo li {
    width: 656px;
    padding: 1px 20px 2px 0px;
    background: #fff;
    position: relative;
}

#artistinfo {
    display: none;
}


/* initial state */
/*#exhibit .section-title span {
	color: #f00;
}*/

#exhibitinfo {
	display: block;
}


#closeartist, #closeexhibit, #closepresse {
    width: 10px;
    height: 10px;
	overflow: hidden;
    background: #0ff;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
	background: url(media/close_btn_sprite.gif) no-repeat 0px 0px;
}
#closeartist:hover, #closeexhibit:hover, #closepresse:hover {
	background: url(media/close_btn_sprite.gif) no-repeat 0px -11px;
}

#exhibitinfo p, #exhibitinfo h3 {
    margin: 0;
}


/* ///////////////// slideshow */

#img-container {
    position: relative;
    z-index: 1;
    width: 730px;
    height: 548px;
    
	/*overflow: hidden;  raus wegen hochformaten*/
}

#s1 div p {
    color: #fff;
    z-index: 20;
    position: absolute;
    bottom: 6px;
    left: 44px;

}

#img-container p.nav {
    position: absolute;
    bottom: -5px;
    right: 10px;
    width: 160px;
    text-align: right;
    z-index: 100;
}

#num {
	display: block;
	float: right;
	color: #fff;
	padding: 5px 10px 0 0;
}

#prev {
	display: block;
	height: 26px;
	width: 31px;
	background: url(media/arrows_btn_sprite.gif) no-repeat;
	overflow: hidden;
	text-indent: 999em;
	float: right;
	margin: 0 10px 0 0;
}
#prev:hover {
	background: url(media/arrows_btn_sprite.gif) no-repeat 0px -26px;
}
#next {
	display: block;
	height: 26px;
	width: 31px;
	background: url(media/arrows_btn_sprite.gif) no-repeat -31px 0px;
	overflow: hidden;
	text-indent: 999em;
	float: right;
}
#next:hover {
	background: url(media/arrows_btn_sprite.gif) no-repeat -31px -26px;
}

p {
    margin: 0 0 .5em 0;
}



#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }



#video {
	display: none;
}


/* thickbox /////////////// */

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_title {
	background: #fff;

}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	
	min-height:100%; 
	height: auto; 
	_height:100%;
}


#TB_window {
	position: absolute;
	z-index: 102;
	display:none;
	
	top: 166px;
	background: #fff;
}

#TB_closeWindowButton {
	width: 10px;
    height: 10px;
	overflow: hidden;
    background: #0ff;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
	background: url(media/close_btn_sprite.gif) no-repeat 0px 0px;
	text-indent: 999em;
}
#TB_closeWindowButton:hover {
	background: url(media/close_btn_sprite.gif) no-repeat 0px -11px;
}

#TB_ajaxContent {
	clear:both;
	line-height:1.4em;
	overflow: auto;
	text-align: center;
	
	padding: 10px;
}


#TB_load{
	position: absolute;
	display:none;
	height:16px;
	width:16px;
	z-index:101;
}


/* ///////////////// typo */


h3 {
        font-size: 12px;
        margin: 0 0 .5em 0;

}
h4 {
        font-size: 11px;
        margin: 0 0 .5em 0;
        font-weight: normal;

}

#footer {
	padding: 22px 0 5px 0;
	text-transform: none;
	font-size: 11px;
	color:#999999;
	text-align: right;
	width: 868px;
}


/* ///////////////// content */

#artistinfo img {
	margin: 10px 10px 10px 0;
}