﻿body, p, td, th, div, h1, h2, h3 {
	font-family:Courier;
	font-size:11pt;
	color:#ffffff;
	font-weight:normal;
}

a {
	color:#ffffff;
	text-decoration:underline; 
}

 a:hover{
 color:#636363;
 }
 
a.a {
	color:#ffffff;
	text-decoration:none; 
} 
 
a.a:hover {
 color:white;
 text-decoration:none;
 } 

body {
	background-color: #000000;
	background-image: url('img/doepfer.gif');
	border: 0;
}

 td.l {
height: 13px;
width: 15px;
 }


 td.l:hover{
 background-color:yellow;
 }
 
 td.a {
  background-color:#000000;
  vertical-align: middle;
 	}
 	
  td.a:hover{
 background-color:#434343;
 }
 
 td.a a {
 width: 150px;
 display: block;
}

td.gradient {
background: #000000;
	
background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0.66, #000000),
    color-stop(0.95, #434343)
);
background-image: -moz-linear-gradient(
    left,
    #000000 66%,
    #434343 95%
);
background: -webkit-linear-gradient(
left, #000000 66%,#434343 95%);
background: -o-linear-gradient(left, #000000 66%,#434343 95%);
background: -ms-linear-gradient(left, #000000 66%,#434343 95%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#434343',GradientType=1,opacity=50);
filter:Alpha(opacity=95, finishopacity=90, style=1);
background: -moz-linear-gradient(left, #000000 66%, #434343 95%);
background: -webkit-gradient(linear, left top, right top, color-stop(66%,#000000), color-stop(95%,#434343));
background: linear-gradient(left, #000000 66%,#434343 95%);

opacity: 0.95;

}
