* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #cfcfcf;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	font-weight:bold;
	color:#666;
	font-size:12px;
	line-height: 145%;
}
/*....................................................................LINKS
*/

a {
	font-size:13px;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding-right:4px;
}
a:hover {
	color: #777;
}
a img {
	padding:0px;
	border:none;
}
a:hover img {
	padding:0px;
	border:none;
}
/*....................................................................NAVILISTE
*/
#navi-liste ul {
	list-style-type:none;
}
#navi-liste li {
	list-style-type:none;
}
/*....................................................................ITEM1 Startseite
*/

.item1, .active_item1 {
	z-index:5;
	text-align:center;
	position:absolute;
	left:77px;
	top:36px;
	width:146px;
	height:66px;
	background-repeat: no-repeat;
}
.item1 {
	background-image: url(../images/start.jpg);
}
.active_item1, .active_item1 a {
	background-image: url(../images/h_start.jpg);
}
.item1 span, .active_item1 span {
	visibility:hidden;
}
.item1 a, .item1 a:hover, .active_item1 a, .active_item1 a:hover {
	position:absolute;
	left:0px;
	top:0px;
	width:146px;
	height:66px;
	background-repeat: no-repeat;
}
.item1 a {
	background-image: url(../images/start.jpg);
}
.item1 a:hover {
	background-image: url(../images/h_start.jpg);
}
/*....................................................................ITEM4 Künstler von A bis Z
*/

.item4, .active_item4 {
	z-index:5;
	text-align:center;
	position:absolute;
	left:223px;
	top:36px;
	width:130px;
	height:66px;
	background-repeat: no-repeat;
}
.item4 {
	background-image: url(../images/abisz.jpg);
}
.active_item4, .active_item4 a  {
	background-image: url(../images/h_abisz.jpg);
}
.item4 span, .active_item4 span {
	visibility:hidden;
}
.item4 a, .item4 a:hover, .active_item4 a, .active_item4 a:hover {
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	height:66px;
	background-repeat: no-repeat;
}
.item4 a {
	background-image: url(../images/abisz.jpg);
}
.item4 a:hover {
	background-image: url(../images/h_abisz.jpg);
}
/*....................................................................ITEM5 Künstler nach Genre
*/

.item5, .active_item5 {
	z-index:5;
	text-align:center;
	position:absolute;
	left:353px;
	top:36px;
	width:193px;
	height:66px;
	background-repeat: no-repeat;
}
.item5 {
	background-image: url(../images/genre.jpg);
}
.active_item5, .active_item5 a{
	background-image: url(../images/h_genre.jpg);
}
.item5 span, .active_item5 span {
	visibility:hidden;
}
.item5 a, .item5 a:hover, .active_item5 a, .active_item5 a:hover {
	position:absolute;
	left:0px;
	top:0px;
	width:193px;
	height:66px;
	background-repeat: no-repeat;
}
.item5 a {
	background-image: url(../images/genre.jpg);
}
.item5 a:hover {
	background-image: url(../images/h_genre.jpg);
}
/*....................................................................ITEM6 Galerie
*/
.item6, .active_item6 {
	z-index:5;
	text-align:center;
	position:absolute;
	left:546px;
	top:36px;
	width:125px;
	height:66px;
	background-repeat: no-repeat;
}
.item6 {
	background-image: url(../images/galerie.jpg);
}
.active_item6, .active_item6 a{
	background-image: url(../images/h_galerie.jpg);
}
.item6 span, .active_item6 span {
	visibility:hidden;
}
.item6 a, .item6 a:hover, .active_item6 a, .active_item6 a:hover {
	position:absolute;
	left:0px;
	top:0px;
	width:125px;
	height:66px;
	background-repeat: no-repeat;
}
.item6 a {
	background-image: url(../images/galerie.jpg);
}
.item6 a:hover {
	background-image: url(../images/h_galerie.jpg);
}
/*....................................................................ITEM7 SPONSOREN
*/
.item7, .active_item7 {
	z-index:5;
	text-align:center;
	position:absolute;
	left:671px;
	top:36px;
	width:135px;
	height:66px;
	background-repeat: no-repeat;
}
.item7 {
	background-image: url(../images/sponsoren.jpg);
}
.active_item7, .active_item7 a {
	background-image: url(../images/h_sponsoren.jpg);
}
.item7 span, .active_item7 span {
	visibility:hidden;
}
.item7 a, .item7 a:hover, .active_item7 a, .active_item7 a:hover {
	position:absolute;
	left:0px;
	top:0px;
	width:135px;
	height:66px;
	background-repeat: no-repeat;
}
.item7 a {
	background-image: url(../images/sponsoren.jpg);
}
.item7 a:hover {
	background-image: url(../images/h_sponsoren.jpg);
}
/*....................................................................ALLGEMEINE KLASSEN
*/
h1 {
	color:#fff;
	font-size:26px;
	font-weight: lighter;
	float:left;
	padding-top: 10px;
	padding-bottom:8px;
	padding-left: 24px;
}
h2 {
	color:#555;
	font-size:26px;
	font-weight: lighter;
	float:left;
	padding-left: 22px;
	padding-top: 10px;
	padding-bottom:8px;
}
h3 {
	padding-left:14px;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:14px;
	font-weight:bold;
	color:#999;
	font-size:16px;
	border-bottom: 1px #999 solid;
	width: 780px;
}
h4 {
	font-weight:bold;
	color:#666;
	font-size:12px;
	line-height: 145%;
}
input {
	background-color: transparent;
	font-size:11px;
	font-weight:lighter;
	color:#555;
	text-align:right;
	border:none;
	padding-right:15px;
}
ul {
	padding-top:2px;
	padding-left: 58px;
	padding-right:50px;
	font-weight:bold;
	color:#666;
	font-size:9px;
	list-style-type:disc;
	line-height: 250%;
}
/*....................................................................ID´S / DIV`S
*/
#unsichtbar {
	display: none;
}
#mitte {
	z-index:5;
	position:relative;
	margin:auto;
	top:0px;
	width:1024px;
	font-weight: lighter;
}
#links_ {
	z-index:5;
	position:absolute;
	left:0px;
	top:0px;
	width:77px;
	height:293px;
	background-image: url(../images/links.jpg);
	background-repeat: no-repeat;
}
#head_ {
	z-index:99;
	position:absolute;
	left:77px;
	top:0px;
	width:898px;
	height:36px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
#rechts_ {
	z-index:5;
	position:absolute;
	left:975px;
	top:0px;
	width:49px;
	height:293px;
	background-image: url(../images/rechts.jpg);
	background-repeat: no-repeat;
}
#suche_ {
	z-index:5;
	padding-top:0px;
	position:absolute;
	left:806px;
	top:36px;
	width:169px;
	height:66px;
	background-image: url(../images/suche.jpg);
	background-repeat: no-repeat;
}
#smask {
	margin-right:10px;
	margin-top:12px;
}
#content_ {
	z-index:1;
	position:absolute;
	left:77px;
	top:102px;
	width:898px;
	min-height:121px;
	height:121px;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
}
#stretch_ {
	z-index:7;
	position:absolute;
	left:77px;
	top:187px;
	width:898px;
	min-height:25px;
	background-image: url(../images/stretch.jpg);
	background-repeat: repeat-y;
}
#stretch_inhalt {
	z-index:99;
	position:relative;
	margin-top: -70px;
	width:800px;
	height: auto !important; /* Firefox, Safari, IE7, etc */
	height: 70px; /* IE6 */
	min-height:70px; /* Firefox, Safari, IE7, etc */
	padding-left:49px;
	padding-right:49px;
	padding-bottom:0px;
}
#footer_ {
	z-index:6;
	width:898px;
	height:45px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer_ span {
	margin-left:60px;
}
/*....................................................................CONTENTABHÄNGIGE KLASSEN
*/

.bildunterschrift {
	font-weight:lighter;
	color:#666;
	font-size:11px;
	line-height: 145%;
}
.rechts {
	padding-left:600px;
}
td .sectiontableheader {
	display:none;
}
#searchForm {
	display:none;
}
input .inputbox {
	border: 1px #999 solid;
	color:#666;
	background-color: transparent;
}
div.small {
	margin-left:7px;
	margin-right:7px;
	width:140px;
	text-align:center;
	font-size:10px;
	font-weight:lighter;
}
span.small {
	display:none;
	background-color:#fff;
	padding:4px;
}
.umbruch {
	padding-right:4px;
	float:left;
	position:relative;
	color:#CCC;
	font-size:11px;
}
a.toclink {
	color:#CCC;
	font-size:11px;
	font-weight:bold;
}
a.toclink:hover {
	color:#333;
}
.alleseiten, .leer, div .pagenavcounter {
	display:none;
}
.clr {
	padding-bottom:15px;
	clear:both;
}
.pagenavbar {
	font-style:normal;
	color:#ccc;
	padding-top:15px;
	float:right;
	font-size:10px;
	font-weight:bolder;
	font-family: Arial, Helvetica, sans-serif;
}
.pagenavbar a {
	font-style:normal;
	font-size:10px;
	font-weight:700;
	color:#666;
}
.pagenavbar a:hover {
	color:#333;
}
cite {
	display:block;
	margin-left:60px;
	margin-right:60px;
	padding:15px;
	text-align:justify;
	color:#777;
	font-size:10px;
	font-weight:bold;
	background-color:#F2F2F2;
	font-style:normal;
	text-transform: uppercase;
	font-variant: small-caps;
}
strong {
	font-size:13px;
	font-weight:bold;
}
.contentpaneopen {

width:800px;
}
td.contentheading_az a {
}
table.blog_az {
	float:left;
	width:100%;
}
.blog_az span.article_separator {
	display:none;
}


a.top {
	float:right;
	color:#CCC;
	font-size:10px;
	font-weight:bold;
}
a.top:hover {
	color:#666;
}
div.componentheading_az {
	color:#CCC;
	font-size:26px;
	font-weight: bold;
	float:left;
	padding:8px;
}
/*....................................................................GALERIE BILDER
*/
/* ---MORFEOSHOW STYLE.CSS--- */
.tinytext {
	font-size: 10px;
}
.smalltext {
	font-size: 12px;
}
.medtext {
	font-size: 14px;
}
#container {
}
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
fieldset.morfeo {
	border: 0px solid #ccc;
	margin: 0 0 0 0;
}
fieldset.flickr {
	border: 1px solid #ccc;
	margin: 0 3px 3px 3px;
}
fieldset {
	margin-bottom: 10px;
	border: 1px #ccc solid;
	padding: 5px;
	text-align: left;
}
fieldset p {
	margin: 10px 0px;
}
legend {
	color: #0B55C4;
	font-size: 12px;
	font-weight: bold;
}
.gallerytable {
	border-right: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5;
	padding: 3px;
	margin: 5px;
	width: 100%;
	text-align: center;
}
table.desctable {
}
table.fototable {
}
table.fltable {
}
img#front {
	margin-top: 20px;
	width: 418px;
	height: 128px;
	position: absolute;
	right: 10px;
	float: right;
}
img#front {
	background: url(../images/front1.png) 0 0 no-repeat;
}
a.nounder {
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
a.nounder:hover {
	text-decoration: none;
}
/* --- END --- */

