body.index{
	background-color: #dcdbdb;
	background-image: none;
	padding: 0;
	margin: 0;
}

body.index div.top{
	height: 314px;
	background-color: #0b0b0b;
	background-repeat: no-repeat;
	background-position: top center;
}

body.index div.content{
	background-image: url(../layout/content_top_index.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #fff;
}

body.index div.content div.center{
	padding: 10px 0 10px 0;
}

body.index div.top h3{
	font-size: 15px;
    line-height: 18px;
	color: #fff;
}

body.index h3 a:link{
	color: #ffe400;
	text-decoration: underline;
}

body.index h3 a:visited{
	color: #ffe400;
	text-decoration: underline;
}

body.index h3 a:hover{
	color: #ffe400;
	text-decoration: none;
}

body.index h3 a:active{
	color: #ffe400;
}

/* Big image on Smrtbudget.se landing page */

body.index div.content div.budget{
	background-image: url(../layout/budget_index_screens.jpg);
	background-repeat: no-repeat;
	background-position: center 20px;
}



div.budget div a.button{
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 18px;
	color: #fff !important;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
    background-position: top;
    background-repeat: repeat-x;
    text-align: center !important;
    margin: 3px 0 3px 0;
    text-decoration: none !important;
}

body.index div div.center{
	width: 930px;
	margin: 0 auto;
	clear: both;
	padding: 0 20px 20px 20px;
}

body.index div.footer{
	background-image: url(../layout/content_footer_index.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	height: 170px;
	line-height: 15px;
}

body.index div.footer div.center{
	background-image: url(../layout/footer_border.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
}

.footer a:link{
	color: #7aac43 !important;
	text-decoration: underline;
}

.footer a:visited{
	color: #7aac43 !important;
	text-decoration: underline;
}

.footer a:hover{
	color: #000 !important;
	text-decoration: none;
}

.footer a:active{
	color: #7aac43 !important;
}

.footer ul li{
    display: inline;
    margin: 0;
    padding: 0 7px 3px 5px;
    border-right: 1px solid #615f57;
}

body.index a.ssl{
    background-image: url(../layout/SSL.gif);
    position: absolute;
    top: 60px;
    left: 10px;
    display: block;
    width: 105px;
    height: 113px;
}

body.index div.loginBox{
	background-image: url(../layout/login_bg.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding: 30px 12px 7px 12px;
	height: 121px;
	position: absolute;
	top: 35px;
	right: 10px;
}

div.loginBox label{
	width: 140px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 11px;
}

div.loginBox input{
	text-align: left;
	border-top: 1px solid #505350;
	border-right: 1px solid #505350;
	border-bottom: 1px solid #3b3c3b;
	border-left: 1px solid #3b3c3b;
	background-color: #fff;
	color: #fff;
	width: 145px;
	margin: 0;
}

div.loginBox input.button{
	text-align: center;
	width: 150px;
	margin-top: 4px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
body.seb{
	background-color: #dcdbdb;
	background-image: none;
	padding: 0;
	margin: 0;
}

body.seb div.top{
	height: 300px;
	background-color: #0b0b0b;
	background-repeat: no-repeat;
	background-position:top center;
}

body.seb div.content{
	background-image: url(../layout/content_top_index.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #fff;
}


body.seb div.content a:link{
	color: #7aac43 !important;
	text-decoration: underline;
}

body.seb div.content a:visited{
	color: #7aac43 !important;
	text-decoration: underline;
}

body.seb div.content a:hover{
	color: #000 !important;
	text-decoration: none;
}

body.seb div.content a:active{
	color: #7aac43 !important;
}

body.seb div.content div.center{
	padding: 10px 0 10px 0;
}

body.seb div.top h3{
	font-size: 16px;
    line-height: 18px;
	color: #fff;
}

body.seb h3 a:link{
	color: #ffe400;
	text-decoration: underline;
}

body.seb h3 a:visited{
	color: #ffe400;
	text-decoration: underline;
}

body.seb h3 a:hover{
	color: #ffe400;
	text-decoration: none;
}

body.seb h3 a:active{
	color: #ffe400;
}

body.seb div div.center{
	width: 930px;
	margin: 0 auto;
	clear: both;
	padding: 0 20px 20px 20px;
}

body.seb div.footer{
	background-image: url(../layout/content_footer_index.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	height: 170px;
	line-height: 15px;
}

body.seb div.footer div.center{
	background-image: url(../layout/footer_border.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
}

.footer a:link{
	color: #7aac43 !important;
	text-decoration: underline;
}

.footer a:visited{
	color: #7aac43 !important;
	text-decoration: underline;
}

.footer a:hover{
	color: #000 !important;
	text-decoration: none;
}

.footer a:active{
	color: #7aac43 !important;
}

.footer ul li{
    display: inline;
    margin: 0;
    padding: 0 7px 3px 5px;
    border-right: 1px solid #615f57;
}

body.seb a.ssl{
    background-image: url(../layout/SSL.gif);
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
    width: 105px;
    height: 113px;
}

body.seb div.loginBox{
	background-image: url(../layout/login_bg.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding: 30px 12px 7px 12px;
	height: 121px;
	position: absolute;
	top: 15px !important;
	right: 10px;
}

div.loginBox label{
	width: 140px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 11px;
}

div.loginBox input{
	text-align: left;
	border-top: 1px solid #505350;
	border-right: 1px solid #505350;
	border-bottom: 1px solid #3b3c3b;
	border-left: 1px solid #3b3c3b;
	background-color: #fff;
	color: #fff;
	width: 145px;
	margin: 0;
}

div.loginBox input.button{
	text-align: center;
	width: 150px;
	margin-top: 4px;
	}
	
ul.indexStep{
    height: 365px;
}
	
ul.indexStep li{
    float: left;
    width: 281px;
    margin: 0px 8px 0px 8px;
    height: 365px;
}

ul.indexStep li a.steg1,
ul.indexStep li a.steg2,
ul.indexStep li a.steg3{
    display: block;
    height: 316px;
	background-repeat: no-repeat;
}

ul.indexStep li a.steg1{
	background-image: url(../layout/steg_1.jpg);
}

ul.indexStep li a.steg2{
	background-image: url(../layout/steg_2.jpg);
}

ul.indexStep li a.steg3{
	background-image: url(../layout/steg_3.jpg);
}

ul.indexStep li h4{
    height: 35px;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
}

body.seb h2{
    text-align: center;
    padding: 0 0 0 0;
}

































body.indexnew{
	background-color: #dcdbdb;
	background-image: none;
	padding: 0;
	margin: 0;
}

body.indexnew div.top{
	height: 290px;
	background-color: #0b0b0b;
	background-repeat: no-repeat;
	background-position: bottom center;
}

body.indexnew div.content{
	background-image: url(../layout/content_top_index.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #fff;
}


body.indexnew div.content a:link{
	color: #7aac43 !important;
	text-decoration: underline;
}

body.indexnew div.content a:visited{
	color: #7aac43 !important;
	text-decoration: underline;
}

body.indexnew div.content a:hover{
	color: #000 !important;
	text-decoration: none;
}

body.indexnew div.content a:active{
	color: #7aac43 !important;
}

body.indexnew div.content div.center{
	padding: 10px 0 10px 0;
}

body.indexnew div.top h3{
	font-size: 16px;
    line-height: 18px;
	color: #fff;
}

body.indexnew h3 a:link{
	color: #ffe400;
	text-decoration: underline;
}

body.indexnew h3 a:visited{
	color: #ffe400;
	text-decoration: underline;
}

body.indexnew h3 a:hover{
	color: #ffe400;
	text-decoration: none;
}

body.indexnew h3 a:active{
	color: #ffe400;
}

body.indexnew div div.center{
	width: 930px;
	margin: 0 auto;
	clear: both;
	padding: 0 20px 20px 20px;
}

body.indexnew div.footer{
	background-image: url(../layout/content_footer_index.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	text-align: center;
	font-size: 11px;
	height: 170px;
	line-height: 15px;
}

body.indexnew div.footer div.center{
	background-image: url(../layout/footer_border.gif);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
}

body.indexnew a.ssl{
    background-image: url(../layout/SSL.gif);
    position: absolute;
    top: 60px;
    left: 10px;
    display: block;
    width: 105px;
    height: 113px;
}

body.indexnew div.loginBox{
	background-image: url(../layout/login_bg.gif);
	background-repeat: no-repeat;
	width: 150px;
	padding: 30px 12px 7px 12px;
	height: 121px;
	position: absolute;
	top: 35px !important;
	right: 10px;
}

div.loginBox label{
	width: 140px;
	padding: 0;
	text-align: left;
	color: #fff;
	font-size: 11px;
}

div.loginBox input{
	text-align: left;
	border-top: 1px solid #505350;
	border-right: 1px solid #505350;
	border-bottom: 1px solid #3b3c3b;
	border-left: 1px solid #3b3c3b;
	background-color: #fff;
	color: #fff;
	width: 145px;
	margin: 0;
}

div.loginBox input.button{
	text-align: center;
	width: 150px;
	margin-top: 4px;
	}
	
ul.indexStep{
    height: 365px;
}
	
ul.indexStep li{
    float: left;
    width: 281px;
    margin: 0px 8px 0px 8px;
    height: 365px;
}

/*

ul.indexStep li a{
    display: block;
    height: 316px;
	background-repeat: no-repeat;
}

ul.indexStep li a.steg1{
	background-image: url(../layout/steg_1.jpg);
}

ul.indexStep li a.steg2{
	background-image: url(../layout/steg_2.jpg);
}

ul.indexStep li a.steg3{
	background-image: url(../layout/steg_3.jpg);
}

*/

ul.indexStep li h4{
    height: 55px;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    line-height: 16px;
}

body.indexnew h2{
    text-align: center;
    padding: 0 0 0 0;
}

a.klickahar{
	display: block;
	width: 116px;
	height: 45px;
	background-repeat: no-repeat;
	background-image: url(../layout/klicka_har.gif);
	background-position: left top;
	position: relative;
	top: 211px;
	left: 287px;
	float: left;
}

a.klickahar:hover{
	background-position: left bottom;
}

a.klickahar span{
	display: none;
}

