body, table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.title{
	font-size:16px;
	font-weight:bold;
}
	
.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a
{
   text-decoration:none;
  //color:#CC3300;
}

/* Form elemente */

#form1
{
	width:670px;
	background-color:#eeeeee;	
}

input, label, select, textarea { /* Alle Labels UND Formularelemente auswählen */
  display: block;
  float: left;
  width: 650px; /* Breite.*/
  margin:4px;
}

textarea { /* Alle Labels UND Formularelemente auswählen */
  height: 500px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit, input#reset{ /* den Submit-Button */
  float: none;
  width: auto;
}

.bogus_ignored { text-decoration: none; }

.ct {
	border-collapse:collapse;
	border:solid 1px black;
}

.ct td {
	border:solid 1px black;
	height:100%;
}

.ct_cat {
	padding:2px;
	border:0;
	margin:0;
	font-size:110%;
	font-weight:bold;
}

.ct_title {
	padding:2px;
	border:0;
	margin:0;
}

.ctt {
	border-collapse:collapse;
	border:0;
	height:100%;
}

.ctt td {
	border-top:0;
	border-bottom:0;
	border-left:solid 1px black;
	border-right:solid 1px black;
	height:100%;
}

.ctt_char {
	padding:2px;
	border:0;
	margin:0;
}

.tt {
	border-collapse:collapse;
	border:solid 1px black;
}

.tt td {
	border:solid 1px black;
}

.tt_name {
	text-decoration:none;
}

.tt_show {
}
