﻿* 
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Verdana;
	font-size: 10px;
}

.cp 
{
	padding: 15px;
}

.cl 
{
	clear: both;
}

#wrapper 
{
	width: 855px;
	margin: 5% auto;
}

#head 
{
	width: 855px;
	height: 55px;
	margin-bottom: 10px;
}

#menu 
{
	margin-top: 11px;
	float: left;
}

#logo
{
	float: left;
	height: 54px;
	width: 145px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#projectList 
{
	list-style: none none;
}

.project 
{
	width: 263px;
	border: 1px solid #969696;
	float: left;
}

.projectSeperator 
{
	width: 30px;
	float: left;
}

.projectImage 
{
	float: right;
	margin-right: 5px;
	border: 1px solid #969696;
	border-bottom: 0;
	border-top: 0;
}

.projectText 
{
	float: left;
	margin: 45px 0 0 10px;
	width: 85px;
	color: #646464;
	font-size: 9px;
}

.projectText h4
{
	line-height: 15px;
	margin-bottom: 3px;
}

#popupWrapper
{
	width: 450px;
	margin: 0 auto;
}

#switchImageContainer
{
	position: relative;
	margin-top: 5px;
}

.prevImage 
{
	width: 17px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(img/prevImage.gif);
	position: absolute;
	left: 0;
	cursor: pointer;
}

.nextImage 
{
	width: 17px;
	height: 16px;
	background-repeat: no-repeat;
	background-image: url(img/nextImage.gif);
	position: absolute;
	right: 0;
	cursor: pointer;
}

#startContainer 
{
	position: relative;
	width: 854px;
	height: 310px;
	/*background-image: url(img/startBg.jpg);*/
	background-repeat: no-repeat;
}

#startText 
{
	position: absolute;
	top: 200px;
	right: 50px;
	width: 405px;
}

#kundspelContainer
{
	width: 853px;
	border: 1px solid #9d9d9d;
	height: 269px;
}

#kundListaContainer 
{
	float:left;
	width: 370px;
	height: 207px;
	margin-left: 79px !important;
	margin-left: 39px;
	margin-top: 36px;
}

#bildspelContainer 
{
	float:left;
	width: 404px;
	height: 269px;
}

.kundLista li
{
	list-style: none none;
	float:left;
	width: 150px;
	white-space: nowrap;
}

.kundLista li h3 
{
	background-color: #fff;
}
