*{
	margin:0;
	padding:0;
	outline:none;
}
img{
	border:0;
}
input, textarea, select{
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	padding:3px;
	border-left:1px solid #a8a8a8;
	border-top:1px solid #a8a8a8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	-moz-border-radius:3px;
	margin:3px;
}
a{
	color:#555;
}
a:hover{
	color:#9F276D;
}
h1{
	font-size:17px;
	font-weight:bold;
	color:#9f276d;
	padding-bottom:10px;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#444;
	padding-bottom:5px;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#444;
	padding-bottom:5px;
}
p{
	padding-bottom:20px;
	line-height:21px;
}
.p15{
	padding:15px;
}
.oh{
	overflow:hidden;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444;
	background:#fbfbfb;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
#wrapper{
	background:url(/images/top_bg.png) repeat-x;
}
a.button {
    background: transparent url('/images/submit_right.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: right;
	font-weight:bold;
    height: 28px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/images/submit_left.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 10px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: 0 -28px;
    padding: 5px 0 9px 18px; /* push text down 1px */
}
a.button2 {
    background: transparent url('/images/submit2_right.png') no-repeat scroll top right;
    color: #14000d;
    display: block;
    float: right;
    height: 25px;
    padding-right: 23px; /* sliding doors padding */
    text-decoration: none;
}

a.button2 span {
    background: transparent url('/images/submit2_left.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0px 6px 10px;
}
a.button2:active {
    background-position: bottom right;
    color: #14000d;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: 0 -25px;
    padding: 6px 0px 5px 10px; /* push text down 1px */
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.clearfast { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
	float:right;
    width: 140px;
	margin-top:1px;
}
/*#####################################################################*/
#top{
	height:117px;
	line-height:117px;
	width:900px;
	margin:0 auto;
}
#top a span{
	display:none;
	cursor:pointer;
}
#top a:hover{
	background-position:bottom;
}
#top .active a{
	background-position:bottom;
}
#top > ul{
	float:right;
	list-style:none;
	margin-top:40px;
}
#top > ul > li{
	float:left;
}

/*#####################################################################*/

/*** ENGLISH ***/
.home a{
	background:url(/images/home.png);
	display:block;
	width:61px;
	height:37px;
}
.services a{
	background:url(/images/services.png);
	display:block;
	width:74px;
	height:37px;
}
.case a{
	background:url(/images/case.png);
	display:block;
	width:50px;
	height:37px;
}
.clients a{
	background:url(/images/clients.png);
	display:block;
	width:63px;
	height:37px;
}
.career a{
	background:url(/images/career.png);
	display:block;
	width:63px;
	height:37px;
}
.about a{
	background:url(/images/about.png);
	display:block;
	width:56px;
	height:37px;
}
.contact a{
	background:url(/images/contact.png);
	display:block;
	width:73px;
	height:37px;
}
.login a{
	background:url(/images/login.png);
	display:block;
	width:53px;
	height:37px;
}
.language > a{
	background:url(/images/language.png) no-repeat;
	display:block;
	width:90px;
	height:37px;
}
/*** SWEDISH ***/
.hem a{
	background:url(/images/hem.png);
	display:block;
	width:45px;
	height:37px;
}
.om-oss a{
	background:url(/images/omoss.png);
	display:block;
	width:66px;
	height:37px;
}
.tjanster a{
	background:url(/images/tjanster.png);
	display:block;
	width:69px;
	height:37px;
}
.kunder a{
	background:url(/images/kunder.png);
	display:block;
	width:63px;
	height:37px;
}
.karriar a{
	background:url(/images/karriar.png);
	display:block;
	width:60px;
	height:37px;
}
.kontakt a{
	background:url(/images/kontakt.png);
	display:block;
	width:70px;
	height:37px;
}
/*#################################################################################*/
.submenu li{
	width:280px;
	overflow:hidden;
	margin-bottom:3px;
}
.submenu li a{
	background:url(/images/submenu.gif) no-repeat top left;
	font-size:11px;
	text-decoration:none;
	display: block;
	width:170px;
	height:28px;
	line-height:28px;
	padding-left:10px;
	color:#444;
}
.submenu li a:hover{
	background:url(/images/submenu.gif) bottom left;
	color:#9f276d;
}
.submenu li .active{
	background:url(/images/submenu.gif) bottom left;
	color:#9f276d;
	font-weight:bold;
}
.submenu ul{
	margin-left:20px;
}
.submenu ul li{
	width:260px;
	overflow:hidden;
	margin-bottom:3px;
}
.submenu ul li a{
	background:url(/images/submenu_2.gif) no-repeat top left;
	font-size:11px;
	text-decoration:none;
	display: block;
	width:150px;
	height:28px;
	line-height:28px;
	padding-left:10px;
	color:#444;
}
.submenu ul li a:hover{
	background:url(/images/submenu_2.gif) bottom left;
	color:#9f276d;
}
.submenu ul li .active{
	background:url(/images/submenu_2.gif) bottom left;
	color:#9f276d;
	font-weight:bold;
}
/*#####################################################################*/
#homerotation{
	overflow:hidden;
	margin:50px 0;
}
#text1{
	background:url(../images/home_text_1.png);
	height:110px;
	width:500px;
	float:left;
	margin-top:60px;
}
#miximage{
	background:url(../images/home_mix.png);
	height:229px;
	width:296px;
	float:right;
}
#homefooter{
	background:#250018 url(../images/home_footer.png) no-repeat top center;
	height:450px;
	padding-top:20px;
}
.footerrow{
	width:900px;
	margin:0 auto;
	padding-top:20px;
	overflow:hidden;
}
.darkbox{
	background:url(../images/footer_box.png);
	width:241px;
	height:143px;
	padding:20px;
}
.darkbox p a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.darkbox p a:hover{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #fff;
}
.darkbox h2 a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.darkbox table a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
}
.darkbox table a:hover{
	text-decoration:underline;
}
.darkbox table{
	margin-bottom:10px;
}
.darkbox table td{
	padding:3px;
}
.darkbox table .date{
	text-align:right;
	font-size:10px;
	color:#ddafcd;
}
.darkbox table .newsrow{
	background:#1f0014;
}
.darkbox h2{
	color:#fff;
	padding-bottom:10px;
	font-size:15px;
}
.darkbox p{
	color:#fff;
	float:left;
	padding:0;
	font-size:12px;
	line-height:18px;
}
.clientrotation{
	height:70px;
	width:100%;
	margin-bottom:20px;
}
.megagroup{
	background:#14000d url(../images/home_megagroup.png) no-repeat center center;
}
.stomdesign{
	background:#14000d url(../images/home_stomdesign.png) no-repeat center center;
}
.pronto{
	background:#14000d url(../images/home_pronto.png) no-repeat center center;
}
.ahnbergeriksson{
	background:#14000d url(../images/home_ahnbergeriksson.png) no-repeat center center;
}
.universum{
	background:#14000d url(../images/home_universum.png) no-repeat center center;
}
.ewmg{
	background:#14000d url(../images/home_ewmg.png) no-repeat center center;
}
.venine{
	background:#14000d url(../images/home_venine.png) no-repeat center center;
}
.devellborgs{
	background:#14000d url(../images/home_devellborgs.png) no-repeat center center;
}
.rockzone{
	background:#14000d url(../images/home_rockzone.png) no-repeat center center;
}
.kepartner{
	background:#14000d url(../images/home_kepartner.png) no-repeat center center;
}
.doublemargin{
	margin-left:29px;
}
#main{
	background:#fbfbfb url(/images/middle_bg.png) repeat-x;
	padding-bottom:40px;
}
#toolbar{
	height:35px;
	line-height:35px;
	color:#bbb;
	font-size:11px;
	margin-bottom:15px;
}
#tools{
	float:right;
	margin-top:-31px;
}
.tool{
	background:url(/images/tools_bg.png) no-repeat top left;
	width:56px;
	height:19px;
	line-height:19px;
	text-align:center;
	float:left;
	margin-right:5px;
	color:#ccc;
}
.tool a{
	text-decoration:none;
	font-size:10px;
	color:#888;
	height:19px;
	padding:3px;
}
.tool a span{
	font-size:8px;
	font-weight:bold;
}
.tool a:hover{
	color:#222;
}
#breadcrumbs{
	margin-left:10px;
	float:left;
}
#breadcrumbs a{
	color:#bbb;
	text-decoration:none;
	padding:0 5px;
}
#breadcrumbs a:hover{
	color:#888;
	text-decoration:none;
}
#breadcrumbs span{
	margin-left:10px;
}
#content{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding-top:30px;
}
#left{
	width:190px;
	float:left;
}
.leftform{
	margin-top:30px;
	width:100%;
}
.leftform p{
	font-size:11px;
	line-height:14px;
	padding:0;
	margin-bottom:10px;
}
.leftform .smallfield{
	background:url(/images/smallfield.png) no-repeat top left;
	border:0;
	width:166px;
	margin-bottom:8px;
	height:27px;
	line-height:27px;
	color:#444;
	font-size:11px;
	padding:0 0 0 6px;
	vertical-align:middle;
}
.leftform .smallfield:focus{
	background:url(/images/smallfield.png) no-repeat bottom left;
}
.leftform .smalltextarea{
	background:url(/images/smalltextarea.png) no-repeat top left;
	border:0;
	width:658px;
	height:137px;
	margin-bottom:8px;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
}
.leftform .smalltextarea:focus{
	background:url(/images/smalltextarea.png) no-repeat bottom left;
}
#bubbletop{
	background:url(/images/bubbletop.png);
	color:#fff;
	font-size:11px;
	padding:15px 15px 12px 15px;
	width:150px;
	margin-top:10px;
}
#bubblebottom{
	background:url(/images/bubblebottom.png);
	width:180px;
	height:12px;
}
#bubbletop a{
	color:#fff;
	text-decoration:none;
}
#didyouknow li{
	margin-bottom:5px;
	padding:10px 10px 10px 0px;
}
#right{
	width:668px;
	float:right;
	border-left:2px solid #460029;
	padding-left:40px;
	padding-bottom:30px;
}
#right ul li{
	list-style-position:inside;
}
#logo {
	background:url(/images/logo.png) no-repeat;
	width:127px;
	height:31px;
	line-height:31px;
	float:left;
	margin-top:40px;
	margin-left:15px;
}
#logo a{
	display: block;
	width:127px;
	height: 31px;
}
#footer{
	background:#250018;
	color:#fff;
	overflow:hidden;
}
#infooter{
	height:100px;
	line-height:100px;
	width:900px;
	margin:0 auto;
}
#copy{
	float:left;
}
#footermenu{
	float:right;
}
#footermenu ul{
	list-style:none;
}
#footermenu li{
	float:left;
	padding-left:10px;
	font-size:11px;
}
#footermenu li a{
	color:#fff;
	text-decoration:none;
}
/* MENU */
#jsddm{
    margin-left:10px;
}
#jsddm li{
float: left;
list-style: none;
font-size:11px;
color:#555;
padding:0 10px;
line-height:45px;
}
#jsddm  a
{
    display: block;
    text-decoration: none;
    color: #777;
}
#jsddm a:hover{
    color: #1c5085;
}
#jsddm ul{
    position: absolute;
    visibility: hidden;
    background:url(/images/dropdown_bottom.png) no-repeat bottom left;
    width:142px;
    overflow:hidden;
    padding-bottom:10px;
}
#jsddm ul li{
    float: none;
    display: inline;
    padding:0;
    width:142px;
    line-height:20px;
    background:none;
}
#jsddm ul li a{
    width: 117px;
    padding-left:5px;
    line-height:18px;
    margin:0 10px;
    border-bottom:1px solid #f5f5f5;
    background:none;
    padding-bottom:3px;
    padding-top:3px;
}
#jsddm ul li a:hover{
    background:#f5f5f5;
}
.dropdownbottom{
    height:5px;
    line-height:5px;
    width:142px;
    background:url(/images/dropdown_top.png);
}
/* MENU */
#hosting{
	margin-top:30px;
}
#hosting h2{
	color:#9f276d;
	font-size:14px;
	padding-bottom:15px;
}
#small_eng{
	background:url(/images/hostinge_small_eng.png);
	width:198px;
	height:333px;
	float:left;
}
#medium_eng{
	background:url(/images/hostinge_medium_eng.png);
	width:198px;
	height:333px;
	float:left;
	margin-left:35px;
}
#large_eng{
	background:url(/images/hostinge_large_eng.png);
	width:198px;
	height:333px;
	float:left;
	margin-left:35px;
}
#hosting table{
	margin:167px 10px 10px 15px;
	line-height:16px;
	font-size:11px;
}
.order span{
	float:right;
	font-size:10px;
	color:#999;
	padding:3px;
}
.order a{
	float:right;
	color:#fff;
	padding:5px 25px;
	text-decoration:none;
	font-weight:bold;
}
.tooltip > img{
    display:none;
}
.tooltip > img:hover{
    cursor: help;
}

.tooltip > span {
	color: white;
    background:#250018;
    display:none;
    padding:10px;
    position:absolute;
    z-index:1000;
    -moz-border-radius:4px;
}
#rotation{
	height:88px;
	padding-top:2px;
	overflow:hidden;
}
#slideshow{
    position:relative;
    height:90px;
	overflow:hidden;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}
#slideshow div.last-active {
    z-index:9;
}
#newslist{
	border-top:1px solid #ddd;
}
#newslist a{
	text-decoration:none;
}
#newslist td{
	border-bottom:1px solid #ddd;
	padding:10px;
}
#newslist table{
	width:100%;
}
.newshead{
	background:#fff;
}
.pagerank{
	margin-bottom:50px;
}
.clientbox{
	width:210px;
	height:140px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	float:left;
	margin-right:18px;
	margin-top:15px;
}
.clientboxright{
	width:210px;
	height:140px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	float:left;
	margin-top:15px;
}
.megagroup_tile{
	background:#fff url(/images/clients/megagroup.png) no-repeat center center;
}
.globenogonklinik_tile{
	background:#fff url(/images/clients/globenogonklinik.png) no-repeat center center;
}
.kepartner_tile{
	background:#fff url(/images/clients/kepartner.png) no-repeat center center;
}
.livspar_tile{
	background:#fff url(/images/clients/livspar.png) no-repeat center center;
}
.ewmg_tile{
	background:#fff url(/images/clients/ewmg.png) no-repeat center center;
}
.universum_tile{
	background:#fff url(/images/clients/universum.png) no-repeat center center;
}
.pronto_tile{
	background:#fff url(/images/clients/pronto.png) no-repeat center center;
}
.devellborgs_tile{
	background:#fff url(/images/clients/devellborgs.png) no-repeat center center;
}
.bandhede_tile{
	background:#fff url(/images/clients/bandhede.png) no-repeat center center;
}
.konfjord_tile{
	background:#fff url(/images/clients/konfjord.png) no-repeat center center;
}
.venine_tile{
	background:#fff url(/images/clients/venine.png) no-repeat center center;
}
.rockzone_tile{
	background:#fff url(/images/clients/rockzone.png) no-repeat center center;
}
.posterzone_tile{
	background:#fff url(/images/clients/posterzone.png) no-repeat center center;
}
.almenpraktiken_tile{
	background:#fff url(/images/clients/almenpraktiken.png) no-repeat center center;
}
.tyresta_tile{
	background:#fff url(/images/clients/tyresta.png) no-repeat center center;
}
.ae_tile{
	background:#fff url(/images/clients/ae.png) no-repeat center center;
}
.rcf_tile{
	background:#fff url(/images/clients/rcf.png) no-repeat center center;
}
.badrumsexperten_tile{
	background:#fff url(/images/clients/badrumsexperten.png) no-repeat center center;
}
.kakelforum_tile{
	background:#fff url(/images/clients/kakelforum.png) no-repeat center center;
}
.gksodra_tile{
	background:#fff url(/images/clients/gksodra.png) no-repeat center center;
}
.blomsterstudion_tile{
	background:#fff url(/images/clients/blomsterstudion.png) no-repeat center center;
}
.rk_tile{
	background:#fff url(/images/clients/rk.png) no-repeat center center;
}
.maritacad_tile{
	background:#fff url(/images/clients/maritacad.png) no-repeat center center;
}
.sydafrikaexperten_tile{
	background:#fff url(/images/clients/sydafrikaexperten.png) no-repeat center center;
}
.stomdesign_tile{
	background:#fff url(/images/clients/stomdesign.png) no-repeat center center;
}
.staffrow{
	overflow:hidden;
	margin-bottom:35px;
}
.staffmember{
	width:320px;
	border-bottom:1px solid #eee;
}
.staffmember tr{
	background:#fff;
}
.staffmember tr:first-child{
	background:none;
}
.staffmember span{
	font-size:11px;
	color:#777;
}
.morebox{
    font-weight:bold;
    color:#555;
    text-align:center;
    border:solid 1px #999;
	background:#fff;
    padding:8px;
    margin-top:8px;
    margin-bottom:8px;
    -moz-border-radius: 4px;-webkit-border-radius: 4px;
}
.morebox a{
    display:block;
}
.newscontent{
	margin-top:15px;
}
#quotations{
	font-family:georgia;
	background:#fbfbfb;
	color:#999;
	font-size:16px;
	padding:40px;
	line-height:25px;
	margin-bottom:10px;
	overflow:hidden;
}

#tips, #tips li{
    margin:0;
    padding:0;
    list-style:none;
    width:150px;
    }
#tips{
    /*line-height:120%;*/
}
#tips li{
    display:none; /* hide the items at first only */
}
#quotations em{
    display:none; /* hide the items at first only */
}
#cases a{
    float:left;
    display:block;
    margin-right:15px;
}

