body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #595D85;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: small;
	voice-family: "\"}\"";
	voice-family: inherit;
	color:#eeeeee;
	}

#navigation {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 10;
	font-weight: bold;
	color:#eeeeee;
	decoration:none;
}

a {
	color: #cccccc;
	text-decoration: none;
}

h1 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color:#eeeeee;
	decoration:none;


}

h2 {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: small;
	color:#eeeeee;
	decoration:none;
	


}

.breadcrumb {
	text-decoration: none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	
	
}

.seo h1 {
	color:#cccccc;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:xx-small;
	
}

/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 80px;
	width: 100px;
	margin: 10px 5px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 100px;
	width: 80px;
	margin: 5px 10px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

