@CHARSET "UTF-8";

/* ---- CSS-Angaben um Browser aus einheitlichen Stand zu bringen: */

	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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100.01%;
vertical-align: baseline;
background: transparent;
font-family: Georgia, "Times New Roman", Times, serif;
/*font-family: Verdana, Geneva, sans-serif;*/
/*font-family: "Courier New", Courier, monospace;*/
/*font-family: Arial, Helvetica, sans-serif;*/
/*font-family: Tahoma, Geneva, sans-serif;*/
/*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
/*font-family:"Times New Roman", Times, serif;*/
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

	body {
font-size: 0.625em;
line-height: 1;
background: white;
color: #222;
}

/* ---- allgemeine Zustaende ---- */
	.hidden {
display: block;
position: absolute;
top: -9999px;
left: -9999px;
}
	em, i {
font-style: italic;
}
	strong, b {
font-weight: 600;
}

/* remember to define focus styles! */
	:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
	ins {
text-decoration: none;
}
	del {
text-decoration: line-through;
}

/* ---- Links ---- */
	a {
text-decoration: underline;
}
	a:hover {
text-decoration: underline;
}
	a:visited {
text-decoration: underline;
}	
	a:visited:hover {
text-decoration: underline;
}
	a img, a:hover img, a:visited img {
border: 0;
}
/* ---- Ueberschriften ---- */
	h1, h2, h3, h4, h5, h6 {
margin: 0.3em 0 0.1em 0;
}
	h1 {
font-size: 200%;
}
	h2 {
font-size: 165%;
}
	h3 {
font-size: 150%;
}
	h4 {
font-size: 115%;
}
	h5 {
font-size: 105%;
}
	h6 {
font-size: 100%;
}

/* ---- Absatz, Zitat ---- */
	p {
font-size: 1.3em;
line-height: 1.55em;
margin: 0.4em 0 0.5em 0;
padding: 0;
}
	address {
font-size: 1.3em;
line-height: 1.55em;
margin: 1em;
padding: 0;
}
	blockquote, q {
quotes: none;
}
	blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

/* ---- Tabellen, Listen ---- */
	table {
border-collapse: collapse;
border-spacing: 0;
/* 'cellspacing="0"' im HTML-Quelltext erforderlich */
}
	caption, th, td {
text-align: left;
font-weight: normal;
}
	ol, ul {
list-style: none;
}
	ul, ol, dl { 
position: relative; 
/*Fix von IE-Bug, sonst Hintergrunddarstellung falsch */
}


/* ---- Styleanweisungen ---- */
	.clear {
clear: both;
}

div.BodyWrap
{
	width: auto;
	min-width: 400px;
	max-width: 650px;
	margin: 4em 4em 6em 4em;
}
