/* CSS Document */
html, body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.print_only {
	display: none;
	visibility: hidden;
}

/* Menus */
ol#main_menu li a, ol#main_menu li ol li a, ul#ref_menu li a, ol#section_menu a, a#backlink, div#breadcrumb, ul.courses li a, div#content div.courseview h2, div#content div.csc-frame { color: #ffffff; }

/* Helper labels */
div#breadcrumb h6 {
	font-size: 12px;
	font-weight: normal;
}

/* Links */
a { text-decoration: none; font-weight: normal; }
div#breadcrumb ol li a, div.newsbox a, div#content div.csc-frame a { text-decoration: underline; color: #ffffff; }
div#content ul.courses a:link, div#content ul.courses a:visited, div#content ul.courses a:focus, div#content ul.courses a:hover, div#content ul.courses a:active { 
	color: #ffffff; 
	text-decoration: none;
}

/* Content */
div#content h1,h2,h3,h4,h5,h6, h1.print_only {
	font-weight: normal;
}

div#content h1 {
	font-size: 24px;
	margin: 0.5em 0em 0.5em;
	font-weight: bold;
}

div#content p.introduction {
	line-height: 1.6em;
	margin: 0.8em 0em 0em 0em;
}

div#content p {
	line-height: 1.4em;
	margin: 0.7em 0em 0em 0em;
}

div#content div.courseview table tr td p {
	margin: 0em 0em 0.7em 0em;
	padding: 0;
}

/* Right Column */
div#rightcol div.newsbox h3 {
	margin: 0.3em 0em 0em 0em;
	font-size: 12px;
	font-weight: bold;
}

div#rightcol div.newsbox p {
	color: #ffffff;
	margin: 0.3em 0em 0.8em 0em;
}

/* Listen neben Bildern */
div#content div.csc-textpic-text ul, div#content div.csc-textpic-text ol {
    list-style-position: inside;
}