p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #faf6dc;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
body.normal {
	background-image: url(../images/background_normal.jpg);
}
body.artist {
	background-image: url(../images/background_artist.jpg);
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	color: #8e35a8;
}
h2 {
	font-size: 22px;
	color: #8e35a8;
}
a {
	font-size: 12px;
	color: #faf6dc;
}
a:visited {
	color: #faf6dc;
}
a:hover {
	color: #8e35a8;
}
a:active {
	color: #8e35a8;
}
a.link_purple {
	font-size: 12px;
	color: #8e35a8;
}
a.link_purple:visited {
	color: #8e35a8;
}
a.link_purple:hover {
	color: #faf6dc;
}
a.link_purple:active {
	color: #faf6dc;
}
#header {
	height: 340px;
	width: 900px;
}
#middle {
	height: auto;
	width: 900px;
}
#leftnav {
	height: auto;
	width: 250px;
	float: left;
	padding-right: 35px;
	padding-left: 35px;
	margin-top: 120px;
}
#content {
	height: auto;
	width: 540px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	height: auto;
	width: 900px;
	background-image: url(../images/trenner_footer.png);
	background-repeat: no-repeat;
	background-position: left 21px;
	padding-top: 30px;
	clear: both;
}
.rot {
	color: #CC0000;
}
.field {
	color: #faf6dc;
	background-color: #562253;
	border: #8e35a8 solid 1px;
}
.font_time {
	font-size: 10px;
}
.font_purple {
	color: #8e35a8;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content .hr {
	background-image: url(../images/trenner_content.png);
	background-repeat: no-repeat;
	background-position: 26px;
	height: 1px;
	width: 540px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#content .hr_termine {
	background-image: url(../images/trenner_content.png);
	background-repeat: no-repeat;
	background-position: 26px;
	height: 1px;
	width: 540px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#leftnav .hr {
	background-image: url(../images/trenner_leftnav.png);
	background-repeat: no-repeat;
	background-position: 16px;
	height: 1px;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	clear: both;
}
#navigation {
	margin-left: 130px;
	margin-top: 60px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li a {
	display: block;
	width: 170px;
	height: 30px;
	font-size: 15px;
	line-height: 0px;
	letter-spacing: 0px;
	text-indent: -999px;
	/*text-indent: 200px;*/
}
#navigation li a.news {
	background-image: url(../images/navi_news.png);
	background-repeat: no-repeat;
}
#navigation li a.news:hover {
	background-image: url(../images/navi_news_over.png);
	background-repeat: no-repeat;
}
#navigation li a.artist {
	background-image: url(../images/navi_artist.png);
	background-repeat: no-repeat;
}
#navigation li a.artist:hover {
	background-image: url(../images/navi_artist_over.png);
	background-repeat: no-repeat;
}
#navigation li a.media {
	background-image: url(../images/navi_media.png);
	background-repeat: no-repeat;
}
#navigation li a.media:hover {
	background-image: url(../images/navi_media_over.png);
	background-repeat: no-repeat;
}
#navigation li a.press {
	background-image: url(../images/navi_press.png);
	background-repeat: no-repeat;
}
#navigation li a.press:hover {
	background-image: url(../images/navi_press_over.png);
	background-repeat: no-repeat;
}
#navigation li a.contact {
	background-image: url(../images/navi_contact.png);
	background-repeat: no-repeat;
}
#navigation li a.contact:hover {
	background-image: url(../images/navi_contact_over.png);
	background-repeat: no-repeat;
}

/* Pagination - Anfang */
.pagination{
	margin: 0;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.pagination span {
	font-size: 11px;
	line-height: 13px;
	margin: 0px 4px 2px 0px;
	color: #faf6dc;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	background-image: url(../images/pagination.jpg);
	background-repeat: repeat-x;
	border: 1px solid #faf6dc;
}
.pagination span a {
	color: #faf6dc;
	font-weight: bold;
	text-decoration: none;
}
.pagination span.aktuell {
	color: #8e35a8;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
	text-decoration: none;
	border-color: #8e35a8;
}
/* Pagination - Ende */