* {
	font: normal 12px arial, helvetica, sans, sans-serif;
	color: black;
	text-decoration: none;
}

BODY {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: #F3FCE9 url('/grafik/bg.png') repeat-x 0px 0px;
}

FORM { display: inline; }
INPUT, SELECT { font-size: 11px; }

H1, H2, H3 {
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 3px 0;
}

H2, H3 { font-size: 14px; }

H1 {
	color: #5B852B;
	font-size: 16px;
}

H2, H3 { color: #CC6600; }

#tabMain {
	width: 960px;
	height: 620px;
	background-image: url(/grafik/bg_tab_main.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#tabContent {
	width: 435px;
	height: 290px;
	border: solid 2px #FFFFFF;
	background-image: url(/grafik/bg_tab_content.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}

#menuTop { margin-left: 60px; }
#menuMain { margin: 0 5px 0 12px; }

#menuMain ul {
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
	list-style: none;
}

#menuMain li {
	margin: 0;
	padding: 5px 5px 6px 3px;
	border: 0;
	list-style: none;
	background: url("/grafik/bg_menu.jpg") no-repeat left top;
}

#menuMain li a {
	font: bold 12px Lucida Grande, sans-serif;
	letter-spacing: -0.3px;
	padding: 8px 3px 0 3px;
}

#menuMain li a:hover {
	font: bold 12px Lucida Grande, sans-serif;
	letter-spacing: -0.3px;
	padding: 8px 3px 0 3px;
	color: #C40634;
}

#menuSites { margin: 10px 5px 0 12px; }

#content {
	margin-top: 160px;
	margin-left: 10px;
	padding: 5px 5px 10px 10px;
	background-color: #fff;
	min-width: 555px;
	min-height: 420px;
}

#content a:link, a:visited { color: #8A082A; }
#content  a:hover, a:active { color: #ef8100; }
#actionBox { margin: 180px 0 0 10px; }
#actionBox A { color: #F7B048; }

/* Form new Customer */
#formNewCustomer TABLE {
	width: 500px;
	border: 0px;
	padding: 0px;
}

#formNewCustomer .tdDesc {
	background-color: #B7DF8B;
	width: 150px;
}

#formNewCustomer TD { background-color: #D9EFC2; }

#formNewCustomer .tdHeader {
	background-color: #F7B048;
	font-weight: bold;
	text-align: center;
}

#formNewCustomer .tdSubmit {
	background-color: #F7B048;
	font-weight: bold;
	text-align: center;
}

#formNewCustomer .tdSubmit INPUT {
	margin-left: 50px;
	margin-right: 50px;
}

/* Form new Customer */
#formCatalog TD {
	background-color: #D9EFC2;
	padding: 2px;
}

#formCatalog .tdDesc { font-weight: bold; }

#formCatalog .label {
	background-color: #B7DF8B;
	width: 100px;
}

#formCatalog .tdHeader {
	background-color: #F7B048;
	font-weight: bold;
	text-align: center;
}

#formCatalog .tdSubmit {
	background-color: #F7B048;
	font-weight: bold;
	text-align: center;
}

#formCatalog .tdSubmit INPUT {
	margin-left: 50px;
	margin-right: 50px;
}

.error {
	color: #9F0000;
	font-weight: bold;
}

/* foot note */
#footer { margin-top: 15px; }
#footer a, a:link, a:visited { color: #8A082A; }
#footer a:hover, a:active { color: #ef8100; }
