/* Stil für Präsentationsseiten */

a:link { 
        color:#ffffac;
        text-decoration:none; 
}
a:visited { 
        color:#ffffac;
        text-decoration:none; 
}
a:active { 
        color:#ffffac;
        text-decoration:none; 
}
a:hover { 
        color:#ffffac;
        text-decoration: underline; 
}
body {
	color: #ffffac;
	background-color: #336699;
	font-size : 24pt;
	font-family: sans-serif;
        margin-left: 50px;
}
h1 { 
	font-size : 30pt;  	
}
li { 
	margin-bottom: 20px;
}
li.sub { 
	margin-bottom: 0px;
}

/* Inhaltsverzeichnis */
body.toc {
	color: #ffffac;
	background-color: #336699;
	font-size : 18pt;
	font-family: sans-serif;
}
li.toc { 
	margin-bottom: 0px;        

}

/* Titelseite */
body.title {
	color: #ffffac;
	background-color: #336699;
	font-family: sans-serif;
}
h1.title { 
	font-size : 64pt;  	
	text-align: center;
	margin-bottom: 60px;
}
h2.title { 
	font-size : 48pt;  
	text-align: center;
}

/* Appletseite */
h1.applet { 
	font-size : 30pt;  	
	text-align: center;
}

/* Navigationsleiste */
img.navbutton {
	margin-right: 20px;
	vertical-align: middle;
        border-width: 0px;
}
div.footer {
	text-align: center;
}
