/************************************************
	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
************************************************/

body {

	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				13px;
	min-height: 			100%;
	height: 				auto !important;
	height: 				100%;
	line-height:			16px;
	color:					#58585a;
}

.blue {
	color:					#0063be;
}
.bold {
	font-weight:			700;
}

h1 {
	text-indent:			-9000px;
}

h2 {
	font-weight:			700;
	font-size:				17px;
	margin-bottom:			10px;
}

h3, titelRot {
	color:					#b20000;
	font-size:				19px;
	font-weight:			700;
	margin-bottom:			20px;
}

h4 {
	color:					#FFF;
	font-size:				19px;
}

.clear {
	clear:					both;
}

a {
	color:					#999;
}

a:hover {
	color:					#fff;
}

.noMargin {
	margin:					0!important;
}

.noMarginRight {
	margin-right:			0!important;
}

.ul {
	list-style:				circle;
	padding:				0 0 0 10px;
	margin:					5px 0 5px 10px;
}

textarea {
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				12px;
}