@charset "UTF-8";
/* CSS Document */

body {
	background: white;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table td {
	vertical-align: top;
}
#navleft {
	display: none;
}
#navright {
	display: none;
}
#navInfo {
	display: none;
}
#content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	background: #FFF;
	text-align: left;
	float: none !important;
	color: black; 
	background: transparent;
}
#content h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
#content h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0;
}
a:link, a:visited {
	color: #D2D2D2;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
a[href^="/"]:after {
  content: " (http://www.schlatterundfrey.ch" attr(href) ") ";
}
