/* classes */

img {
	border:0;
}

table {
	table-border-color-light: #FFCC66;
	table-border-color-dark: #CC9966;
	font-family: Arial; 
	empty-cells: show;
}
	       	       
body {
	font-family: Arial;
	background-color: #FFFFCC;
	font-size: 12pt;
	text-align: left;
	margin-right:20px;
}

h1 {
	font-size: 24pt;
	font-weight: bold
}

h2 {
	color: #CC9900;
	font-size: 18pt;
	font-weight: bold
}

h3 {
	color: #006699;
	font-size: 12pt;
	font-weight: bold
} 

h4 {
	font-size: 12pt;
	font-weight: bold
}

h5 {
	font-size: 14pt
}

h6 {
	font-size: 10pt;
	font-style: italic;
}

/* pseudoclasses */

a:link {
	color: #0033CC;
} 

a:visite {
	color: #3366CC;
} 

a:active {
	color: #FF9900;
}

a:hover {
	color: #FF0000;
}

/* subclasses */

p.info {
	font-size: 10pt;
	font-style: italic;
}

p.schalt {
	margin-top: 0;
	margin-bottom: 0
}

.left {
	margin-right:12px;
	float:left;
}

.right {
	margin-left:12px;
	float:right;
}