/***
* File:         screen.css
* Package:      Laboratory for Dependable Distributed Systems, Department for Computer Science RWTH-Aachen
* Version:      1.0
* Language:     Cascading Style Sheets
* Author:       Alexander Müsgens
* Date:         2003-05-12
* Last changed: 2003-05-12
* Description:  stellt die globalen Style Angaben f&uuml;r MEDIA=screen zur Verf&uuml;gung
***/

/*

*/


body {
	background-color: #ffffff;
	background-repeat:no-repeat;
	background-position: top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	
	scrollbar-face-color: FF88E1;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: A6ABBB;
	scrollbar-darkshadow-color: white;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 20px;
	
}

.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 20px;
	
}

A:link { color: #E60062; text-decoration : none; }
A:visited { color: #E60062; text-decoration : none; }
A:active { color: #E60062; text-decoration : none; }
