#wrap {
	width:950px;
	margin:0 auto;
}
#header  {
	height:117px;
	background: url(../grafik/headerbg.png) transparent no-repeat top right;
}

#homeLink {
	float:left;
	display:block;
	height:56px;
	width:186px;
	margin:20px 0 0 10px;
}
#hRight {
	float:right;
	width:740px;
}
#dynMenu {
	float:left;
	padding:0;
	margin:20px 0 0 0;
	width:414px;
	height:56px;
	list-style:none;
}
#dynMenu li {
	float:left;
	padding:0;
	margin:0;
}
#dynMenu li img {
	float:left;
}

#secMenu, #secMenu li {
	margin:0;
	padding:0;
	list-style:none;
}
#secMenu {
	float:right;
	margin:40px 21px 0 0;
}
#secMenu li {
	float:left;
}

#mainInner {
	padding:0 8px;
	background-color:#fff;

	height:auto !important;
	height:598px;
	min-height:598px;
}
#mainCol {
	float:left;
	width:629px;
	padding:0;
}

#mainCol .puffs {
	padding:8px;
}

#contentBox {
	padding:30px;
	background: url(../grafik/pagebg.png) #fff no-repeat top left;

	height:auto !important;
	height:472px;
	min-height:472px;
}

#secCol {
	float:right;
	width:292px;
}

#servicesMenu, #servicesMenu li {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}
#servicesMenu {
	margin-bottom:6px;
}
#servicesMenu li {
	width:292px;
}

/* ---- KAMPANJ-TICKER -----------------*/

#campaigns {
	width:531px;
	height:177px;
	padding:30px 0 0 90px;
	background: url(../grafik/campaignbg.png) #fff no-repeat top left;
}
#cTicker {
	position: relative;
	width:515px;
	height:147px;
	overflow: hidden;
}
#cTickerInner {
	position: absolute; width: 98%;
}
#cTickerInner ul {
	margin:0;
	padding:0;
	list-style:none;
}
#cTickerInner ul li {
	margin:0;
	padding:0 0 15px 0;	
}
#cTickerInner ul li h3 a, #cTickerInner ul li p a {
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}
#cTickerInner ul li h3 a {
	color:#c00;
	margin:0 0 3px 0;
}
#cTickerInner ul li p a {
	color:#999;
}

/* -------------------------------------*/

#salesContact {
	background-image:url(../grafik/salescontact_bg.png);
	background-repeat:no-repeat;
	width:262px;
	height: auto;
	padding-top:70px;
	padding-left:30px;
}


#footer {
	padding:15px 30px;
	height:220px;
}
#footer td, #footer td a {
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

.submenu {
	width:583px;
	padding:0 23px;
	margin:0;
	list-style:none;
	height:53px;
	background: url(../grafik/submenubg.png) #ccc no-repeat top left;
}
.submenu li {
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
	line-height:51px;
}
.submenu li.divider {
	color:#ccc;
	margin:0 7px;
}
.submenu li a {
	font-size:13px;
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
}
.submenu li.lastItem {
	margin-right:0;
}
.submenu li a:hover {
	color:#eee !important;
}

img.block {
	display:block;
}

/* ----	iFrame				-----------------------------------*/

#extIframe {
	width:934px;
	height:598px; /* OBS! #mainInner har en min-height på 598px så det finns ingen anledning att iframen ska vara lägre än så */
	margin:0;
	padding:0;
	border:0;
}

/* ---- DRIFTINFO-TICKER -----------------*/

#driftinfoWrap {
	height:50px;
	padding:15px 0 0 0;
	background: url(../grafik/tickerbg.png) #fff no-repeat 8px 15px;
}
#driftInfoLink {
	display:block;
	float:left;
	width:80px;
	height:35px;
}
.tickercontainer {
	float:left;
	width:854px; 
	height:35px; 
	padding:0;
	overflow:hidden;
}
.tickercontainer .mask {
	position:relative;
	left:10px;
	top:18px;
	width:830px;
	overflow:hidden;
}
ul.newsticker {
	position:relative;
	left:750px;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.newsticker li {
	float:left; /* important:display inline gives incorrect results when you check for elem's width */
	margin:0;
	padding:0;
	white-space:nowrap;
}
ul.newsticker li span.dv {
	color:#ccc;
	padding:0 15px;
}
ul.newsticker span.status {
} 
ul.newsticker li a {
	white-space:nowrap;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	text-decoration:none;
} 
ul.newsticker li, ul.newsticker li a { color:#333; }
ul.newsticker li.current, ul.newsticker li.current a { color:#c00; }
ul.newsticker li.solved, ul.newsticker li.solved a { color:#393; }

