/* Link Formatierung */
A
{
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 12px;
}

/* OnMouseOver Effekt für Links (IE) */
A:Hover
{
	color : #ffffff;
	background-color: #224265;
	font-family : Verdana, Arial;
}

/* Link Formatierung klein */
A.small
{
	color : Black;
	font-family : Verdana, Arial;
	font-size : 10px;
	font-weight: normal;
}

/* Bodyformatierung */
BODY
{
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 12px;
	background-color: #ffffff;
}

/* Formatierung der Tabellenzellen */
td 
{
	color : #000000;
	font-family : Verdana, Arial;
	font-size : 12px;
}

/* Modulheadline */
.Headline
{
	color : #FFFFFF;
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight : bold;
	background-color: #224265;
	border-color: #000000;
	border: 1px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}

/* Headline der Detailansicht */
.SubHeadline
{
	color : Black;
	font-family : Verdana, Arial;
	font-size : 12px;
	font-weight : bold;
	background-color: #90A7BF;
}


/* Rahmen für dynamisch eingebundene Bilder */
.RandUmDasBild
{
	border-color: #000000;
	border: 1px;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
}

/* Hintergrundfarbe der Kontaktdaten */
.HintergrundTabelle{
	background-color: whitesmoke;
}

/* Layout für die Formularfelder */
.Formularfeld
{
	Font-Family : Arial;
	Font-Size : 12px;
	color : #000000;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
	border-left : 1px solid #000000;
	width:280px;
	scrollbar-3d-light-color : whitesmoke;
	scrollbar-arrow-color : black;
	scrollbar-base-color : #9CA2AD;
	scrollbar-face-color : #9CA2AD;
	scrollbar-highlight-color : whitesmoke;
	scrollbar-shadow-color : black;
}

.Formularbutton
{
	Font-Family : Arial;
	Font-Size : 12px;
	color : #000000;
	background-color: #90A7BF;
	border-top : 1px solid #000000;
	border-bottom : 2px solid #000000;
	border-right : 2px solid #000000;
	border-left : 1px solid #000000;
}
