@charset "utf-8";
/*reset*/
center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 101%;
font-family: inherit;
font-variant: inherit;
vertical-align: baseline;}

/*AKTUELLE FORMATIERUNGEN*/
body {
	background-color: #7A1316;
	padding: 0px;
	margin:0px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
strong{
	font-weight:bold;
}


ul {
	padding:4px 0 4px 24px;
}

li {
	padding:2px 0 2px 8px;
}

h1{
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	padding:4px 0 4px 0;
}

h2{
	font-size:14px;
	line-height:normal;
	font-weight:bold;
	padding:4px 0 4px 0;
}
h3,
h4,
h5{
	font-size:13px;
	font-weight:normal;
	padding:4px 0 4px 0;
}
td,
td{
	font-weight:normal;
	font-size:13px;
}
p,
p{
	margin: 4px 0 8px 0px;
}
table,
table {
	margin: 0;
	padding:0;
	font-weight:normal;
}
a,
a:hover,
a:visited {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}