/* ANMELDEFORMULAR */
.anmeldung .zt label{
   width: 80px;
}
.anmeldung .zt input{
   float: left;
   width: 100px;  
   margin-right: 20px;  
}
.anmeldung label{
   float: left;
   display: block;
   width: 100px;
   margin-top: 2px;
   
}
.anmeldung textarea{
   width: 480px; 
}

/* ANMELDEFORMULAR ENDE */

#content{
   line-height: 140%;
   color: #000;
   background-color: #d1d7db;
}
#content p{
	margin: 0 0 13px 0;
	padding: 0;
}
#content sup,
#content sub{
   font-size: 86%;}
hr{
   padding: 0;
   margin: 0;
   color: #666;
   background-color: #666;
   border: 0 none;
}
#content h1 {
	font-size: 160%;
	line-height: 120%;
	padding : 0;
	margin: 22px 0 17px 0;
	font-weight: normal;
	color: #000;
}

#content h3 {
	font-size: 140%;
	line-height: 120%;
	padding: 0;
	margin: 20px 0 15px 0;
	font-weight: normal;
	color: #000;
}

#content h5 {
	font-size: 120%;
	line-height: 120%;
	margin: 18px 0 16px 0;
	padding: 0;
	font-weight: bold;
	color: #000;
}	

#content a,
#content a:link,
#content a:visited {
   color : #254D6D;
   font-weight : bold;
   text-decoration: none;
}

#content a:focus,
#content a:hover,
#content a:active {
   background-color: #254D6D;
   color: #fff;
}
#content table{
   margin-bottom: 10px;
}
#content td{
   vertical-align: top;	
}

/* Inhaltstabellen */
.tabrowheader td,
.tabrowgerade td,
.tabrowungerade td {
   padding: 3px;
}
.tabrowheader {
   color: #fff;
   background-color: #666;
   font-weight: bold;
}

.tabrowgerade {
   background-color: #fff;
}
.tabrowungerade {
   background-color: #ABC9E2;
}

.readmore {
   text-align: right;
}

/* Input Felder */
input, select, textarea {
	border: 1px solid #6D6E70;
	background-color: #FFF;
	color: #000;
	padding: 2px;
}

input:hover, select:hover, textarea:hover {
	background-color: #e7e7e7;
}

#bannerbk h1 {
   font-size: 120%;
   line-height: 120%;
   padding : 0;
   margin: 0 0 10px 0;
   font-weight: normal;
   color: #000;
}

#bannerbk h3 {
   font-size: 110%;
   line-height: 120%;
   padding: 0;
   margin: 0 0 10px 0;
   font-weight: bold;
   color: #000;
   width: 160px;
}

#bannerbk h5 {
   font-size: 100%;
   line-height: 120%;
   margin: 0 0 10px 0;
   padding: 0;
   font-weight: bold;
   color: #000;
}  
