html,body,div,table,td,tr,a,br,form,p
{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
body
{
	background-color: #D7D7D7;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a
{
	text-decoration: none;
	color: #27254D;
}
a img
{
	border: 0px;
}
a:hover
{
	color: #000000;
}	

#spacer
{
	position: relative;
	height: 42px;
	width: 671px;
	background-color: #FFFFFF;
	background-color: #D7D7D7;
}
#titlebar
{
	position: relative;
	height: 42px;
	width: 671px;
	background-image: url('images/title_top.png');
	background-repeat: repeat-x;
}
#langbar
{
	position: relative;
	height: 17px;
	width: 671px;
	background-image: url('images/lang_bar_bg.png');
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: right;
}
#langbar img
{
	margin-right: 10px;
	margin-top: 4px;
}
#container
{
	position: relative;
	margin: 0 auto;
	width: 661px;
	background-color: #27274f;
	text-align: left;
}

#footer
{
	position: relative;
	bottom: 0px;
	width: 100%;
	font-size: 11px;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
        color: #666666;
}
#footer hr
{
	width: 100%;
	margin-left: 20px;
        color: #666666;
}

/* Content styles */
#contentarea
{
    position: relative;
    left: 102px;
    top: 0px;
    width: 569px;
    min-height: 550px; /* <-- Det här fungerar inte i IE! */ 
    background-color: #FFFFFF;
    padding-top: 0px;
}
#contentarea table, tr, td
{
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#contentarea h1
{
    position: relative;
    top: 0px;
    padding-top: 15px;
    padding-left: 20px;
    text-align: left;
    font-family: Georgia, Times, Roman, serif;
    font-size: 30px;
    font-weight: bold;
    color: #0E0F45;
}
#content
{
    margin-left: 20px;
    padding-top: 0px;
    width: 500px;
    position: relative;
    top: 0px;
}
#content p
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10;
}
#content h2
{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    font-family: Georgia, Times, Roman, serif;
    font-size: 25px;
    font-weight: bold;
    color: #0E0F45;
}
#content #welcomepage
{
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
#content img
{
    padding-bottom: 10;
}
#content .quoteframe
{
	position: relative;
	width: 490px;
	background-color: #ededf0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#content .quoteframe #text
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #26264f;
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 45px;
}
#content .quoteframe #text #header
{
    text-align: left;
    font-family: Georgia, Times, Roman, serif;
    font-size: 14px;
    color: #26264f;
    font-weight: bold;
}
#content .quoteframe #startquote
{
    //position: absolute;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 00px;
}
#content .quoteframe #endquote
{
    padding-top: 0px;
    padding-left: 400px;
    //padding-right: 15px;
    //text-align: right;
}
#content .quoteframe #quotedfrom
{
    text-align: left;
    font-family: Georgia, Times, Roman, serif;
    font-size: 14px;
    color: #0E0F45;
    font-weight: bold;
    text-align: right;
    padding-right: 30px;
    padding-bottom: 10px;

}
.productline
{
        font-family: Georgia, Times, Roman, serif;
        font-size: 20px;
        font-weight: bold;
        color: #0E0F45;
        text-align: center;
}
.productline img
{
        vertical-align: middle;
}
.contactframe
{
	position: relative;
	width: 520px;
	background-color: #ededf0;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
.contactframe #text
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0E0F45;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 25px;
}
.contactframe #text #name
{
    text-align: left;
    font-family: Georgia, Times, Roman, serif;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10;
}

#toTop
{
    text-align: right;
    padding-top: 10px;
    width: 400px;
    font-size: 9pt;
}

/******* Menu Styles ***************/

#menubar
{
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 101px;
    width: 102px;
    background-color: #FFFFFF;
//    background-color: #e9e9ee;
    font-size: 11px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #0E0F45;
}
#menubar :hover
{
    color: #666666;    
}
#menu p 
{
    padding-top: 1px;
    padding-left: 18px;
    display: block;
    width: 101px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
#menu a
{
    margin: 0px;
    padding: 0px;
    display: block;
    width: 101px;
    height: 16px;
    border-bottom: 1px solid white;
    border-right: 0px solid white;
//    background-color: #D5D5E1;
    background-color: #F1F1F4;
}
#menu a:hover
{
	background-image: url('images/menu_select_bg.png');
	background-repeat: no-repeat;
	background-position: top right
}
#menu a:hover p
{
	color: #acacc6;
}
#menu a p
{
    margin: 0px;
    padding: 0px;
    padding-top: 1px;
    padding-left: 18px;
    width: 91px;
    height: 15px;
    font-size: 10px;
    font-weight: bolder;
    border-bottom: 0px solid white;
    border-right: 1px solid white;
    background-color: #E9E9EE;
}
#menu a#menu_selected
{
	background-image: url('images/menu_select_bg.png');
	background-repeat: no-repeat;
	background-position: top right
    color: #666666;
}
#menu a#menu_selected p
{
	color: #acacc6;
}
#menu_gradient
{
    height: 400px;
    background-image: url('images/menu_gradient.png');
    background-repeat: repeat-x;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

/******* Login Styles **************/



#content form.login
{
        text-transform: uppercase;
	padding-top: 5px;
	height: 158px;
	padding-left: 18px;
	font-size: 11px;
	font-weight: bolder;
}

.login .username
{
	padding-top: 10px;
	font-size: 10px;
}
.login .password
{
	padding-top: 5px;
	font-size: 10px;
}
.login input
{
/* 	width: 66px;*/
	border-color: #a5a5b3;
}
.login .submit
{
	width: 30px;
	height: 16px;
	font-size: 9px;
	font-weight: bold;
	/*border: 1px solid #a5a5b3;*/
	border: 0px solid white;
	padding-top: 0px;
	margin-top: 10px;
	color: #3f406c;
}


/******* Drop Shadow Styles ********/
#spacer2
{
	position: relative;
	background-image: url('images/drop_shadow_bottom.png');
	background-repeat: repeat-x;
	background-position: -10 0;
	height: 30px;
	width: 671px;
	background-color: #D7D7D7;
}
.rshadow
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 100%;
	background-image: url('images/drop_shadow_right.png');
	background-repeat: repeat-y;
	z-index: 1;
}
.rcorner
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image: url('images/drop_shadow_rightcorner.png');
	background-repeat: no-repeat;
	z-index: 2;
}
.lcorner
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-image: url('images/drop_shadow_leftcorner.png');
	background-repeat: no-repeat;
	z-index: 2;
}
/***********************************/
