.standard {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:normal;
	color:#CACACA;

}
body {height: 101%;}

/* Style für Formulare */
.form {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:normal;
	color:#000000;
}

.form_hidden {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:normal;
	color:#000000;
	background:#000000;
	border:0px;
}

/* Style für Formulare */
.button {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	color:#C0C0C0;
	background:#000000;
}

/* Style für Formulare */
.admin {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	color:#000000;
	background:#FFFFFF;
}


/* Style für Copyright */
.copyright {
	font-family: Verdana, sans-serif;
	font-size:9px;
	font-style:normal;
	font-weight:bold;
	line-height:normal;
	color:#A0A0A0;
	background:#000000;
}

/* Style für Gigs in der Vergangenheit */
.obsolete {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:normal;
	color:#666666;
}


/* Style für abgesagte Gigs */
.cancelled {
	font-family: Verdana, sans-serif;
	font-size:10px;
	font-style:normal;
	line-height:normal;
	text-decoration:line-through;
	color:#CACACA;
}

/* Standard Hyperlinks */
a
{
 text-decoration:none;
 /*font-weight:normal;*/
 color:#DD0000;
 background-color:inherit;
 /*cursor: -moz-zoom-out*/
 /*cursor: url('devilhand.cur');*/
}
a:hover{
 text-decoration:underline;
  /*cursor: url('devilhand.cur');*/
/*link, a:visited, a:active */
}

/* Überschriften */
h1 { font-family: Verdana, sans-serif;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	line-height:normal;}

h2 { font-family: Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	line-height:normal;}


