/* CSS Document */

/* - - - - - BASIS */
html, body {
background-color: #F5F5F5; }

#content .ol2 {
	list-style-type: decimal;
}

.marked {
background-color: #E6E6E6; }

.orange {
color: #FF9000; }
a.orange {
color: #FF9000; }
a.orange:link {
color: #FF9000; text-decoration: none; }
a.orange:visited {
color: #FF9000; text-decoration: none; }
a.orange:hover {
color: #FF9000; text-decoration: underline; }

.dark {
color: #000000; }

.medlight {
color: #666666; }

.required {
	border: 1px solid #FF9000; }

#content *.textalign_r {
	text-align: right;
}
