/* 
=======================================================================================
Reset browser default settings (dont change anything)
=======================================================================================
*/
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,
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:		normal;
	font-style:			normal;
	font-size:			100%;
	font-family:		inherit;
	vertical-align:		baseline;
}

body {
	color:				212121;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:	collapse; /* collapse = one border between two cells; separate = each cell has four borders*/
	border-spacing:		0;
}

caption, th, td {
	text-align:			left;
	font-weight:		normal;
}

/* 
=======================================================================================
New basic settings
======================================================================================= 
*/
html {
	height:				100%;
}

body {
	/* keep font-attributes in this sequence */
	font-family:		Arial,sans-serif;
	font-size:			12px;
	font-weight:		normal;
	color:				#212121;
	text-align:			left; /* Zentrierung der Seite */
}


/** Headlines ****************************/
h1 {
	font-size:			20px;
	font-weight:		bold;
	margin:				0 0 0 0;
}

h2 {
	font-size:			24px;
	font-weight:		normal;
	margin:				0 0 15px 0;
}

h3 {
	color:				#02478f;
	font-size:			14px;
	font-weight:		normal;
	margin:				0 0 14px 30px;
}

h4 {
	font-size:			12px;
	font-weight:		bold;
	margin:				0 0 0 0;
}


/** Paragraph ***************************/
p {
	font-size:			12px;
	margin:				0 0 15px 0;
	line-height:		18px;
}


/** Links *******************************/
a {
	color:				#3a98d4;
	text-decoration:	underline;
	cursor:				pointer;
}

a:hover {
	text-decoration:	none;
}

a:link { text-decoration:underline; }
a:visited { text-decoration:underline; }


/** Table *******************************/
table {
	margin:				0 0 0 0;
}

table tr {

}

table tr td {
	padding:			0 0 0 0;
}


/** Image *******************************/
img, a img {
	border:				none;
}


/** List ********************************/
ul {
	margin:				0 0 15px 0;
	padding:			0;
	list-style:			none;
}

ul li {
	margin:				0;
	padding:			0;
	list-style:			none;
}


/** Numeric List ************************/
ol {
	margin:				0 0 23px 30px;
	list-style:			decimal;
}

ol li {
	
}

div {
	padding:			0;
	margin:				0;
}