body {
	font-family: Verdana, Arial, sans-serif;
	color: #323232;
	font-size: 0.7em;
	margin: 1% auto;
	background: #9ab9bb url(images/global/bg.jpg);
}

#name {
	width: 918px;
	height: 55px;
	text-align: right;
	margin: 0px auto;
}


#main {
	width: 918px;
	height: 529px;
	background: url(images/global/bg-tmp.jpg) no-repeat;
	margin: 0px auto;
}

#left {
	float: left;
	padding: 50px 30px;
	height: 410px;
	width: 186px;
	text-align: right;
}

#right {
	float: right;
	padding: 60px 0px 60px 15px;
	height: 410px;
	width: 638px;
	text-align: left;
}

#text {
	padding-top: 10px;
	width: 600px;
	height: 404px;
	overflow: auto;
}

#wort {
	padding: 0px 24px 0px 12px;
	line-height: 16px;
	/* margin-top: -10px; */
}


p, table, td, unknown {
	font-family: Verdana, Arial, sans-serif;
	color: #323232;
	line-height: 16px;
}

input, textarea, select, option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 240px;
}

input.submit {
	color: #ffffff;
	width: 100px;
	background: #697E8B;
	cursor: pointer;
}

.field {
	width: 300px;
	border: solid 1px #cccccc;
	padding: 2px 2px;
}

h3 {
	color: #C5B967;
	font-size: 16px;
	margin-top: 0px;
}

a {
	color: #697E8B;
	color: #246C98;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

small {
	font-size: 10px;
}

.description {
	font-size: 11px;
	color: #ffffff;
}

#bands {
	width: 560px;
	height: 360px;
}

.band {
	color: #C5B967;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.band-date {
	font-style: italic;
}

.band-images img {
	border: solid 2px #000000;
	margin-bottom: 20px;
}

.note {
	background: #BEDCA8;
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 200px;
	padding: 1px 4px 1px 4px;
	margin-bottom: 6px;
}

#besetzung, #releases, #media {
	background: #c8d7bd;
	color: #000000;
	font-weight: bold;
	text-align: left;
	width: 260px;
	padding: 1px 4px 1px 0px;
	margin-bottom: 6px;
}

.notizen {
	font-size: 10px;
}

.notizen a {
	font-size: 11px;
	text-decoration: none;
}

.notizen a:hover {
	text-decoration: none;
}

.auge_1 {
	float: left;
	margin-right: 18px;
}

.auge_2 {
	padding: 0px 4px;
}

.auge_3 {
	text-align: right;
	padding: 0px 4px;
}

.alarm {
	color: #982424;
	height: 24px;
}

/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin: 5px 0px 40px 0px;	/* "Air" */
		float: left; /* Floating gallery at the right side of other web page content */
		width: 240px;	/* Image width */
		height: 168px;	/* Image height */

		position: relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float: left;
		width: 160px;
		height: 110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position: absolute;
		left: 0px;
		top: 0px;
	}

