
/* tags -------------------------*/

body, html {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background: url('img/bg_v005_still.gif') no-repeat;
}

h1 {
	display: none;
}

h2 {
	font-size: 10px;
}

.hide {
	display: none !important;
}

ul, li, ol {
	list-style: none;
}

a img {
	border: none;
}

.clear {
	clear: both;
}



/* divs -------------------------*/

#containerWrapper {

}

#container {
	background-color: #FFF;
	margin: 90px auto 0 auto;
	padding: 10px;
	width: 580px;
}

#logo {
	margin-bottom: 10px;
}

#linkToMainPage {
	display: block;
	width: 220px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 700px;
}

#titles {
	display:block;
	padding: 0;
	margin: 0;
}

#images {
	float: left;
	margin: 0 0 20px 0;
	width: 588px;
}

#imagesHeader {
	color: #fff;
	padding: 6px;
	background-color: #000;
	width: 567px;
	margin: 1px 0 10px 0;
	display:block;
	clear:both;
}

#footer {
	clear: both;
	font-size: 9px;
	margin: 15px 0 0 0;
	text-align: right;
}



/* titles > objects -------------------------*/

#titles .titleItemJahr,
#titles .titleItemTag,
#titles .titleItemBuehne,
#titles .titleItemKuenstler {
	margin: 0 1px 0 0;
	float:left;
}

#titles h2 {
	padding: 3px 15px 3px 6px;
	margin: 0;
	display: block;
	font-weight: normal;
	float: left;
	background-color: #000;
	color: white;
}



/* tags > objects -------------------------*/

#tags ul {
	margin: 0;
	padding: 0;
}

#tags .listblock {
	float:left;
	margin: 0 1px 15px 0;
}

#tags .scrollableJahr,
#tags .scrollableTag,
#tags .scrollableBuehne,
#tags .scrollableKuenstler {
	margin: 0;
	padding: 0;
	background: #000;
	color: white;
	display: block;
	float:left;
	height: 70px;
	overflow: hidden;
	position: relative;
	top: 0;
}

#tags .items {
	display: block;
	float: left;
}

#titles .titleItemJahr,
#tags .jahrList,
#tags .scrollableJahr .items,
#tags .scrollableJahr {
	width: 60px;
}

#titles .titleItemTag,
#tags .tagList,
#tags .scrollableTag,
#tags .scrollableTag .items {
	width: 100px;
}

#titles .titleItemBuehne,
#tags .buehneList,
#tags .scrollableBuehne,
#tags .scrollableBuehne .items {
	width: 130px;
}

#titles .titleItemKuenstler,
#tags .kuenstlerList,
#tags .scrollableKuenstler,
#tags .scrollableKuenstler .items {
	width: 286px;
}

#tags .upicon,
#tags .downicon {
	padding: 1px 4px;
	cursor:pointer;
	display:block;
	background: #000;
	clear:both;
	height: 8px;
}

#tags li ul {
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#tags li ul li {
	padding-left: 6px;
	line-height: 14px;
	cursor: pointer;
	cursor: hand;
	width: auto;
	margin-right: 0;
	float: none;
}

#tags li ul li.selected,
#tags li ul li:hover {
	background-color: #7A7874;
}


#tags .upicon:hover,
#tags .downicon:hover {
	color: #fff;
}

#tags .upicon {
	background-image: url(img/tagUp.gif);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	height: 10px;
}

#tags .downicon {
	top: 70px;
	background-image: url(img/tagDown.gif);
	background-repeat: no-repeat;
	background-position: 6px 4px;
	height: 10px;
}



/* imagesHeader -------------------------*/


#imagesHeader .prevPage {
	width: 10px;
	height: 10px;
	background-image: url(img/prevPage.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor:pointer;
	margin: 0 3px 0 0;
}


#imagesHeader .nextPage {
	width: 10px;
	height: 10px;
	background-image: url(img/nextPage.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	cursor:pointer;
	margin: 0 0 0 6px;
}

#imagesHeader .inactive {
	display:none;
}



/* images > objects -------------------------*/

#images ul {
	margin: 0;
	padding: 0;
}

#images li {
	background-color: white;
	border: 1px solid #7c7c7c;
	display: block;
	float: left;
	height: 81px;
	margin: 9px 9px 0 0;
	padding: 3px;
	width: 81px;
}

#images li img {
	height: 81px;
	width: 81px;
}

#images li a {
	color: #555;
	font-size: 9px;
	text-decoration: none;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}

