/* CSS Document team-schroders.ch by coresystems */

/* fonts generally */
BODY, TABLE, TD, DIV, A, INPUT, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#666666;*/
	color:#333333;
	text-decoration:none;
	border-color:#e0dfe3;
}

H1, H2, H3, H4, H5 {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#5162B5;
	text-decoration:none;
	margin:0px;
	font-weight:bold;
}

/* links */
A {
	color:#7386BF;
}

/* Bilder */
IMG {
	border:none;
}

/* paragraphs */
P {
	/*padding:0px;*/
}

H1 {
	font-size:18px;
	font-weight:normal;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
}
H2 {
	font-size:16px;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
}
H3 {
	font-size:14px;
}
H4 {
	font-size:12px;
}

/* footer */
TABLE#site TR#bottom TD#footer {
	text-align:center;
	font-weight:bold;
}
TABLE#site TR#bottom TD#footer A {
	color:#666666;
}

/* HR - lines */
HR {
	border-style:solid;
	border-color:#666666;
	border-width:1px;
	margin:0px;
	padding:0px;
}