/***************************************
Dient als Grundlage und wird immer als 1. eingebunden!
***************************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, table, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}

body {
	background: #FFFFFF;
}


body, p, table, tr, td, div, form {
/*	font-size: inherit;*/
	margin: 0;
	padding: 0;
	line-height: 15px;
}

img {
	border: 0;
}


/* HEADLINES ********************************/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-weight: normal;
	color: black;
	padding: 0px;
	margin: 0px;
	text-align: left;
	line-height: 100%;
}

/* Haupttitel */
h1 {
	font-size: 22px;
	padding-bottom: .3em;
	color: #9C0C16;
}

/* Untertitel*/
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #9C0C16;
}

/* Untertitel*/
h3 {
	padding-bottom: 15px;
	color: #000000;
	font-weight: bold;
}


/* Aufzaehlungen *******************/

ul {
	list-style-type:none;
	list-style-position:outside;
	margin:	0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

li  {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
	padding-left: 0px;
}


/* Links *****************************/

a {
	text-decoration: none;
	font-weight: bold;
	color: #9C0C16;
	font-weight: bold;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:FOCUS {
	outline: inherit;
	border: inherit;
}

.clearall {
	clear: both;
	position: static;
}
.saveclear {
	position: static;
	overflow: hidden;
	width: 1px;
	height: 1px;
	clear: both;
}

table td {
	vertical-align: top;
}