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

body, html {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	overflow: hidden;
}
body {
	background-color: #F3E748;
	font-size: 10px;
}

h1 {
	display: none;
}

h2 {
	font-size: 10px;
}

.hide {
	display: none!important;
}

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

a img {
	border: none;
}

.homelink {
	position: absolute;
	top: 160px;
	left: 40px;
	display: block;
	width: 260px;
	height: 130px;
}

a.homelink,
a.homelink:hover {
	text-decoration: none;
}



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

#containerWrapper {
	width: 100%;
	height: 100%;
}

#container {
	padding-left: 347px;
	padding-top: 138px;
	width: 588px;
	background-image: url(img/oasg_logo_black.gif);
	background-repeat: no-repeat;
	background-position: 40px 160px;
}

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

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

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

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

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



/* 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: #23211D;
	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-color: #494641;
	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: 285px;
}

#tags .upicon,
#tags .downicon {
	padding: 1px 4px;
	cursor:pointer;
	display:block;
	background-color: #494641;
	clear:both;
	color: #888;
	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: 3px 2px;
	cursor:pointer;
	margin: 0 0 0 3px;
}

#imagesHeader .inactive {
	display:none;
}



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

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

#images li {
	display:block;
	float:left;
	margin: 9px 9px 0 0;
	width: 75px;
	height: 75px;
	background-color: #000;

}

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


