/*
 * Stylesheet definitions for www.kbf-freiburg.de
 * 2005-01-03, alex@barton-it.de
 */

body {
	color: black;
	background: #eee;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	margin-top: 2em;
}

h1, h2 {
	color: #666;
	background: transparent;
	text-align: center;
}

h1 {
	font-family: "AvantGarde Bk BT", Arial, sans-serif;
	font-size: 2.8em;
	padding-bottom: 0px;
	margin-bottom: 0.1em;
}

h2 {
	font-family: "AvantGarde Md BT", Arial, sans-serif;
	font-size: 1.5em;
	padding-top: 0px;
	margin-top: 0.1em;
	padding-bottom: 1em;
}

h2 img {
	padding: 0px 5px;
}

table {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

td {
	text-align: left;
	vertical-align: top;
}

td p {
	padding: 0px;
	margin: 1em 0px;
}

img {
	border: 0px;
}

a {
	color: black;
	background: transparent;
	text-decoration: none;
}

a:visited { color: black; }

a:hover { color: red; }

/* -eof- */
