/*
 * $Header: /usr/local/cvsroot/understrom/_inc/front.css,v 1.2 2008/10/20 07:34:26 krut Exp $
 *
 * defaultPage Stylesheet
 */

#debugBox
{
	background-color: #fff;
	color: #000;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 2px solid #aaa;
	padding: 5px;
	
	z-index: 100;
}

/*
 * Frontpage
 *
 */
html
{
	min-height: 100%;
	height: 100%;
}

body
{
	background-color: #fff;

	min-height: 100%;
	height: 100%;
}

#pageWrapper
{
	position: relative;
	top: 0px;

	width: 1000px;
	margin: 0px auto;
	min-height: 100%;

	height: 100%;

	background-color: #fff;
	
	z-index: 10;
}

#riskaer
{
	position: relative;
	left: 0px;
	top: 60px;
	
	width: 519px;
	height: 554px;
}

#spine
{
	position: absolute;
	top: 614px;
	left: 0px;
	right: 0px;
	
	height: 110px;
	width: 1000px;
	background-color: #000;
}

#spineContentWrapper
{
	position: absolute;
	top: 17px;
	left: 24px;
	background-color: #000;
}

#versionWrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 124px;
	height: 21px;

	background-image: url(/_image/page/front/spine-version.png);
}

#version
{
	text-align: center;
	vertical-align: middle;
	height: 21px;
	min-height: 21px;
	
	padding-top: 3px;

	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
}

#version a
{
	color: #fff;
	text-decoration: none;
}
	
#navWrapper
{
	position: absolute;

	top: 1px;
	left: 150px;
	
	width: 865px;
	margin: 0px;
	padding: 0px;
}

#navWrapper a
{
	color: #fff;
	display: inline;
	text-decoration: none;
	font-size: 0.9em;
	padding-right: 10px;
}

#logo
{
	position: absolute;
	width: 432px;

	top: 85px;	
	right: 0px;
}

#logo p 
{
	margin: 0px;
	margin-bottom: 10px;

	color: #000;
	font-weight: bold;
}

#frontpageText
{
	position: absolute;
	width: 432px;

	top: 190px;
	right: 0px;

	color: #000;

	margin: 3px 0px 8px 0px;
	padding: 0px;
	color: #666;
	
	text-align: justify;
}

#frontpageText a
{
	color: #a30000;
}

#footerText
{
	position: absolute;
	width: 432px;

	top: 622px;
	right: 0px;

	color: #000;
	font-size: 0.90em;
}

#footerText h1, #footerText h2, #footerText p
{
	margin: 3px 0px 8px 0px;
	padding: 0px;
	color: #666;
}

#footerText h1
{
	font-size: 0.90em;
	font-weight: bold;
	font-style: italic;
}

#footerText h2
{
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 8px;
	margin-bottom: 0px;
}

#footerText p
{
	font-size: 0.8em;
}

#orderbook
{
	position: absolute;
	width: 206px;
	height: 239px;
	
	top: 355px;
	right: 75px;
}
