/* Stylesheet for www.servicecheckpoint.de */

A:link , A:visited {
	color:#dd0088;
	text-decoration: none;
	font-weight:normal;
}

A:hover  {
	color : #dd0088;
	text-decoration: none;
	font-weight:normal;
	
}

body  {
	margin : 5px;
	background-image: url(gfx/back.gif);
	background-color : #ffffff;
	background-position : 0px 0px;
	background-repeat : repeat-y;
	background-attachment : none;
/* Font Definitionen */	
	font-size : 13px;
	color : #6a6aaa;
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
}

.head{
	font-size : 18px;
	font-weight:bold;	
	color : #ffffff;
	background-color:#6a6aaa;
}

.table {
	border : thin solid #000000;	
	background-image : url(gfx/chart_back.gif);
}

h3{
	font-size : 18px;
	font-weight : bold;
	color : #6a6aaa;
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-style : normal;
}

.black {
	color:#000000;
}
ol,li,p,td{
	font-size : 13px;
	color : #6a6aaa; 
	font-family : Helvetica, Arial, Verdana, Geneva, sans-serif;

}
.foot{
	font-size:11px;

}