

@import "reset.css";

html, body, table, input, textarea {
	font-family: Times, serif;
	font-size:14px;
	color: #420609;
	line-height:18px;
}

a:link,
a:visited {
	outline: none !important;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: block;
}

a {
	color: #420609;
	text-decoration: none;
}

a:link,
a:visited {
	color: #420609;
	text-decoration: none;
}

a:hover,
a.active {
	color: #420609;
	text-decoration: none;
}

h1 {
	font-size:16px;
	margin-bottom:15px;
	font-weight: bold;
} 

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:7px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom:4px;
}

p {
	font-size:14px;
	line-height:18px;
	margin-bottom:10px;
}

#contentleft ul,
#contentright ul {
	padding: 0 0 0 18px;
	list-style: circle;
	margin-bottom: 10px;
}

.noscript .farbe {
	display:none;
}
