/* 
=======================================================================================
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: 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;
	background: #ec8a0f url('../images/html_bg.jpg') repeat-x;
}

body {
	/* keep font-attributes in this sequence */
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center; /* Zentrierung der Seite */
}


/** Headlines ****************************/
h1 {
	font-size: 20px;
	font-weight: bold;
	margin:0;
	padding:0;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}


/** Paragraph ***************************/
p {
	margin: 0 0 0 0; 
	line-height: 1.3em;
}


/** Links *******************************/
a {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}

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


/** Image *******************************/
img, a img {
	border: none;
}


/** List ********************************/
ul {
	margin: 0 0 0 0;
}

ul li {
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0px 5px;
}


/** Numeric List ************************/
ol {
	margin: 0 0 0 0;
	list-style: decimal;
}

ol li {
	
}

div {
	padding: 0;
	margin: 0;
}