body { 
	color: #ffffff;
	margin: 0px;
	background: url(../_data/_global/img/mol-bg.gif) #ff9c48 repeat-x;
	text-align: center; }
	
body, p, td, div { 
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px; }

hr { height: 1px; border: solid 1px #ffffff; }
	
img { border: 0px; }

/* site overview */
#sitecontent { position: absolute; visibility: hidden; z-index: 1; }

#main { position: relative; width: 800px; margin: auto; text-align: left; }
#header { width: 800px; border: solid 1px #ffbd7a; background: url(../_data/_global/img/header-bg.jpg); }
#header-symbol { position: relative; left: 19px; top: 9px; width: 64px; height: 60px; }
#header-logotype { position: relative; left: 512px; top: 7px; width: 249px; height: 44px; background: url(../_data/_global/img/mol-logotype.gif) no-repeat; }
#navigation { width: 800px; height: 30px; background: url(../_data/_global/img/navi-bg.gif); }
#subnavigation { width: 800px; height: 18px; border: solid 1px #ffbd7a; background: url(../_data/_global/img/subnavi-bg.gif); }
#content { width: 800px; text-align: left; }
#footer { width: 800px; text-align: center; border: solid 1px #ffbd7a; background: url(../_data/_global/img/footer-bg.gif); }

#tableframe { background: none #ffbd7a; }
#tablecontent { background: none; }

.sidecol { font-size: 10px; }
.error { color: #d92737; font-weight: normal; }

#sitemap { height: 18px; }
a.sitemap, a.sitemap:link, a.sitemap:visited, a.sitemap:active { font-weight: bold; text-decoration: none; color: #ffffff; }
a.sitemap:hover { text-decoration: underline; color: #ffffff; }
a.sitemaphidden, a.sitemaphidden:link, a.sitemaphidden:visited, a.sitemaphidden:active { font-weight: bold; text-decoration: none; color: #cc0000; }
a.sitemaphidden:hover { text-decoration: underline; color: #ff3333; }

.subnavi { font-size: 10px; font-weight: bold; line-height: 12px; margin-top: 0px; margin-bottom: 18px; }
.subnavicopy { font-size: 10px; line-height: 11px; }

.maincontent h3 { font-size: 11px; font-weight: bold; line-height: 11px; margin-top: 0px; margin-bottom: 18px; }

.language { text-align: right; vertical-align: top; padding-top: 4px; }

acronym { cursor: help; }
a:link, a:visited, a:active { color: #ffffff; text-decoration: underline; }
a:hover { text-decoration: none; }

.editmodule { border: solid 0px; padding: 0px; }
.editmodulesegment { border: dotted 1px #ffffff; padding: 5px; }

/* form fields */

input, textarea, select {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	background-color: #f9f9f9;
	border: solid 0px; }

input.check { vertical-align: center; background: none; }

input.fields, textarea.fields { background-color: transparent; border: dotted 1px #ffffff; }

textarea.readonly {
	color: #666666;
	background-color: #dddddd;
	border: 0px; }
	
select { padding: 0px;}