
/* Stylesheet für SolidWorks Hilfeseite © 2000 by Stefan Berlitz */

BODY
{
	background-color: Black;
	/*background-image: url('css/lcars-2.gif');*/
	font-family: Verdana, Tahoma, Arial, sans-serif;
	margin-left : 30px;
	margin-right : 60px;
	margin-top : 20px;
	margin-bottom : 30px;
	color : #CC99CC;
	font-size : 9
}

H1, H2, H3, H4, H5, H6
{
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left : 10px;
	color: black;
}
H1, H2 {
	font-size : 14pt;
}
H3 {
	font-size : 12pt;
}
H4 {
	font-size : 11pt;
}
H5, H6 {
	font-size : 10pt;
}

UL {
	list-style-image : url('css/ul.gif');
}
TD {
	font-size : 10pt;
}

P {
	font-size : 10pt;
}
P.mittel {
	font-size : 9pt;
}

P.klein
{
	font-size: 8pt;
}

A{
	color: #FF9900;
	text-decoration: none
}

A:hover
{
	color : #FFCC99;
}

A:visited
{
	color: #FF9966;
}

.rmenu {
	/* für das automatische Menu */
	position : absolute;
	top : 25px;
	left : 45px;
	font-size : 9pt;
}

.major {
	font-size : 11pt;
	font-weight: bold;
	color: #CC6666;
/*	background-color: #9999CC; */
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left : 0px;
}