@import url(design.css);
@import url(navi.css);
* {
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	line-height: 150%;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}
h3, caption {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 10px 0 0 0;
}
p {
	margin: 0 0 10px 0;
}
a:link,
a:visited {
	color: #663300; /*braun */
	text-decoration: underline;
}
a:focus,
a:hover {
	background: #663300;
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
