@CHARSET "UTF-8";

body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	color: white;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

td {
	vertical-align: top;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 905px;
	height: 133px;
	margin-left: 82px;
}

#content {
	background-image: url(../images/background_content.jpg);
	background-repeat: no-repeat;
	width: 905px;
	margin-left: 82px;
	min-height: 871px;
	height: auto !important; /* f�r moderne Browser */
	height: 1200px; /*f�r den IE */
	padding: 15px 15px 15px 15px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 14px;
}

/* HyperLink Standard */
a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: none;
	border: 0px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: none;
	border: 0px;
	text-decoration: none;
}

a:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: none;
	border: 0px;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: none;
	border: 0px;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: none;
	border: 0px;
	text-decoration: underline;
}

/* ------ menu --------*/
#menu {
	background-image: url(../images/background_menu.jpg);
	background-repeat: no-repeat;
	width: 905px;
	height: 20px;
	margin-left: 82px;
	line-height: 20px;
}

#menu a {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #c71d21;
	font-weight: bold;
	border: 0px;
}

#menu a:link {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

#menu a:active {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

#menu a:visited {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #C4DFC8;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

#menu a:hover {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

#home table {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

#home .input_border {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
	border: 1px solid white;
	background-color: transparent;
}

/* content area */
.tablecontent {
	padding-top: 20px;
	width: 600px;
	line-height: 10pt;
	text-align: justify;
	vertical-align: top;
}

.fade_gallery_image {
	border: 1px dotted #000000;
	filter: alpha(opacity =     70);
	-moz-opacity: .70;
	opacity: .70;
}

.gallery_image {
	border: 1px solid #000000;
}

/* text boxes */
.textbox {
	border: 1px solid #34443B;
	background-color: transparent;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: white;
	margin: 2px 2px 2px 2px;
	width:350px;
}

.button {
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: black;
}

.klasse_unsichtbar { display:none; }
/*---------- news ------------*/

/* mod_news main style */
#mod_news {
	width: 600px;
}

#mod_news .max_news {
	padding-top: 10px;
	height: 20px;
}

#mod_news .pager a:link {
	line-height: 20px;
}

#mod_news .pager a:visited {
	line-height: 20px;
}

#mod_news .pager a:active {
	line-height: 20px;
}

#mod_news .pager a:hover {
	line-height: 20px;
}

/* mod_news_item for each posting */
.mod_news_item {
	clear: both;
}

.mod_news_item .header {
	border-style: solid;
	border-width: 1px;
	border-color: #34443B;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
	background-image: url(../images/background_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mod_news_item .date {
	text-align: right;
	font-weight: bold;
}

.mod_news_item .topic {
	text-align: left;
	float: left;
	font-weight: bold;
}

.mod_news_item .author {
	
}

.mod_news_item .text {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: justify;
}

.mod_news_item img {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-right: 5px;
	margin-bottom: 10px;
}

/* ------ live ---------- */
#live {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

.live_year {
	color: #669999;
	font-weight: bold;
}

.live_location {
	font-weight: bold;
}

.live_participant {
	
}

/* ------ shop ---------- */
#shop table {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

#shop img {
	border: 0px;
}

#shop .product_table td {
	vertical-align: middle;
}

#shop .product_table input{
	border: 1px solid #34443B;
	background-color: transparent;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: white;
	margin: 2px 2px 2px 2px;
}
	

#shop .select_field {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
	border: 1px solid #34443B;
	background-color: black;
	margin: 2px 2px 2px 2px;
}

/* ------ discography ---------- */
#discography table {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

#discography img {
	border: 0px;
	height: 120px;
}

/* ------ band ---------- */

#band img {
	border: 1px solid #C4DFC8;
	margin-right: 15px;
	margin-bottom: 15px;
}

#band table {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

/* ------ contact ---------- */

#contact table {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

#contact .border {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
	border: 1px solid
}

/* ------ links ---------- */
#links table {
	text-align: left;
	color: white;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
	font-size: 10px;
}

tr.location td {
	padding-top: 30px;
	padding-bottom: 10px;
}

#mailingList div {
	text-align: center;
	padding: 4px;
}

#mailingList table {
	padding-left: 80px;
}

#mailingList table td {
	vertical-align:bottom;
}
