table.fullinvisible {
  width: 100%;
  empty-cells: show;
  outline-style: none;
  border-style: none;
  }

td.content {
  font-family: sans, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #aaaaaa;
  text-align: justify;
  line-height: 15px;
  word-spacing: 120%;
  
  vertical-align: top;
  }
  
td.leftborder {
  width: 220px; 
  background-image: url(/background_mic_left.png); 
  background-repeat: no-repeat; 
  background-position: left top;
  }

td.rightborder {
  width: 220px; 
  background-image: url(/background_keys_right.png); 
  background-repeat: repeat-y; 
  background-position: right;
  }

  
td.menu_passive {
  padding: 5px; 
  padding-left: 20px; 
  padding-right: 20px; 
  border-bottom: 1px solid #cc0000;
  color: white;
  }
  
td.menu_active {
  background-color:#111111; padding: 5px; 
  padding-left: 20px; 
  padding-right: 20px; 
  border:1px solid #cc0000; 
  border-bottom-color: #111111;
  color: #aaaaaa;
  }
  
tr.menu {
  text-align:center; 
  vertical-align: middle; 
  font-family:sans,arial,helvetica,sans-serif; 
  font-size:13px; 
  font-weight:bold;
  }

td.footer {
  font-family: sans, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #cc0000;
  text-align: center;
  line-height: 20px;
  word-spacing: 120%;
  
  padding-top: 5px;
  padding-bottom: 5px;
  }

td.keyvisual {
  height: 200px; 
  vertical-align: top; 
  background-image: url(/keyvisual6.png); 
  background-repeat: no-repeat; 
  text-align: right; 
  vertical-align: bottom; 
  color: red; 
  font-family: sans,arial,helvetica,sans-serif; 
  font-size: 13px; 
  font-weight: bold; 
  padding: 20px;
  min-width: 900px;
  }

table.display {
  font-family: sans, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #aaaaaa;
  text-align: justify;
  line-height: 15px;
  word-spacing: 120%;
  
  vertical-align: top;
  
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  }
  
input.contact {
  float: left;
  width: 300px;
  font-family: sans, arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #222222;
  color: white;
  border: thin solid #cc0000;
  }

textarea.contact {
  float: left;
  width: 300px;
  height: 200px;
  font-family: sans, arial, helvetica, sans-serif;
  font-size: 12px;
  background-color: #222222;
  color: white;
  border: thin solid #cc0000;
  }

ul {
  list-style-type: square;
  list-style-image:url(/bullet.png)
  }

h1, h2, h3, h4, h5, h6 {
  color: #bb0000;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #222222;
  }
  
hr {
  height: 1px;
  color: #aa0000;
  background-color: #aa0000;
  border: 0px;
  margin-top: 20px;
  margin-bottom: 20px; 
  }
  
img.galleryimage {
  border: 0px;
  padding: 10px;
  vertical-align: middle;
  }
  
*.code {
  border-width: 1px;
  border-style: solid;
  border-color: #aa0000;
  padding: 10px;
  font-family: monospace;
  font-size: 10px;
  text-align: left;
  color: #bbbbbb;
  background-color: #222222;
  }
    
p.gallery {
  border-width: 1px;
  border-style: solid;
  border-color: #ff0000;
  padding: 10px;
  background-color: #222222;
  text-align: center;
  overflow: auto;
  height: 150px;
  display: none;
  }
    
a:link, a:visited {
  text-decoration: none;
  color: #ffffff;
  }

a:hover {
  text-decoration: underline;
  color: #ff0000;
  }

a:active {
  text-decoration: underline;
  color: #ff0000;
  }
