body {
 background: url(images/bkg_page.gif) repeat-x  #cd072d;
 margin: 0;
 padding: 0;
}

body,
input,
div,
td,
p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #004e94;
}

table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

td {
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
}
table#page {
	width: 1000px;
	height: 100%;
}

td#teaser {
	width: 800px;
	height: 175px;
	padding: 0;
	background: #f6a446;
	text-align: left;
	vertical-align: top;
}

img.teaser {
	width: 800px;
	height: 175px;
	border: none;
	margin: 0;
}

td#logorow {
	width: 150px;
	padding: 0;
	background: #feeddc;
	text-align: center;
	vertical-align: top;
}

div.logos {
	width: 120px;
	margin: 10px auto 0 auto ;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: center;
}

div.logos img {
	width: 120px;
	height: 80px;
	border: none;
}

div.logos img.decologo {
	margin: 0 0 7px 0;
	height: 31px;
}

td#menu {
	width: 150px;
	padding: 0;
	background: url(images/bkg_menu.gif) repeat-x #fac068;
	text-align: left;
	vertical-align: top;
}

div.menu {
	width: 150px;
	margin-top: 50px;
	border-top: 1px solid #004e94;
}

div.menu a {
	display: block;
	width: 130px;
	padding: 10px;
	color: #004e94;
	border-bottom: 1px solid #004e94;
	font: 12px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

*html div.menu a{
	width: 150px;
	w/idth: 130px;
}

div.menu a:link,
div.menu a:visited {
	color: #004e94;
	background: transparent;
}

div.menu a:hover,
div.menu a:active,
div.menu a:focus {
	color: #004e94;
	background: #fac068; /*#cd072d;*/
}

div.menu a.active:link,
div.menu a.active:visited {
	color: #004e94;
	background: #ed6b15;
}

div.menu a.active:hover,
div.menu a.active:active,
div.menu a.active:focus {
	color: #004e94;
	background: #ef7a22;
}

td#main {
	width: 500px;
	padding: 0;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
}

td#rightrow {
	width: 200px;
	background: url(images/bkg_rightrow.gif) no-repeat;
	text-align: left;
	vertical-align: top;
}


div#content {
	width: 480px;
	margin: 10px 10px;
}

div.images {
	width: 180px;
	float: right;
	margin: 0 0 0 10px;
	border: none;
}

div.images img {
	margin-bottom: 10px;
	border: none;
}

div#rootline {
   height: 40px;
	margin-left: 10px;
	font: 10px/14px Arial, Helvetica, sans-serif;
}

div.adv,
iframe.adv {
	width: 468px;
	height: 60px;
	margin: 6px 0;
}

h1 {
	margin: 0 0 10px 0;
	font: bold 20px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	margin: 0 0 10px 0;
	font: 16px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	margin: 0 0 5px 0;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	margin: 0 0 10px 0;
}

p.separated {
   padding: 0 0 10px 0;
	border-bottom: 2px solid #004e94;
}

p.small {
	font: 10px/14px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

p.plzselect {
	color: #004e94;
	font: bold 20px/24px Verdana, Helvetica, sans-serif;
	margin: 0 0 0 0;
	letter-spacing: 1px;
	text-align: center;
}

p.plzselect span.light {
	color: #BBCEDF;
}

textarea.code {
	width: 448px;
	height: 110px;
	font: 11px/14px "Courier New";
	margin: 0 0 10px 0;
	overflow: auto;
	border: 1px solid #004e94;
}

a.simple {
	color: #004e94;
	text-decoration: none;
}

a.simple:link,
a.simple:visited {
	color: #004e94;
	text-decoration: none;
}

a.simple:hover,
a.simple:active,
a.simple:focus {
   color: #000000;
	text-decoration: underlined;
}

a {
	color: #004e94;
	text-decoration: underlined;
}

a:link,
a:visited {
	color: #004e94;
	text-decoration: underlined;
}

a:hover,
a:active,
a:focus {
   color: #000000;
	text-decoration: underlined;
}

table.contentbox {
	width: 468px;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 6px 16px 6px;
}

table.contentbox td.t {
	height: 20px;
	padding: 0;
	background: url(images/border_blue_top.gif) left no-repeat;
}

table.contentbox td.r {
	width: 10px;
	padding: 0;
	background: url(images/border_blue_right.gif) top repeat-y;
}

table.contentbox td.b {
	height: 20px;
	padding: 0;
	background: url(images/border_blue_bottom.gif) right no-repeat;
}

table.contentbox td.l {
	width: 10px;
	padding: 0;
	background: url(images/border_blue_left.gif) bottom repeat-y;
}

table.contentbox td.c {
	width: 448px;
	padding: 0;
}

table.box {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
	margin-bottom: 10px;
}

table.box td {
	padding: 0;
	background: #fcf1e3;
}
table.box td.t {
	height: 10px;
	padding: 0;
	background: url(images/border_small_top.gif) left no-repeat;
}

table.box td.r {
	width: 10px;
	padding: 0;
	background: url(images/border_small_right.gif) top no-repeat;
}

table.box td.b {
	height: 10px;
	padding: 0;
	background: url(images/border_small_bottom.gif) right no-repeat;
}

table.box td.l {
	width: 10px;
	padding: 0;
	background: url(images/border_small_left.gif) bottom no-repeat;
}

ul {
	margin: 0 0 10px 0;
	list-style: none outside;
}

li {
	margin: 0 0 2px 10px;
	padding: 0 0 0 10px;
}

fieldset {
	padding: 4px;
	border: 1px solid #004e94;	
}

legend {
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;	
}

td.label {
	text-align: right;
	vertical-align: middle;
}

input.text {
	width: 250px;
	height: 24px;
	padding: 4px;
	margin: 2px 2px 2px 8px;
	border: 1px solid #004e94;
	vertical-align: middle;
}