﻿body
{
	margin:0px;
	padding:0px;
}
img
{
	border:none 0px transparent;
}
#wrapper
{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	position:relative;
}
#top
{
	position:absolute;
	top:0px;
	width:960px;
	height:100px;
}
#bottom
{
	position:absolute;
	top:100px;
	background-image:url('../images/white_plate_and_shadow.jpg');
	width:960px;
	height:460px;
}
#bottom_steps
{
	position:absolute;
	top:100px;
	background-image:url('../images/white_plate_and_shadow_steps.jpg');
	width:960px;
	height:500px;
}
a
{
	color:black;
}
/* Startsida */
#contentWrapperBig
{
	background-color:Transparent;
	position:absolute;
	width:722px;
	height:404px;
	left:206px;
	top:29px;
}

/* vänster meny */

#leftMenu, #leftMenu li
{
	margin:0px;
	padding:0px;
	list-style:none;
}
#menuHolder
{
	position:absolute;
	top:50px;
	left:12px;
}

#leftMenu li
{
	position:relative;
	width:173px;
	height:62px;
	margin-top:-36px;
}
#leftMenu li:hover, #leftMenu li._on
{
	margin-left:20px;
}
#leftMenu li#li_top
{
	width:173px;
	height:101px;
}
#leftMenu li#li_lower
{
	width:173px;
	height:380px;
}
#leftMenu li#li_lower:hover, #leftMenu li#li_top:hover
{
	margin-left:0px;
}
#leftMenu li#li_lower
{
	margin-top:-254px;
}
#languageSelector
{
	z-index:9999;
	position:absolute;
	top:25px;
	left:25px;
}

/* två kolummer */

#contentWrapper
{
	background-color:Transparent;
	position:absolute;
	width:670px;
	height:390px;
	left:235px;
	top:35px;
}
#leftRow
{
	background-color:Transparent;
	position:absolute;
	width:325px;
	height:390px;
	left:0px;
	top:0px;
}
#rightRow
{
	background-color:Transparent;
	position:absolute;
	width:325px;
	height:390px;
	left:345px;
	top:0px;
}
#leftRow.stepLeft
{
	width:360px;
}
#rightRow.stepRight
{
	width:307px; 
	height:307px; 
	top:66px; 
	left:384px;
}

#delimiter
{
	background-color:Transparent;
	background-image:url('../images/delimiter.gif');
	position:absolute;
	width:20px;
	height:390px;
	left:325px;
	top:0px;
}

/* två Editors */
.panelEditors
{
	position:absolute;
	left:235px;
	top:460px;
}
#leftEditor
{
	position:absolute;
	left:0px;
}
#rightEditor
{
	position:absolute;
	left:345px;
}

.twoEditorsSaveButton
{
	position:absolute;
	left:290px;
	top:420px;
}

/* Text */

.leftRow, .rightRow
{
	display:block;
	padding:10px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	line-height:15px;
}

/* steps */
#stepActive
{
	position:absolute;
	background-image:url('../images/stepActive.png');
	width:8px; 
	height:37px;
	z-index:9999;
	top:-6px;
}
#stepActive.design
{
 left:350px;
}
#stepActive.prototype
{
 left:473px;
}
#stepActive.production
{
 left:596px;
}
#stepActive.distribution
{
 left:719px;
}
#stepActive.store
{
 left:841px;
}

/* fckgrejs */

.brodtext
{
	font-size:11.5px;
	line-height:17.5px;
}
.produkttext
{
	font-size:11px;
	line-height:16px;
}
.bildtext
{
	font-size:10px;
	font-style:italic;
}
