/**
 * +----------------------------------------------------------------------+
 * | CSS version 2                                                        |
 * +----------------------------------------------------------------------+
 * | Copyright (c) Experteer GmbH                                         |
 * +----------------------------------------------------------------------+
 * | Date: 2006.09                                                        |
 * +----------------------------------------------------------------------+
 * | Media: ALL                                                           |
 * +----------------------------------------------------------------------+
 * | Section: HTML                                                        |
 * +----------------------------------------------------------------------+
 * | Author: Original Author <info@frede.biz>                             |
 * +----------------------------------------------------------------------+
 */

BODY {
	background: #F4F5F7 url(/images/bgBody.jpg) repeat-x top;
	margin: 0;
	padding: 0;
}

BODY, H1, H2, H3, H4, H5, H6, INPUT, SELECT, TEXTAREA, TABLE {
	font-family: Arial, Helvetica, sans-serif;
	color: #525B65;
	font-size: 11px;
	line-height: 14px;
}

FORM, H1, H2, H3, H4, H5, H6 {
	margin: 0;
}

H1 {
	color: #67737F;
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 10px 0;
}

H2 {
	color: #67737F;
}

H5, H6 {
	font-weight: normal;
}

H6 {
	font-style: italic;
}

HR {
	display: none;
}

IMG {
	border: 0;
}

P {
	margin: 0 0 10px 0;
}

A:link,
A:visited,
A:hover,
A:focus,
A:active {
	color: #FF7D21;
	text-decoration: underline;
}

A IMG {
	border: none;
}

ABBR, ACRONYM {
	font-style: inherit;
	cursor: help;
}

DFN {
	font-style: normal;
}

EM, STRONG {
	color: #67737F;
	font-style: normal;
	font-weight: bold;
}

BLOCKQUOTE {
	margin-bottom: 10px;
	margin-left: 0;
	font-style: normal;
	font-variant: small-caps;
}

CITE {
	font-style: italic;
}

OPTGROUP {
	font-style: normal;
}


DL, DT, DD, OL, UL {
	margin: 0;
	padding: 0;
}

OL, LI.p {
	margin: 0 0 10px 0; 
}

/*
UL {
	list-style: none; 
	padding: 0; 
}
*/

OL, UL {
	padding: 0 0 0 17px;
}

OL UL LI {
	margin: 0;
}

DT {
	/*font-weight: bold;*/
	font-weight: normal;
}

DL DL DT {
	font-weight: normal;
}

DL DL {
	margin: 0;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 0 0 10px 0;
}

CAPTION, TD, TH {
	text-align: left;
}

TD, TH {
	vertical-align: top;
}

TH {
	color: #67737F;
}