/* formatierung body  */
#body
{
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#bodyListe
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #c6c6c6;
}
#bodyWhite
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: white;
}
#bodyInhalt
{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #efefef;
}
#bodyHead
{
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: white;
}
/* formatierung text  */
#textListe
{
	color: white;
	font-family: Verdana;
	font-size: 18px;
}
#text12
{
	color: black;
	font-family: Verdana;
	font-size: 12px;
}
#text14
{
	color: black;
	font-family: Verdana;
	font-size: 14px;
}
#h2
{
	color: black;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
}

/* formatierung rahmen  */
#rahmenBild
{
	border: 2px solid #636363;
	margin-right: 7px;
}
#rahmenRot
{
	border: 1px solid #CA240D;
}
#rahmenZoskeKehder
{
	border: 2px solid #636363;
}

/* Formulare */
form dt 
{
	margin: 20px 0 0 0;
}
form dd 
{
	margin: 5px 0 0 0;
}
input, textarea 
{
	font-family: "Lucida Grande", Arial, Verdana, Lucida, Helvetica, sans-serif;
	font-size: 94%;
	width: 80%;
}
input.senden 
{
	width: 20%;
}

