body {
	height: 100%; margin: 0px; padding: 0px;
	/* background-image:url(); background-repeat: repeat; */
	text-align: center;  /* ie workaround centering page */
}

html, body, td, th, h1, h2, h3, li, input, select {
	font-family: helvetica,sans-serif;
	font-size: 12px;
}

table {
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
}

td, th {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

a {
        color: #000000;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}

.right {
	text-align: right;
}


.menu {
	color: #ffffff;
	font-family: verdana;
}

.menu.l0 {
	font-weight: bold;
}

.menu a {
        color: #ffffff;
}

/* ----- layout main definitions ------------------------------------------ */

div#sheet {
	height: 100%;
	width: 1033px;		/* 34px + 965px + 34px */
	text-align: left;	/* undo ie workaround centering page */
	margin: 0 auto;		/* centering page */
	background:url(images/bg_sheet.jpg) top center repeat-y;
}

/* "min-height" hack for mozilla */
html:root #sheet {
	height: auto;
	min-height: 100%;
}

table#page {
	height: 100%;
	width: 100%;
	background:url(images/bg_page.jpg) top center no-repeat;
}

table#page tbody {
	height: 100%;
}

td#shadow_left {
	width: 34px;
	height: 100%;
	background:url(images/bg_shadow_left.jpg) top left repeat-y;
}

td#shadow_right {
	width: 34px;
	height: 100%;
	background:url(images/bg_shadow_right.jpg) top right repeat-y;
}

td#left {
	width: 201px;
	height: 100%;
	/* background:url(images/bg_klaus.jpg) 9px 170px no-repeat; */
}

div#menu_left {
	margin-top: 190px;
	margin-left: 9px;
	width: 179px;
	overflow: hidden;
}

div#menu_left div.itemwrap {
	border-bottom: 1px dotted #ffffff;
}

div#menu_left div.item {
	margin-left: 8px;
	margin-right: 8px;
	padding: 4px;
	padding-left: 8px;
	background: url(images/bg_menu_item.png) left 8px no-repeat;
}

div#menu_left div.item.l2 {
	margin-left: 16px;
	border-bottom: none;
}

div#menu_left div.item.l3 {
	margin-left: 24px;
	border-bottom: none;
	font-style: italic;
}

div#menu_left div.item .selected {
	font-weight: bold;
}

div#menu_left_header {
	padding: 4px;
	background-color: #00185E;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

td#body {
	height: 100%;
	width: 100%;
}

table#body {
	height: 100%;
	width: 100%;
}

td#top {
	width: 100%;
	height: 154px;
}

table#top {
	float: right;
}

table#top td {
	height: 24px;
	line-height: 24px;
}

table#top td div {
	margin-right: 10px;
	vertical-align: middle;
}

td#header {
	width: 100%;
	height: 21px;
}

td#header div#header {
	margin-left: 16px;
}

td#rootline {
	width: 100%;
	height: 47px;
	line-height: 47px;
	xbackground-color: #ff00ff;
}

td#rootline div#rootline {
	margin-left: 30px;
	font-family: verdana;
	font-size: 14px;
	vertical-align: middle;
}

td#content {
	width: 100%;
	xbackground-color: #ff00ff;
}

td#content div#content {
	margin-top: 16px;
	margin-left: 30px;
	width: 700px;
	xoverflow: hidden;
	xbackground-color: #ffff00;
}

a.myPlayer {
	display: block;
	width: 320px;
	height: 240px;
	background-position: center;
}


a.myPlayer img {
	margin-top: 78px;
	margin-right: 117px;
	width: 83px;
	height: 83px;
	border: none;
}

table.oho {
	width: 100%;
	border: 1px solid #004d9d;
	border-top: none;
}

table.oho.service td.right {
	width: 320px;
}

table.oho.product td.right {
	width: 150px;
	background-color: #8daecf;
	border-left: 1px solid #004d9d;
}

table.oho td {
	padding: 10px;
}

table.oho.product td.right div.right {
	text-align: left;
	color: #ffffff;
}

table.oho.product td.right div.file {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.oho.product td.right div.file img {
	float: left;
}

table.oho.product td.right div.file div {
	display: inline;
}

table.oho.product td.right div.file hr {
	clear: both;
        height: 0px;
        color: #ffffff;
        border-style: none;
        border-top: solid 1px #ffffff;
        margin-top: 5px;
        margin-bottom: 5px;
}

div.csc-frame-201 {
	background-color: #abb9d4;
	margin-bottom: 10px;
}

div.csc-frame-201 div.csc-header {
	background-color: #004d9b;
	padding: 5px;
	color: #ffffff;
}

div.csc-frame-201 div.csc-header h3,
div.csc-frame-201 div.csc-header h4 {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-weight: bold;
}

div.csc-frame-201 div.csc-header h4 {
	font-weight: normal;
	text-align: center;
}

div.csc-mailform-field label {
	display: block;
}

div.csc-mailform-field input {
	margin-bottom: 5px;
}

td.csc-form-labelcell {
	padding: 5px;
}