body {
	background-color: #666666;
	margin: 0;
	padding: 0;
	background-image: url("../images/bg_page.gif");
	background-repeat: repeat-y;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
/*	line-height: 14px;*/
	color: #666666;
}
html, body {
/*    height: 100%;*/
}
div#container {
/*    position: relative;
    min-height: 100%;*/
    min-width: 1070px;
	background-image: url("../images/bg_container.jpg");
	background-repeat: no-repeat;
	background-position: 45px 0;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color: black;
}
/* icon bar (right) *******************************************************************************/
div#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	height: 100%;
	width: 45px;
}
div#sidebar a {
	display: block;
	margin-top: 15px;
}
div#panel {
	padding-left: 45px;
}
/* header + navigation ****************************************************************************/
div#header {
	position: relative;
	width: 1025px;
	height: 120px;
}
div#header ul.mainnav {
	position: absolute;
	top: 0;
	left: 103px;
	padding: 0;
	margin: 0;
}
div#header ul.mainnav li {
	float: left;
	list-style-type: none;
	padding-right: 24px;
}
ul.mainnav a {
	display: block;
	padding-top: 59px;
	padding-bottom: 5px;
	color: black;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: normal;
}
ul.mainnav a:hover, ul.mainnav li.active a, ul.mainnav li.trail a {
	border-bottom: 5px solid #c58090;
}
ul.mainnav a:active {
	color: white;
	border-bottom: 5px solid #c58090;
}
div#header h1 {
	position: absolute;
	top: 83px;
	left: 103px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 12px;
	color: white;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
div#header ul#languagenav {
	position: absolute;
	top: 0;
	right: 30px;
}
div#header ul#languagenav li {
	float: left;
	list-style-type: none;
	padding-right: 5px;
	padding-top: 40px;
}
ul#languagenav a {
	display: block;
	background-color: #ff9999;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 20px;
	height: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 10px;
}
ul#languagenav li.active a {
	color: #666666;
}
ul#languagenav a:hover {
	color: #666666;
}
ul#languagenav span {
	display: block;
/*	background-color: #ff9999;*/
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 18px;
	height: 18px;
	padding-top: 8px;
	padding-bottom: 0px;
	line-height: 10px;
	border: 1px solid #eeeeee;
}
div#userInfo {
	z-index: 400;
	position: absolute;
	right: 5px;
	top: 123px;
}
/* content ****************************************************************************************/
div.content {
	float: left;
}
div.content h1, div.content h2, div.content h3, div.content h4 {
	margin: 0;
	padding: 0;
}
div.content h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 35px;
	color: #cc0000;
}
div.content h2 {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: black;
}
div.content h4 {
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
}
div.content img.preview {
	float: left;
	padding: 0 15px 10px 0;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
div.footerborder {
	height: 1em;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1em;
}
div.error {
	color: #ff0000;
}
/* home content ***********************************************************************************/
div#homecontent {
/*	position: relative;*/
	width: 1025px;
	height: 600px;
	position: relative;
}
div.homePuzzleImage {
	position: absolute;
	width: 120px;
	height: 120px;
	overflow: hidden;
}
div.homePuzzleImage:hover {
	background-color: pink;
}
div.homePuzzleImage img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	border: none;
}
div.homePuzzleImage:hover img {
	display: block;
}
/* standard content *******************************************************************************/
div#standardcontent {
	background-color: white;
	margin-left: 80px;
}
div#standardcontent div#minheightFake {
	float: left; 
	width: 23px; 
	height: 648px;
}
div#standardcontent div#contentwrapper {
	width: 944px;
}
div#standardcontent div.content {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 514px;
}
div#standardcontent div.paragraphtitle {
	margin-bottom: 2em;
}
div#standardcontent h1 {
	color: #cc0000;
}
/* doc content ************************************************************************************/
div#doccontent {
/*	position: relative;*/
	background-color: white;
}
div#doccontent div#minheightFake {
	float: left; 
	width: 103px; 
	height: 648px;
}
div#doccontent div#contentwrapper {
	width: 1050px;
}
div#doccontent div.content {
	float: left; 
	width: 921px; 
	margin-left: 0px; 
	background-color: white;
}
/* subnav *****************************************************************************************/
div#subnav {
	float: left;
	width: 200px;
	position: relative;
	top: -1px;
}
div#subnav ul.level3 {
	margin: 0;
	padding: 0;
	width: 200px;
	border-bottom: 1px solid #cccccc;
}
div#subnav ul.level3 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #cccccc;
}
div#subnav ul.level3 li.open {
	background-color: #fdf5f1;
}
ul.level3 a {
	display: block;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #666666;
	text-decoration: none;
	line-height: 1.4em;
	font-weight: normal;
}
ul.level3 a:hover {
	background-color: #efefef;
	color: black;
}
ul.level3 li.open a, ul.level3 li.active a {
	color: black;
}
ul.level3 ul.level4, ul.level3 ul.level5, ul.level3 ul.level6 {
	margin: 0;
	padding: 0;
}
/*div#subnav ul.level3 li.open li.leaf a, div#subnav ul.level3 li.active li.leaf a, div#subnav ul.level3 li.open li.closed a, div#subnav ul.level3 li.active li.closed a {
	font-weight: normal;
}*/
/*div#subnav ul.level3 li.open li a, div#subnav ul.level3 li.active li a {
	font-weight: normal;
}*/
ul.level3 ul.level4 li a {
	color: black;
	width: 190px;
	padding-left: 10px;
}
ul.level3 ul.level4 li.open a, ul.level3 ul.level4 li.active a {
	color: #cc0000;
}
ul.level4 ul.level5 li a {
	color: #cc0000;
	width: 180px;
	padding-left: 20px;
}
div#subnav ul.level5 li.active a, div#subnav ul.level5 li.trail a {
	background-image: url("../images/bg_level5_active.gif");
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
div#subnav ul.level3 li.active strong a, div#subnav ul.level3 li.trail a, div#subnav ul.level3 li.trail li.active strong a {
	font-weight: bold;
}
div#subnav ul.level3 li.active li.leaf a, div#subnav ul.level3 li.trail li.leaf a, div#subnav ul.level3 li.trail li.closed a {
	font-weight: normal;
}
ul.level5 ul.level6 li a {
/*	color: #cc0000;*/
	width: 170px;
	padding-left: 30px;
}
div#subnav ul.level5 li.active ul li a, div#subnav ul.level5 li.trail ul li a {
	background-image: none;
}
div#subnav ul.level5 li.trail ul.level6 li.active a, div#subnav ul.level5 li.trail ul.level6 li.trail a {
	background-image: url("../images/bg_level5_active.gif");
	background-repeat: no-repeat;
	background-position: 20px 7px;
}
/* breadcrumb *************************************************************************************/
div#breadcrumb {
	font-size: 10px;
	font-weight: bold;
}
div#breadcrumb a {
	color: #cc0000;
	text-decoration: none;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}
div#contentcol {
	float: right;
	width: 650px;
	position: relative;
	padding-top: 2px;
/*	margin-left: 250px;*/
}
div#contentcol div.standard {
	width: 500px;
}
div#contentcol div h2 {
	margin-bottom: 0.5em;
}
/* downolads **************************************************************************************/
div.downloads {
}
div.downloaditem {
	position: relative;
	margin-top: 0.5em;
	border-top: 1px solid #cccccc;
	padding-left: 180px;
	padding-top: 3px;
	margin-bottom: 2em;
}
div.downloaditem a {
	text-decoration: none;
	color: black;
}
div.downloaditem a:hover {
	text-decoration: underline;
}
div.downloaditem img.icon {
	position: absolute; 
	top: 3px; 
	left: -25px; 
	border: none;
}
div.downloaditem a.download {
	position: relative;
	display: block; 
}
div.downloaditem a span.info {
	color: #666666;
}
div.firstsubpage {
/*	border-top: 1px solid pink;*/
}
div.firstsubpage a.listingitem {
}
div.followingsubpage {
	border-top: 1px solid #cccccc;
}
div.followingsubpage a.listingitem {
	padding-top: 4px;
}
a.listingitem div.cleaner {
	height: 4px;
}
a.listingitem div.title {
	float: left; 
	width: 150px; 
	margin-right: 20px;
	color: black;
	font-weight: bold;
}
a.listingitem {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #666666;
}
a.listingitem:hover {
	background-color: #fafafa;
/*	background-color: #fdf5f1;*/
}
a.listingitem div.title a:hover {
	color: #333333;
}
a.listingitem div.description {
	float: left;
	width: 300px;
}
a.listingitem div.pic {
	float: right;
	width: 168px;
	overflow: hidden;
	text-align: right;
}
/* footer *****************************************************************************************/
div#footer {
	margin-left: 45px; 
	padding: 3px 10px 10px 80px;
	color: #888888;
	font-size: 9px;
}
div#footer a {
	color: #888888;
	text-decoration: none;
}
div#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
div#doccontent div.contentarea {
	margin-left: 105px;
	padding-top: 15px;
	padding-bottom: 25px;
	width: 918px;
}
div.contentheader {
	position: relative; 
	padding-left: 0; 
	padding-bottom: 0.5em; 
	border-top: 1px solid white;
	border-bottom: 1px solid #cccccc;
}
div.contentheader h1 {
	margin-bottom: 3em;
	color: #f1d6c4;
	letter-spacing: 12px;
	font-size: 18px;
}