

/*************************************************/
/* Product   : netzlaff.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, select, #copyright, #download, #poweredby { font-family: Tahoma, Verdana, Arial, sans-serif; color: #000000; font-size: 11px; }

body {
  background-color: #141414;
  background-image: url('../img/bg1.gif');
}

td {
}
a.td {
  color: #7d7d7d;
  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: 3px;
}

h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2px;
}
a.h3 {
	font-size: 12px;
	text-decoration: none;
	color: #505050;
}
a.h3:hover {
	text-decoration: underline;
	color: #000000;
}

#nav {
  font-weight: bold;
  color: #000000;
}

a.nav {
  font-family: Tahoma, Verdana, sans-serif;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

a.nav:hover {
  color: #ffffff;
  text-decoration: none;
}

#copyright {
  font-size: 9px;
  color: #808080;
}
a.copyright {
  color: #808080;
  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;
}