/************************************************
	reset CSS
************************************************/

	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%;
		/*vertical-align: baseline;*/
		background: 		transparent;
		text-decoration:	none;
	}
	
	body {
		line-height: 		1;
	}
	
	ol, ul {
		list-style:			none;
	}
	
	blockquote, q {
		quotes: 			none;
	}
	
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: 			'';
		content: 			none;
	}
	
	:focus {
		outline: 			0;
	}

	ins {
		text-decoration: 	none;
	}
	del {
		text-decoration: 	line-through;
	}
	
	table {
		border-collapse: 	collapse;
		border-spacing: 	0;
	}

/************************************************
	Body
************************************************/

	
	html {
		overflow-x:		auto;
		overflow-y:		scroll;
	}

	body {
		font-family:	trebuchet ms,Verdana, Nobile, Geneva, cantarell, sans-serif;
		font-size:		14px;
		line-height:	17px;
		height: 100%;
		width: 100%;
	}
	
	h1 {
		display:		none;
	}
	h2 {
		font-size:		20px;
		font-weight:	700;
		margin:			0 0 15px 0;
		padding:		0;
	}
	
	h3 {
		font-size:		14px;
		color:			#000;
		font-weight:	700;
		margin-bottom:	7px;
	}
	
	h4 {
		font-size:		16px;
		color:			#e1001a;
		font-weight:	700;
	}
	
	h5 {
		font-size:		14px;
		font-weight:	700;
		margin-bottom:	5px;
	}
	
	h6 {
		font-size:		18px;
		margin:			0 0 6px;
		padding:		0;
	}
	
	th {
		text-align:		left;
	}
	
	td {
		font-size:		15px;
		height:			20px;
	}
	
	a {
		color:			#e1001a;
		font-weight:	300;
	}
	
	.bold {
		font-weight:	700;
		color:			#000000;
	}
	
	.clear {
		clear:			both;
	}
	
	.Pfeil-Titel {
		background:		url(/images/title.png) no-repeat 0px 3px;
		padding-left:	15px;
		height:			18px;
		color:			#e1001a;
		font-weight:	700;
		font-size:		1.05em;
	}
	
	.italic {
		font-style:		italic;
	}
	
	.black {
		color:			#000!important;
	}
	
	.white {
		color:			#fff;
	}
	
	.brake {
		height:			5px;
	}
	
	.bigRed {
		font-size:		28px;
		color:			#e1001a;
		font-weight:	700;
	}
	
	.autoWidth {
		width:			auto!important;
	}
	
	.beispiel {
		font-style:		italic;
		color:			#e1001a;
		font-size:		14px;
		margin-right:	15px;
	}
	
	ul.dot {
		list-style-image: url(/images/uldot.png);
		padding-left:	10px;
	}
