/* style sheets skapunk.de - v2 */

BODY {
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background: #3C577E;
}

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: #000000;
  font-size: 12px;
}

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

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

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

tableborderdark {
  border-bottom:#3c577e dotted 1px;
  border-right:#3c577e dotted 1px;
  border-left:#3c577e dotted 1px;
}
