/* CSS Document */
html, body
{
	padding: 0;
	margin: 0;
	background-color: #4f4f4f;
	background-image: url(../images/site_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
img
{
	margin: 0;
	padding: 0;
	border-style: none;
}
a
{
	color: #8e8e8e;
}
a:hover
{
	text-decoration: none;
}
h1
{
	position: relative;
	font-size: 17px;
	font-weight:bold;
	color: #666666;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}
h2
{
	position: relative;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
h3
{
	position: relative;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
hr.dotted
{
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
	background-image: url(../images/dotted.gif);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.clearboth
{
	clear: both;
}
#tooltip
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 52px;
	padding: 12px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/tooltip-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 999;
}
#tooltip h3
{
	font-weight: normal;
	font-size: 11px;
	height: 52px;
	top: 25%;
	vertical-align: middle;
}

/* Seiten Layout */
#LayerSite
{
	position: relative;
	margin: auto;
	width: 850px;
	min-height: 650px;
}
.LayerSiteLayout
{
	position: absolute;
	float: left;
	width: 800px;
	min-height: 600px;
	margin-left: 25px;
	background-color: #FFFFFF;
}

/* Seiten Navigation */
.LayerNavi
{
	position: fixed;
	float: left;
	width: 222px;
	min-height: 520px;
	padding-right: 15px;
	margin-left: 25px;
	background-image: url(../images/nav_shadowline.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 9;
}
.LayerNavi img.logo
{
	position: relative;
	float: left;
	padding-bottom: 50px;
}
.LayerNavi ul.mainmenu, .LayerNavi ul.mainmenu li, .LayerNavi ul.mainmenu ul.sub
{
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	width: 222px;
	list-style-type: none;
}


/* Seiten Content */
.LayerContent
{
	position: relative;
	float: left;
	left: 225px;
	width: 575px;
}
.LayerContent .headerimage
{
	position: relative;
	float: left;
	width: 575px;
	overflow: hidden;
	background-image: url(../images/dotted.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.LayerContentShadow
{
	position: absolute;
	width: 25px;
	height: 650px;
	left: 800px;
	top: 0%;
	background-image: url(../images/site_contentshadow.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 1;
	clear: both;
}
.footer
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 30px;
	background-image: url(../images/dotted.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.footer a, .footer img
{
	position: relative;
	float: left;
}
.footer img.copyright
{
	position: relative;
	float: right;
}

.LayerContent .text
{
	position: relative;
	float: left;
	margin-left: 10px;
}

/* Programm - Event */
.programm
{
	position: relative;
	float: left;
	width: 565px;
	margin-left: 10px;
}
.event
{
	position: relative;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background-image: url(../images/dotted.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
}
.event h2
{
	position: relative;
	color: #999999;
	font-size: 14px;
	margin-top: 0;
	
}
.event .text
{
	position: relative;
	float: left;
	padding-left: 10px;
	width: 425px;
	min-height: 132px;
}
.event .photo
{
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-image: url(../images/img_reflex.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 12px;
}
.event a.more
{
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c3a25d;
}
.event .fulltext
{
	position: relative;
	float: left;
	display: none;
	width: 420px;
}
.event .photo .zoom
{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 100px;
	left: 100px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-image: url(../images/img_zoom.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Discografia */
.discografia
{
	position: relative;
	float: left;
	width: 565px;
	margin-left: 10px;
}
.discografia h1
{
	padding-bottom: 20px;
}
.discografia .pic
{
	position: relative;
	float: left;
	width: 120px;
	height: 120px;
	padding-bottom: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.discografia .pic a
{
	position: relative;
	float: left;
}
.discografia .pic .zoom
{
	position: absolute;
	width: 14px;
	height: 14px;
	top: 100px;
	left: 100px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	background-image: url(../images/img_zoom.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.discografia .pic .content
{
	position: relative;
	float: left;
	height: 360px;
	width: 870px;
}
#zoom_content img
{
	position: relative;
	float: left;
	width: 400px;
	height: 360px;
}
#zoom_content .text
{
	position: relative;
	float: left;
	width: 440px;
	margin: 10px; 
}

/* Immagini */
.immagini
{
	position: relative;
	float: left;
	width: 565px;
	margin-left: 10px;
}
.immagini h1
{
	padding-bottom: 20px;
}
.immagini .pic
{
	position: relative;
	float: left;
	width: 85px;
	height: 85px;
	padding-bottom: 25px;
	padding-right: 25px;
	overflow: hidden;
}





