
/* Layout für Klosterfelde*/
/* margin: top right bottom left*/


body {
	background-color: #FFFFFF;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,dt,dd,span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p.werk {
	font-size: 10px;
	line-height: 13px;
	color: #666666; 
	margin-top: 6px;
}

p.Bildbeschriftung {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
	margin: 6px;
}

span.umbruchGross {
	line-height: 17px;
}

p.Intro {
	width: 600px;
	line-height: 17px;
}

dt {
	width: 600px;
	margin-top: 10px;
}

dd {
	width: 600px;
	margin-left: 0;
}

h1 {
	font-size: 32px;
	margin: 20px 0 0 150px;
	letter-spacing: 7px;
}

h3 {
	font-size: 13px; 
	font-weight: bold;
	line-height: 17px; 
	margin: 50px 0 30px 0;
}

h4 {
	font-size: 13px; 
	font-weight: bold; 
	line-height: 17px;
	margin: 20px 0 -10px 0;
}


a:link {
    color: #FF0000;
	text-decoration: none;
}

a:visited {
    color: #999999;
	text-decoration: none;
}

a:active {
    color: #999999;
	text-decoration: none;
}


pre { 
	font-family: Courier New, Courier; 
	font-size: 11px; 
	color: #0000C0; 
}