

/*************************************************/
/* Product   : hethfilms.de                      */
/* File      : style.css                         */
/* Author    : Markus Netzlaff                   */
/* Copyright : (C) netzlaff.de, Markus Netzlaff  */
/* Contact   : info@netzlaff.de, www.netzlaff.de */
/*************************************************/

body, td, h1, h2, h3, #copyright, #download, #poweredby { font-family: Arial, Tahoma, Verdana; color: #ffffff; font-size: 11px; }

body {
  background-color: #2e2e2e;
}

td {
}
a.td {
  color: #ffb400;
  font-weight: bold;
  text-decoration: none;
}
a.td:hover {
  text-decoration: underline;
}

h1 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 2px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}

#copyright {
  font-size: 9px;
  color: #b9b9b9;
}
a.copyright {
  color: #b9b9b9;
  font-weight: bold;
  text-decoration: none;
}
a.copyright:hover {
  color: #ffffff;
  text-decoration: underline;
}

#poweredby {
  font-size: 9px;
  color: #4c4b4b;
}
a.poweredby {
  color: #4c4b4b;
  text-decoration: none;
}
a.poweredby:hover {
  color: #ffb400;
  text-decoration: none;
}

#dowload {
  font-size: 13px;
}
a.download {
	color: #ffb400;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.download:hover {
	color: #ffffff;
	text-decoration: underline;
}