/*

Stylesheet LVU & OKB
Lehrgebiet Software Engineering

(C) 2005 FernUniversität in Hagen

Autor: Jens von Pilgrim

*/

body {
	font-family: Times,serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	font-weight: bold;
}

th {
	font-weight: bold;
}

ul.gesperrt li { 
	margin-bottom: 6pt; 
}
ul.gesperrt li ul li { 
	margin-bottom: 0pt; 
}

.quicknav {
    font-family: Arial,sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

pre {
	padding: 2pt;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 3px;
	border-right-width: 3px;
	border-style: solid;

	font-size: 10pt;
}




p {
	margin-bottom: 3pt;
	margin-top: 3pt;
}

.beschriftung {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0pt;
	margin-bottom: 12pt;
}

.url, .path, .cmd {
	font-style: italic;
}

pre.cmd, pre.code {
	font-style: normal;
}


.begriff {
	font-style: italic;
}





/** Message of the day */
.motd { 
	background-color:#dddddd; 
}

/** Kopf- und Fussbereich */
.title { font-family:Arial,sans-serif; font-weight:bold; font-size:24pt; }
.subtitle { font-family:Arial,sans-serif; font-weight:bold; font-size:18pt; }
.titlelink { font-family:Arial, sans-serif; font-weight:bold; }
.titlebar { font-family:Arial, sans-serif; font-weight:bold; font-size:18pt; color:#ffffff; }
.copyright { font-family:Arial, sans-serif; font-size:10pt; }
.xlink { font-family:Arial, sans-serif; font-size:8pt; }


@media screen {
	h1, h2, h3, h4, h5, h6 {
		color: #333399;
	}

}

