body {
	font-family: Geaogia;
	font-size: 15.6px;
	line-height: 21.4px;
	letter-spacing: 0.05em;
}

hr {
	border: 0 none;
	background-image: url(strichli.png);
	background-repeat: repeat-x;
	height: 2px;
	outline-width: 0;
	margin: 0px 0px 22px 0px;
}

strong, b,
#tinymce strong {
	color: #F20707;
	font-weight: normal;
}

h1 {
	font-family: Geaogia;
	font-size: 15.6px;
	line-height: 22px;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	height: 55px;
}

h2 {
	font-size: 35px;
	line-height: 34px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 0px 0px;
	height: 55px;
	width: 425px;
	text-transform: uppercase;
}

p {
	margin: 0px 0px 22px 0px;
}

p.center {
	font-style: italic;
	text-align: center;
	margin: 0px 0px 44px 0px;
}

a, table a {
	color: #000000;
	text-decoration: underline;
	border: none;
	outline: none;
}

a:hover, #navigation li a:hover {
	color: #F20707;
}

a.hide,
span.hide,
body #content table a.hide,
body #content span.hide{
	text-decoration: none;
}

ul {
	line-height: 19px;
	margin: 0;
	padding: 0;
}

li {
	text-transform: uppercase;
	list-style: none inside;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	outline: none;
	display: inline;
	margin: 0px 25px 25px 0px;
}

table {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	background-image: url(strichli_table.png);
	background-repeat: repeat;
	background-position: top left;
}

tr {
	height: 44px;
	*height: 38px; /* IE 6 und 7 */
	border: 0 none;
	margin: 0px;
	padding: 0px;
}

td {
	border: 0 none;
	margin: 0px;
	padding: 6px 30px 0px 0px;
	white-space: nowrap;
}

*html tr {
	height: 38px;
	border: 0 none;
	margin: 0px;
	padding: 0px;
} //Gilt nur für Internet Explorer 6

*html td {
	border: 0 none;
	margin: 0px;
	padding: 6px 30px 0px 0px;
	white-space: nowrap;
} //Gilt nur für Internet Explorer 6

.alignright {
	text-align: right;
}

.tab300px {
	display: inline-block;
	width: 300px;
}