
/* Head */
.headlink			
{
	font-family:Verdana;
	font-size:7.5pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none
}


/* Zwischen Head und Body */
.aktuelle_seite
{
	font-family: Verdana;
	font-size: 15pt;
	font-weight: bold;
	color: #000000
}	


/* Body */
.standart_ueberschrift
{
	font-family:Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	background-color: #cc0000;
	color: #FFFFFF
	}

.standart_urahmen
{
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid
}

.standart_rahmen
{
	border-width:1px;
	border-color:#cc0000;
	border-style: dashed
}

.standart_link
{
	font-family:Verdana;
	font-size:7.5pt;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none
}

.standart_text
{
	font-family:Verdana;
	font-size:7.5pt;
	color:#000000;
	text-decoration:none
}

.standart_post
{
	font-family:Verdana;
	font-size:7.5pt;
	color:#000000;
	text-decoration:none;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid
}


.formular_feld
{
  border: 1px solid #cc0000;
  font-family:Verdana;
  font-size:7.5pt;
  background-color:#eee;
}
.formular_knopf
{
  border:1px solid #cc0000;
  font-family:Verdana;
  font-size:7.5pt;
  color:#cc0000;
  background-color:#eee;
}

.formular_field_title
{
	font-family:Verdana;
	font-size:7.5pt;
	font-weight:bold;
	color:#cc0000;
	text-decoration:none
}

.formular_field_text
{
	font-family:Verdana;
	font-size:7.5pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none
}

.eingabefeld
{
	border:1px;
    background-color:#ffd1d1;
}

/********************* für Umfrage **********************/
.umfrage_ueberschrift
{
	font-family:Verdana;
	font-size: 7.5pt;
	font-weight: bold;
	background-color: #FF1493;
	color: #FFFFFF
	}

.umfrage_urahmen
{
	border-bottom-width:1px;
	border-bottom-color:#FF1493;
	border-bottom-style:solid
}

.umfrage_rahmen
{
	border-width:1px;
	border-color:#FF1493;
	border-style: dashed
}

.umfrage_link
{
	font-family:Verdana;
	font-size:7.5pt;
	font-weight:bold;
	color:#FF1493;
	text-decoration:none
}