body {
	background: #ebf3f8;
	margin-top: 10px;
	}

#wrap{
	width: 962px;
	margin: 0 auto 0 auto;
	}

#header{
	background: url(../img/bg-header.png) no-repeat;
	width: 962px;
	height: 101px;
	}

#logoE{
	width: 70px;
	height: 70px;
	margin:21px 3px 0 21px;
	float: left;
	}

#logoNamn {
	width: 250px; 
	height: 65px; 
	position: relative; 
	margin: 36px 0 0 0px; 
	float: left;
	}

#toplinks{
	width: 180px;
	height: 40px;
	float: right;
	text-align: right;
	margin: 21px 21px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	}

#contentWrap{
	background: url(../img/bg-content.png) repeat-y;
	width: 920px;
	padding: 0 21px 0 21px;
	}

#startLeft{
	width: 660px;
	float: left;
	}

#contentStart{
	background: url(../img/divider-vertical-start.gif) repeat-y;
	width: 640px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 20px 0 20px 0;
	}

#contentStartLeft{
	width: 400px;
	float: left;
	margin-right: 40px;
	}

#contentStartRight{
	width: 200px;
	float: left;
	}

#content, #contentRef{
	width: 900px;
	float: left;
	padding: 0 10px 0 10px;
	margin: 10px 0 20px 0;
	}

#content{
	background: url(../img/divider-vertical.gif) repeat-y;
	}

#contentLeft{
	width: 550px;
	float: left;
	margin-right: 40px;
	}

#contentRight, #contentRightE{
	width: 310px;
	float: left;
	}

#contentRightE{
	background: url(../img/e-cut.gif) top right no-repeat;
	height: 330px;
	min-height: 330px;
	}

#contentWide{
	width: 905px;
	float: left;
	}

.contentStartNews{
	width: 220px;
	margin-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #555;
	line-height: 15px;
	}

#startRight{
	width: 250px;
	float: left;
	margin-left: 10px;
	}

.startRightBox{
	background: #ebf3f8;
	width: 220px;
	padding: 15px;
	margin-bottom: 10px;
	clear: both;
	}

.personalBox{
	/*background: #ebf3f8;*/
	width: 310px;
	margin-bottom: 10px;
	clear: both;
	}

.personalBoxLeft{
	width: 198px;
	margin-right: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #555;
	line-height: 15px;
	}

.personalBoxRight{
	width: 102px;
	float: left;
	}

.ref{
	margin: 10px;
	float: left;
	width: 160px;
	height: 180px;
	text-align: center;
	}

#footer{
	background: url(../img/bg-footer.png) bottom no-repeat;
	width: 920px;
	height: 70px;
	padding: 0 21px 21px 21px;
	}

#footerContent{
	background: #0e1e58 url(../img/e-detail.gif) right no-repeat;
	width: 890px;
	height: 40px;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #fff;	
	}



/* --- MENU --- */

#start .start, #nyheter .nyheter, #foretaget .foretaget, #vierbjuder .vierbjuder, #referenser .referenser, #support .support, #kontakt .kontakt{
	background: #384a8c;
	color: #FFF;
	}

#menu{
	background: #0e1e58;
	width: 920px;
	height: 30px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu ul li{
	display: block;
	float: left;
	}

#menu ul li a{
	float: left;
	color: #FFF;
	text-decoration: none;
	height: 22px;
	padding: 8px 8px 0 8px;
	border-right: 1px solid #384a8c;
	}

#menu ul li a:hover{
	background: #384a8c;
	color: #FFF;
	}



/* ---  HEADLINES  --- */

h1{
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #0e1e58;
	margin: 0 0 15px 0;
	}

h2{
	font-family: Georgia, Times New Roman, serif;
	font-size: .95em;
	color: #0e1e58;
	margin-top: 15px;
	margin-bottom: 10px;
	}

h3{
	font-family: Georgia, Times New Roman, serif;
	font-size: .75em;
	font-weight: bold;
	color: #959595;
	margin: 0;
	}

.h4{
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #959595;
	margin: 0;
	}

.top{
	margin-top: 0;
	}



/* ---  PARAGRAPHS AND TEXT  --- */

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #555;
	line-height: 15px;
	margin-top: 0;
	margin-bottom: 15px;
	}

.small{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	line-height: 1.25em;
	}



/* --- LINKS --- */

a{
	color: #de000f;
	text-decoration: none;
	}

a:hover{
	color: #8c0009;
	text-decoration: underline;
	}

.arrowUp{
	background: url(../img/arrow_up.gif) no-repeat;
	padding-left: 7px;
	}	

#footerContent a{
	color: #fff;
	}

#footerContent a:hover{
	color: #fff;
	text-decoration: underline;
	}



/* ---  IMAGES  --- */

#header img{
	border: none;
	}

img.personal{
	border: 1px solid #959595;
	}

.imageReferenser{
    border-top:1px solid #f0f0f0;
    border-right:2px solid #ccc;
    border-bottom:2px solid #ccc;
    border-left:1px solid #f0f0f0;
    margin:0px 0px 10px 0px;
    padding:3px;
    float:left;
    clear:left;
    background:#fff;
    }  



/* ---  LISTS  --- */

.list{
	margin:  4 auto 4 auto;
	}

.list ul{
	list-style: disc outside;
	font: .7em/17px Verdana, Arial, Helvetica, sans-serif;
	padding:  0 auto 8px 0;
	}

.list li{
	margin-bottom: 3px;
	}

.checkmark li {
	list-style-image: url(../img/checkmark_lista.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #555;
	line-height: 17px;
	}



/* --- TABLES --- */

table.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	margin: 5px 10px 10px 0;
	border-top: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	}

td.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	border-bottom: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	padding: 2px;
	}

table.tableNoborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	margin: 5px 10px 10px 0;
	border: none;
	}

td.tableNoborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	border: none;
	padding: 2px;
	}



/* --- FORMS --- */

.input{
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #F9F9F9;
	border: 1px solid #D1D1D1;
	padding: 2px;
	}

.input2{
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #555;
	background-color: #EDEDED;
	border: 1px solid #C5C5C5;
	padding: 1px 7px 1px 7px;
	}



/* ---  MISC.  --- */

.PageShadow, .PageShadow310 {
	background: url(../img/shadow_wide.gif) no-repeat;
	height: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
	}

.PageShadow {
	width: 550px;
	}

.PageShadow310 {
	width: 310px;
	}	