/* style sheets skapunk.de - v2 */

BODY {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
	background-color:#990000;
}

A {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
}

A:hover {
  color: #dbeaff;
}

.text {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 12px;
}

.textbold {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
}

.textblack {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 12px;
}

.textblackbold {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight:bold;
}

.inputbox { 
  color:#000000;
  background:#F1F6FE;
  border-top:#990000 solid thin;
  border-bottom:#990000 solid thin; 
  border-right:#990000 solid thin;
  border-left:#990000 solid thin;
  font-family: Arial, Verdana, sans-serif;
  font-size:12px;
}

.tableborder {
  border-bottom:#666666 dotted 1px; 
  border-right:#666666 dotted 1px;
  border-left:#666666 dotted 1px;
}

.tableborderdark {
  border-bottom:#990000 dotted 1px;
  border-right:#990000 dotted 1px;
  border-left:#990000 dotted 1px;
}

#redbg {
  background-color:#990000;
}

#greybg {
  background-color:#666666;
}