/* Allgemeine Formatierung */

html,body {
	color: #000;
	background: #fff;
}

#contenttop {
	margin: 0;
	padding: 0;
}

/* Schriftformatierung */


p, address, table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	font-style: normal;
}


h1 {
	color: #000;
	margin: 0;
	padding: 0;
}


h2 {
	margin: 0;
	padding: 1em 0 0 0;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.4em;
	color: #333;
}

h3 {
	color: #000;
}

h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #000;
}


/* Tabellen */

table tr,td {
	vertical-align: top;
}

.spaltenbreite {
	width: 5em;
}


/* Bildformatierung */

img { border: 0; }

.topclaim {
	display: none;
}


/* Links und Navi */

a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a.textlink:link {
	color: #990000;
}

a.textlink:visited {
	color: #777;
}

a.textlink:hover {
	text-decoration: underline;
}

a.textlink:active {
	color: #990000;
}