body { 
	color: #000000;
	margin: 0px;
	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 { margin: auto; text-align: left; width: 978px; border: solid 1px #ffffff; }
#navigation { position: absolute; top: 32px; z-index: 2; }

.sidecol { font-size: 10px; }

.subnavi { font-size: 10px; font-weight: bold; line-height: 12px; margin-top: 0px; margin-bottom: 18px; }
a.subnavi:link, a.subnavi:visited, a.subnavi:active { text-decoration: none; }
a.subnavi:hover { text-decoration: underline; }

.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: #666666; text-decoration: underline; }
a:hover { text-decoration: none; }

.editmodule { background-color: #cccccc; border: solid 0px; padding: 8px; }
.editmodulesegment { background-color: #dddddd; border: solid 0px; padding: 8px; }

/* 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: middle; background: none; }

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

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