body {
 	color: white;
 	background-color: black;
 	font-family: sans-serif;
 	font-size: 12px;
	line-height: 1.4em;
 	padding: 35px;
}

a, a:active, a:hover, a:visited {
	text-decoration: none;
	color: blue;
}

a.white, a.white:active, a.white:hover, a.white:visited {
	color: white;
}

input {
	color: white;
	background: #303030;
 	font-family: sans-serif;
 	font-size: 12px;
	height: 18px;
}

input.button {
	color: black;
	background: #A0A0A0;
 	font-family: sans-serif;
 	font-size: 12px;
	height: 24px;
}

input.radiobutton, input.checkbox {
	color: black;
	background: #white;
}

textarea {
	color: white;
	background: #303030;
 	font-family: sans-serif;
 	font-size: 12px;
	padding: 2px;
}

#master {
	margin: auto;
	width: 776px;
}

#head {
	position: relative;
	left: 0px;
	top: 0px;
	width: 776px;
	height: 120px;
}

/* Alle Links um Header undekoriert */
#head a { text-decoration: none; }

/* Bildelemente im Kopf */
#head div {
	position: absolute;
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	height: 121px;
	z-index: 1;
}

#head div.link {
  top: 99px;
  height: 12px;
  z-index: 2;
}

#head div.link img {
  top: 99px;
  height: 12px;
  z-index: 2;
}

/* Fußnoten */
#footer {
  color: #575757;
  margin-top: 12px;
  font-size: 9px;
  text-align: center;
	line-height: 1.2em;
}

/* TODO-Text (später entfernen) */
.todo { color: red; }
.small { font-size: 10px; }
.gray { color: #C0C0C0; }

/* Inhalt */

table#body {
	width: 776px;					/* Minus Border, minus padding! */
	min-height: 260px;
	border-collapse: collapse;
	border-bottom: 1px solid #505050;
}

table#body td {
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

table#body td.traverse {
	width: 27px;
	background-image: url(images/traverse.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

table#body td.content_default {
	width:	712px;
	height: 260px;
	padding: 18px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

table#body td.content_frontpage {
	width:	712px;
	height: 260px;
  padding: 0px;	
	background-image: url(images/front.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Musikerliste unter "Band" */
table#stafflist td {
	padding: 1px;
}

table#stafflist td.instrument {
  color: #C0C0C0;
  padding-right: 10px;
}

table#stafflist td.blockend {
  color: #C0C0C0;
  padding-bottom: 14px;
}

/* Link eines Musikers */
a.musician, a.musician:active, a.musician:hover, a.musician:link, a.musician:visited {
  padding: 0px 3px;
	text-decoration: none;
	color: white;
}

/* Tabelle der Hörbeispiele */
table#soundsamples td {
	padding-right: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	vertical-align: top;		
}

table#soundsamples td.rowend {
	padding-right: 0px;
}

table#soundsamples td.separator {
	border-top: 1px solid #606060;
	padding: 0px;
}

table#soundsamples .artist {
	color: #C0C0C0;
  font-size: 10px;
}

table#soundsamples .duration, table#soundsamples .filesize {
	color: #C0C0C0;
	padding-left: 8px;
}

table#soundsamples td.footer {
	padding-top: 1px;
	border-top: 1px solid #C0C0C0;
}

div.guestbook {
	background-image: url(images/caro.png);
	padding: 10px;
	color: #A0A0A0;
}

div#guestbook_navigator {
	font-size: 10px;
	text-align: center;
	margin-bottom: 12px;
}

b.guestbook_navigator_highlight {
	color: black;
	background: #C0C0C0;
	padding: 0px 2px;
}

div.guestbook .highlight {
	color: white;
}

table.listi {
	width: 100%;
}

table.listi td {
  background-color: #101010;
  border-bottom: 1px solid #303030;
}

table.listi tr.header td {
	background-color: black;
  border-bottom: 1px solid #808080;
	font-weight: normal;
	text-align: left;
}

/* Gig related */

table#giglist {
	width: 100%;
	border-collapse: collapse;
}

table#giglist td {
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-right: 20px;
	border-bottom: 1px solid #808080;
	color: #A0A0A0;
}

table#giglist tr.future td {
	color: white;
}

table#giglist td.indicator {
	text-align: left;
	padding-right: 0px;
	width: 1%;
}

table#giglist td.date {
  padding-left: 6px;
	text-align: right;
	width: 1%;
}

table#giglist td.town {
	width: 25%;
}

table#giglist td.location {
	width: 35%;
}

table#giglist td.icons {
	width: 38%;
}

table#giglist a,
table#giglist a:active,
table#giglist a:hover,
table#giglist a:visited {
	color: #A0A0A0;
}

table#giglist tr.future a,
table#giglist tr.future a:active,
table#giglist tr.future a:hover,
table#giglist tr.future a:visited {
	color: white;
}

/* Fotogallerie */
table.thumbnails {
	width: 100%;
	margin: 4px;
	padding: 0;
	border-spacing: 10px;
	background-image: url(images/caro.png);
}

img.thumbnail {
	display: block;
	margin: auto;
	border: 1px solid #606060;
}

/* Formular tables */

table.form {
}

table.form td {
	text-align: left;
	vertical-align: middle;
}

table.form td.label {
	padding-right: 10px;
}
	
div.dirphp {
	color: white;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dirphp div.usedir {
	font-size: 14px;
	font-weight: bold;
	color: #C0C0C0;
	padding-bottom: 10px;
}

.dirphp a:link , .dirphp a:visited , .dirphp a:active { text-decoration: none; color: #0000FF; }
.dirphp a:hover{ text-decoration: underline; }
.dirphp a:link .directory , .dirphp a:visited .directory , .dirphp a:active .directory { text-decoration: none; color: #C0C0C0; }
.dirphp a:hover .directory { text-decoration: underline; color: #C0C0C0; }
.dirphp a:link .dir-view , .dirphp a:visited .dir-view , .dirphp a:active .dir-view { color: #000000; }
.dirphp a:hover .dir-view { color: #009900; }
.dirphp td.file { padding: 1px; border-bottom: 1px solid #CCCCCC; }
.dirphp span.dir-view { height: 18px; width: 20px; background-color: black; padding-left: 3px; padding-right: 3px; padding-top: 2px; padding-bottom: 3px; font-size: 10px; text-decoration: none; }
.dirphp .error_msg { color: #FF0000; }
.dirphp .greyed-out { color: #666666; }
.dirphp .bottom_bar { height: 90px; background-color: black; padding: 4px; }
.dirphp tr.header { color: #A0A0A0; background-color: #303030;  font-weight: bold; }
.dirphp td.file-property { text-align: right; padding-right: 5px; padding: 1px; border-bottom: 1px solid #CCCCCC; }
.dirphp td.file-options { text-align: center; padding-right: 5px; padding: 1px; border-bottom: 1px solid #CCCCCC; }