body, html {
	/* Used to be able to use height: 100% on elements in the page */
	height:			100%;
	/* Set default font attributes for the whole document */
	font-family:		Arial, Helvetica, sans-serif;
	font-size:		9pt;
	line-height:		2.3ex;
	line-height:		14px;
	color:			#000;
}

body {
	margin: 		0px;
	/* Set the padding, Opera's default is not zero. */
	padding:		0px;
	/* Also, we set the background color, because Netscape 6 Mac defaults to a background color of gray. */
	background:		#BE3C00;
	
	
	/* Used to center content in IE, but you need to set "text-align: left;" in contained divs */
	text-align:		center;
}

#divBody {
	width:			776px;
	/* Used to center content Mozilla + Safari */
	margin:			0px auto;
	text-align:		left;
	height: 		100%;
	position: 		relative;
	overflow: 		visible;
}

/* Centering the divMain, using divCenter and divBody and a hack like
   http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */
   
#divBody {overflow: hidden; position: relative;}
#divBody[id] {display: table; position: static;}
#divCenter {position: absolute; top: 50%}  /* for explorer only*/
#divCenter[id] {display: table-cell; vertical-align: middle; position: static;}
#divMain {position: relative; top: -50%}  /* for explorer only */
/* optional: #divMain[id] {position: static;} */

#divMain {
	background-image:	url(../gif/prelox_background.jpg);
	height:			566px;
	position:		relative;
	width:			776px;
}

#divNavigation {
	position:			relative;
	width: 				121px;
}

#divSubNavigation {
	position:			absolute;
	top:				0px;
	left: 				121px;
	width: 				100px;
}

#divStepNavigation {
	position:			absolute;
	left: 				609px;
	top:				513px;
	width: 				169px;
}

#divFooterNavigation {
	position:			absolute;
	left: 				259px;
	top:				513px;
	width: 				349px;
	height: 			53px;
}

#divLogo {
	position:		absolute;
	left: 			259px;
	top:			0px;
	height: 		104px;
}

#divIntroWeg {
	display:		none;
}

#divContent {
	position:		absolute;
	left: 			259px;
	top:			104px;
	width: 			349px;
	height:			409px;
	background-image:	url(../gif/prelox_intro_bg_content.jpg);
	overflow:		hidden;
}

#divText {
	position:		absolute;
	left:			29px;
	top:			103px;
	width:			291px;
	height:			267px;
	color:			#fff;
	clip:			rect(0px, 291px, 267px, 0px); 
	overflow:		hidden;
	z-index:		1; 
}

#divScroll {
	position:		absolute;
	z-index:		1; 
}

/* Content Text Formatting goes here:
 */
#divContent * p {
	margin-top: 		0px;
	margin-bottom: 		15px;
	line-height: 		140%;
	font-size: 		13px;
	text-align:		justify;
	
}

#divScrollbar {
	position:		absolute; 
	float:			right;
	right:			9px; 
	top:			188px;
	width:			11px; 
	height:			181px;
	font-size:		10px; 
	z-index:		1;
}

#scrollTrack {
	position:		absolute; 
	left:			0px; 
	top:			12px;
	width:			11px;
	height:			156px;
	background-color:	#666;
	z-index:		1;
}

#scrollDrag {
	position:		absolute; 
	left:			1px; 
	top:			1px;
	width:			9px;
	height:			40px;
	background-color:	#ceced6;
	z-index:		1;
}

#scrollUp { 
	position:		absolute;
	z-index:		2;
}

#scrollDown { 
	position:		absolute; 
	bottom:			0;
	z-index:		3;
}

#divNext {
	position:		absolute;
	left: 			0px;
	top:			370px;
}

#divImages {
	position:		absolute;
	left:			608px;
	top:			104px;
}

#divFlashIntro {
	position:		absolute;
	left: 			61px;
	width: 			737px;
	height: 		123px;
	top: 			270px;
}


/*
 * Detail Windows Styles
 */
.bodyWin {
	margin: 		0px;
	padding:		0px;
	background:		#BE3C00;
	background-image:	url(../gif/prelox_window_bg.jpg);
	height: 		100%;
}
#divWinMain {
	position:		absolute;
	top:			74px;
	left:			15px;
}

#divWinClose {
	position:		absolute;
	bottom:			10px;
	right:			40px;
}

ul {
	/* IE uses margin to indent list */
	/* Mozilla uses padding to indent list */
	/* Opera 6 still has a slight larger indent */
	margin-left: 		15px;
	padding-left:		0px;
	margin-top: 		0px;
	list-style-image:	url(../gif/li.gif);
	list-style-type:	disc;
}

li {
	margin-bottom:		5px;
}

img {
	border:			0px;
}

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

.newsItem{display: block; margin: 0 0 20px 0; line-height: 18px;}
.newsDate{font-weight: bold;}
.newsTitle{}
.newsDownload{}
a.cmsbuttons {color: #99CCFF; font-weight: bold;}