html {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 0.8em;
	color: white;
	background-color: black;
}

body {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: center;
}

/* Internet Explorer */
/* ---------------------------------------------------- */

* html,body {
	scrollbar-base-color:#333333;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000;
}

/* ---------------------------------------------------- */


img#logo {
	margin-top: 15%;
    border: none;
}

div#page {
	margin: 5px auto;
	border: none;
	padding: 0px;
	width: 760px;
	text-align: left;
}

div#header {
	margin: 0px 0px 5px 0px;
	border: none;
	padding: 0px;
    height: 80px;
	color: white;
	background-color: black;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div#leftcolumn {
	margin: 0px 0px 5px 0px;
	border: none;
	padding: 0px;
	width: 130px;
    height: 331px;
	color: white;
	background-color: black;
	background-image: url(images/leftcol.png);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

div#update {
	margin-top: 20px;
	border: none;
	padding: 0px;
	color: #666666;
	background-color: transparent;
	font-size: 0.8em;
}

div#rightcolumn {
    overflow: auto;
    margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	padding: 5px;
	width: 608px;
    height: 500px;
	background-color: black;
	background-image: url(images/rightcol.png);
	background-repeat: no-repeat;
	float: right;
	text-align: center;
	color: white;
    background-color: black;
}

div#footer {
	clear: both;
	margin: 0px 0px 0px 135px;
	border: none;
    padding: 5px 0px 1em 0px;
	height: 1em;
	font-size: 0.8em;
	color: #666666;
    background-color: black;
}

#footer a {
	color: #666666;
    background-color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Internet Explorer Hack */
/* ---------------------------------------------------- */

* html #rightcolumn {
  width: 625px;
  height: 530px;
	background-attachment: fixed;
}

/* ---------------------------------------------------- */

ul#menu {
	margin: 0px 5px;
	border: none;
	padding: 0px;
    width: 120px;
    text-align: left;
	list-style-type: none;
}

#menu a {
	display: block;
	margin: 4px 0px;
	width: 120px;
	background: 0px 0px no-repeat;
    text-decoration: none;
}

#menu a.text {
	height: 1.25em;
	color: white;
    background-color: transparent;
    text-indent: 10px;
}

#menu a.text:hover {
	font-weight: bold;
}

#menu a.m_news {
	height: 30px;
	background-image: url(images/m_news.png);
}

#menu a.m_band {
	height: 30px;
	background-image: url(images/m_band.png);
}

#menu a.m_live {
	height: 30px;
	background-image: url(images/m_live.png);
}

#menu a.m_pics {
	height: 30px;
	background-image: url(images/m_pics.png);
}

#menu a.m_guestb {
	height: 30px;
	background-image: url(images/m_guestb.png);
}

#menu a.m_book {
	height: 30px;
	background-image: url(images/m_book.png);
}

#menu a.m_cont {
	height: 30px;
	background-image: url(images/m_cont.png);
}

#menu a.m_links {
	height: 30px;
	background-image: url(images/m_links.png);
}

#menu a:hover {
	background-position: -120px 0px;
}

.invisible {
	visibility: hidden;
}

div.content {
	padding: 0.8em;
    text-align: left;
}

div.newsheader {
	padding: 0px 0.4em;
	float: left;
	color: white;
    background-color: #009999;
    text-align: left;
    font-weight: bold;
	font-style: italic;
}

div.newsdate {
	padding: 0px 0.4em;
	color: white;;
    background-color: #009999;
    text-align: right;
    font-weight: bold;
    font-style: normal;
}

div#ticker {
	float: right;
	margin: 0px;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 0px;
	width: 618px;
	height: 1.25em;
	color: white;
    background-color: #333333;
    font-size: 1.25em;
    font-weight: bold;
	text-align: center;
}

/* Internet Explorer Hack */
/* ---------------------------------------------------- */

* html div#ticker {
	width: 608px;
}

/* ---------------------------------------------------- */

div.news {
	clear: both;
	padding: 0.4em 0.4em 2em 0.4em;
	color: #CCCCCC;
    background-color: transparent;
    text-align: left;
    font-weight: normal;
}

#rightcolumn a {
	font-weight: bold;
	color: white;
    background-color: transparent;
    text-decoration: none;
}

#rightcolumn a:hover {
	font-weight: bold;
    text-decoration: underline;
}

table {
	font-size: 1.0em;
}

table.bandtable,table.tourdates,table.picstable,table.contact,table.linkstable {
	width: 100%;
	text-align: left;
}

table.booking {
	margin: 0px auto;
	width: 500px;
	text-align: left;
}

table.booking td {
	width: 50%;
}

table.linkstable td {
	vertical-align: top;
}

table.impressum td {
	vertical-align: top;
}

table.bandtable td {
	width: 50%;
}

table.bandtable .ex {
	color: #666666;
}

table.tourdates th {
	padding: 0px 2px;
    background-color: #009999;
}

table.tourdates td {
	padding: 0px 2px;
    vertical-align: top;
}

table.tourdates tr.done {
	color: #666666;
}

table.picstable td {
	width: 33%;
	text-align: center;
}

a img {
	border: none;
    text-decoration: none;
}

table.picstable a img {
	border: 1px solid #333333;
}

table.picstable a:hover img {
	border: 1px solid white;
}

p.booklink {
	display: inline;
	margin: 2em 0px;
	border: 1px solid #333333;
    padding: 0.5em;
	color: white;
    background-color: transparent;
    font-size: 1.25em;
    font-weight: bold;
}

h1 {
	margin: 0px 0px 0.5em 0px;
    padding: 0px;
	color: white;
    background-color: #333333;
    font-size: 2em;
}

/* Guestbook */
/* ---------------------------------------------------- */

div#GUESTBOOK {
	color: #CCCCCC;
	background-color: transparent;
}

.guestbook_table,.guestbook_table2 {
    color: white;
    background-color: transparent;
}

.guestbook_entry {
    color: #999999;
    background-color: transparent;
}

#GUESTBOOK a:link,a:visited,a:active {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

#GUESTBOOK a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

textarea, input {
    background-color: #333333;
    border: 1px solid #666666;
    color: white;
}

#captcha {
	border: 1px solid #666666;
}

/* ---------------------------------------------------- */