body
 {
  color: #000000;
  text-align: justify;
  font-family: Verdana, Helvetica, sans-serif;
 }

a
 {
  color:#000000;
  text-decoration: none;
  font-weight: bold;
 }
a:hover
 {
  color:#FB9600;
 }


.head 
 { 
  font-size: 13px; 
  line-height: 15px; 
 }

.head2
 {
  font-size: 14px;
  line-height: 12px;
  font-weight: bold;
 }

.head3
 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
 }

.head4
 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
 }

.text
 {
  font-size: 11px;
  text-align: justify;
  line-height: 14px;
 }
.error
 {
  color: #FF0000;
  font-size: 12px;
  text-align: justify;
  line-height: 14px;
  font-weight: bold;
 }

.text2
 {
  color: #009900;
  font-size: 11px;
  text-align: justify;
  line-height: 14px;
 }

.text3
 {
  color: #909090;
  font-size: 11px;
  line-height:14px;
 }

.mini
 {
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: #828CFF;
 }

.mini2
 {
  font-size: 1px;
  line-height: 1px;
  color: #828CFF;
 }

.price
 {
  font-size: 18px;
  line-height: 20px;
  color: #FF0000;
 }

td.navi
 {
  font-size: 10px;
  line-height: 14px;
 }

td.login
 {
  font-size: 10px;
  line-height: 14px;
 }


.upload_form
 {
  font-size: 11px;
  line-height: 14px;
 }

table.tabelle {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.tabelle th {
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.tabelle td {
        cellpadding: 2px;
	border-width: 1px;
	padding: 1px;
	border-style: outset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

input, textarea, select 
{
 font-size: 11px;
 border-color: #000000;
 border-width: 1px;
}


