@media all 
{
	body 
	{
		font-family:Arial,Helvetica,Verdana,sans-serif;
		font-size:small;
		color:rgb(0,0,64); 
		background-color:rgb(182,207,227);
		margin-left:7%;
		margin-right:7%;
		margin-top:2%;
		margin-bottom:2%;
	}

	h1 
	{ 
		font-size:x-large;
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}

	h2 
	{ 
		font-size:large; 
		margin-top: 50px;
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}

	h3 
	{ 
		font-size:medium;
		text-decoration:none;
		text-weight:bold;
		page-break-after:avoid;
	}

	h4 
	{ 
		font-size:small; 
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
	}

	h5 
	{ 
		font-size:x-small;
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
	}

	h6 
	{ 
		font-size:xx-small; 
		text-decoration:none;
		text-weight:none;
		page-break-after:avoid;
	}

	a:link {color: rgb(0,0,64)}
	a:visited {color: rgb(0,0,64)}
	a:hover {color: rgb(0,0,64); font-weight:bold;}

	p 
	{
		text-align:justify;
		font-size:small;
	}

	.navi
	{
		font-size:medium;
		font-style:none;
	}

	.bigger
	{
		font-size:medium;
	}

	.quelle
	{	
		font-size:x-small;
		font-style:normal;
		font-weight:normal;
	}

	.date
	{	
		font-size:x-small;
		font-style:normal;
		font-weight:normal;
	}

	.mark
	{	
		font-size:large;
		font-style:normal;
		font-weight:bold;
		color:rgb(0,0,64);
	}

	.path
	{	
		font-size:small;
		font-style:normal;
		font-weight:normal;
		color:rgb(0,0,128);
	}
	
	.leaf
	{	
		font-family:Arial,Helvetica,Verdana,sans-serif;
		font-size:xx-small;
		font-style:normal;
		font-weight:normal;
	}
}
                                      
