@charset "UTF-8";

body {
	background: white;
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 0.2em;
	line-height: 20pt;
}
#wrapper {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: #FFF;
	text-align: left;
	float: none !important;
	color: black; 
	background: transparent;
}
#logo {
	margin: 0 0 20pt 0;
}
#mainnavi {
	display: none;
}
#content {
	width: auto;
}
#content h1 {
	color: #435020;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: normal;
}
#content h2 {
	color: #435020;
	font-size: 9pt;
	font-weight: normal;
	margin-bottom: 0;
}
#content p {
	margin: 0 0 6pt 0;
}
#content ul {
	display: none;
}
a:link, a:visited {
	color: #666;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="/"]:after {
  content: " (http://www.angelfood.ch" attr(href) ") ";
   }

.dotsdiv {
	height: 1pt;
	margin: 20pt 0;
	width: 100%;
	border-bottom: 1pt dotted #435020;
}
table#logolisting {
	margin: 20pt 0 0 0;
	border-top: 1pt dotted #435020;
}
table#logolisting td.logo {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1pt dotted #435020;
}
table#logolisting a {
	color: #1a171b;
	text-decoration: none;
}
table#logolisting a:hover {
	color: #435020;
	text-decoration: underline;
}
