/* 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 {
    color: #000000;
}

ol#section_menu a, 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#content a:link { color: #00386B; text-decoration: underline; }
div#content a:visited { color: #00386B; text-decoration: underline; }
div#content a:focus { color: #00386B; text-decoration: underline; }
div#content a:hover { color: #00386B; text-decoration: underline; }
div#content a:active { color: #00386B; text-decoration: underline; }

div.newsbox a, div#content div.csc-frame a { text-decoration: underline; color: #ffffff; }

/* Content */

div#content {
	color: #444444;
	font-size: 12px;
}

div#content h1,h2,h3,h4,h5,h6, h1.print_only {
	color: #00386b;
	font-weight: bold;
	font-size: 16px;
	
}

div#content h1 {
	font-size: 16px;
	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;
	text-align: justify;
}

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

div#content ul {
	color: #00386b;
}

/* 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;
}

/* VCards */
div.vcard th.header {
    font-size: 16px;
    font-weight: normal;
}	