/*Serifen-Schriftart*/
body {
	font-family:"Times New Roman", Times, serif;
}
/*Die Menus oben und links, sowie einie andere Inhalte werden nicht angezeigt*/
#lmenu {
	display : none;
}
#nav{
	display:none;
}
.noprint{
	display:none;
}
/*Abstaende in cm statt in px*/
.bildlinks{
	margin-right:0.5cm; 
	margin-bottom:0.5cm;
}
.bildrechts{
	margin-left:0.5cm; 
	margin-bottom:0.5cm;
}
.bild{
	margin-left:0.5cm; 
	margin-bottom:0.5cm;
}
.bilder{
	margin-bottom:1cm;
}
.bild_in_bilder{
	margin-left:0.5cm; 
	margin-bottom:0.1cm;
}
.bildklein{ 
	margin-right:0.1cm;
}
/*Links wie normaler Text*/
a{
	text-decoration:none;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:active{
	color: #000000;
}
a:hover{
	color:#000000;
}
