body,p,li,a,table,h1,h2,h3,h4 {
	font-family: arial,helvetica,sans-serif;
	}
#navigation {
	font-family: arial,helvetica,sans-serif;
	font-size: 20px;
	font-weight: 400;	
	}
#navigation ul {
	list-style-type: none; 
	}
#navigation ul li {	
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}
#navigation a {
	text-decoration: none;
	font-variant: small-caps;
	}	
#navigation a:link    { color: #000; }
#navigation a:visited { color: #007; }
#navigation a:hover   { color: #660; }
#navigation a:active  { color: #800; background-color: #ddd; }
#navigation a:focus   { color: #800; }


#content {
	margin: 5%;
	}
#header h1 {
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	color: #00e;
	}
h2 {
	font-size: 120%; font-weight: 300;
	}

#content table.projekte tr td {
	font-size: 90%;
	color: black;
	}
#content table.projekte tr {
	color: black;
	background-color: #eed9b2;
	}
#content table.projekte {
	border: none;
	margin: 0;
	padding: 0;
	}	
#content h3 {
	color: #ffffff;
	background-color: #003366;		
	width: 85%;
	padding: 3px 0 3px 15%;
	margin-bottom: 0;
	font-weight: 300;
	}
#content address {
	margin-left: 3em;
	}	
#content p.bilder {
	margin-left: 3em;
	}
#content p.bilder img {
	border: 1px solid black;
	}		
blockquote {
	font-size: 90%;
	font-style: italic;
	}
blockquote span {
	color: blue;
	text-align: right;
	width: 100%;
	}	
.invisible {
	display: none;
	}	