body, html {
	background-image: url(../pics/bg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #ff0000;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #ff0000;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
}
#td_menu a {
	width: 100%;
	height: 100%;
	display: block;
}
#design {
	width: 850px;
	position: relative;
	top: 0px;
	margin: 0px auto;
	background-image: url(../pics/asd.jpg);
	background-repeat: repeat;
	border-left: 2px solid #666666;
	border-right: 2px solid #666666;
	text-align: left;
	min-height: 100%;
}
#content {
	position: relative;
	top: 25px;
	margin: 0px auto;
	min-height: 450px;
	width: 800px;
	left: 0px;
	overflow: auto;
	background-color: #000000;
	border: 1px solid #666666;
	padding: 5px 5px 5px 5px;
	opacity:75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.home {
	width: 120px;
	height: 40px;
	background-image: url(../pics/home.png);
	background-repeat: no-repeat;
}
.home:hover {
	background-image: url(../pics/home_h.png);
}
.bio {
	width: 120px;
	height: 40px;
	background-image: url(../pics/bio.png);
	background-repeat: no-repeat;
}
.bio:hover {
	background-image: url(../pics/bio_h.png);
}
.media {
	width: 120px;
	height: 40px;
	background-image: url(../pics/media.png);
	background-repeat: no-repeat;
}
.media:hover {
	background-image: url(../pics/media_h.png);
}
.artists {
	width: 120px;
	height: 40px;
	background-image: url(../pics/artists.png);
	background-repeat: no-repeat;
}
.artists:hover {
	background-image: url(../pics/artists_h.png);
}
.guests {
	width: 120px;
	height: 40px;
	background-image: url(../pics/guests.png);
	background-repeat: no-repeat;
}
.guests:hover {
	background-image: url(../pics/guests_h.png);
}
.kontakt {
	width: 120px;
	height: 40px;
	background-image: url(../pics/kontakt.png);
	background-repeat: no-repeat;
}
.kontakt:hover {
	background-image: url(../pics/kontakt_h.png);
}
.newsticker {
	width: 300px;
	height: 70px;
	overflow: hidden;
	border: 1px solid #666666;
	background-color: #000000;
}
.newsticker_marquee {
	width: 300px;
	height: 60px;
	overflow: hidden;
	border: 0px solid #666666;
}
.newsletter {
	width: 300px;
	border: 1px solid #666666;
	background-color: #000000;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.gb_ausgabe {
	width: 750px;
	margin: 0px auto;
	border: 1px solid #FFFFFF;
}
.gb_header_left {
	background-color: #333333;
	width: 50%;
}
.gb_header_right {
	background-image: url(../pics/gb_header_right.jpg);
	width: 50%;
	text-align: right;
}
.gb_text {
	background-image: url(../pics/gb_header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #333333;
	color: #FFFFFF;
	padding: 40px 3px 3px 3px;
}
.kontakt_table {
	width: 500px;
	border: 1px solid #666666;
	text-align: center;
}
.table_kontakt_input {
	width: 200px;
}
.no_border {
	border: 0px;
}
.table_musik {
	width: 100%;
	border: 0px solid #000000;
}
.table_musik a {
	text-decoration: none;
	font-style: italic;
}