body {
    position:           absolute;
    top:                20px;
    left:               20px;
    width:				75%;
    margin:             20px;
    padding:            0px;
    font-family:        Verdana, Arial, Helvetica, sans-serif;
    background-color: 	#c0dcc0;
}

h1 {
	font-size:			1.2em;
	color:				#1C3A1C;
	font-family : 		Georgia, "Times New Roman", Times, serif;
}

p {
	font-size:			0.9em;
	margin-left:		10px;
	text-align:			justify;
}

p.adresse {
	font-weight:		bolder;
	margin:				5 0 0 10;
}

p.bildbeschreibung {
	font-weight:		bolder;
	margin:				20 0 0 0;

}

a {
	color: 				#1C3A1C;
}

a.adresse {
	font-weight:		bolder;
	font-size:			0.9em;
	margin:				5 0 0 10;
}

a:visited {
	color: 				#1C3A1C;
}
a:hover {
	color: 				#008800;
}
a:focus, a:active {
	color: 				#1C3A1C;
}

img.skaliere
{
    width:				100%;
    height: 			auto;
}

img.original
{

}