/* 
=======================================================================================
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: 12px;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: black;
}
ol, ul {
	list-style: none;
}
/* 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%;
	overflow: -moz-scrollbars-vertical;
}

body {
	/* keep font-attributes in this sequence */
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-align: center; /* Zentrierung der Seite */
}


/** Headlines ****************************/
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h2 {
	text-transform:		uppercase;
	font-size:			16px;
	font-weight:		bold;
	line-height:		20px;
	margin:				0 0 15px 0;
	color:				#006699;
}

h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

h4 {
	font-size:			16px;
	font-weight:		bold;
	margin:				0 0 15px 0;
	color:				#a4001d;
}


/** Paragraph ***************************/
p {
	margin: 0 0 15px 0;
	line-height: 18px;
}


/** Links *******************************/
a {
	color: #006699;
	text-decoration: underline;
	cursor: pointer;
}

a.nodecoration
{
	text-decoration:	none !important;
}

a:hover {
	text-decoration: none;
}

a:link { text-decoration:none; }
a:visited { text-decoration:none; }


/** Table *******************************/
table {
	margin: 0 0 0 0;
}

table tr {

}

table tr td {
	padding: 0 0 0 0;
	line-height: 18px;
}


/** Image *******************************/
img, a img {
	border: none;
}


/** List ********************************/
ul {
	margin: 0 0 15px 0;
}

ul li {
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 7px;
	line-height: 18px;
}


/** Numeric List ************************/
ol {
	margin:					0 0 15px 16px;
	list-style:				decimal;
}

*html ol,
html* ol
{
	margin-left:			27px;
}

ol li {
	padding:				0 0 5px 0;
	line-height:			18px;
}

ol li p
{
	margin-bottom:			5px;
}

div {
	padding: 0;
	margin: 0;
}
