/* CSS Document */
/*
Telia färger:

Mörk rosa:				#750235
Standard rosa:			#ca035b
Ljus rosa:				#ff6b9f
Lila:					#521948
Orange:					#f58200
Grå:					#c3c3b5
Mörk grå:				#818177
Ljusare Grå:			#f3f3f0


*/



/* ---- importing other CSS ----- */
@import url('tableDesign.css');
@import url('fileExtensions.css');
@import url('print.css') print;
/* ---- /importing other CSS ----- */


/* ---- slightly enhanced, universal clearfix hack ---- */
/* -------- http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/ --- */

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* /backslash hack */
/* ---- /slightly enhanced, universal clearfix hack ---- */



/***********************************************************
				Generic styles Kundservice
 ***********************************************************/

.mellanrubrikwhite
{
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom : 13px;
}
.mellanrubrikred
{
	font-family: inherit;
	font-size: 13px;
	font-weight: bold;
	color: #652D86;
	margin-bottom : 13px;
}
/***********************************************************
				Generic styles Kundservice
 ***********************************************************/







.pageContainerFtg {
	width:955px;
	min-height:510px;
	margin:0;
	padding:0;
	text-align:left;
}



.textColor1{
	color:#cf0566;
}
.textColor2{
	color:#53534E;
}
.textColor3{
	/* color:#C7C7C7; */
	color:#A1A1A1;
}
.textColor4{
	color:#5E2154; /* #5e2154 */
}
.textColor5{
	color:#f68b00;
}
.textSize10{
	font-size:10px;
}
.textSize11{
	font-size:11px;
}
.textSize12{
	font-size:12px;
}
.textSize13{
	font-size:13px;
}
.textSize14{
	font-size:14px;
}
.textSize15{
	font-size:15px;
}
.textSize16{
	font-size:16px;
}
.textSize17{
	font-size:17px;
}

/* ---- leftNavigation ----*/
.leftNavigationContainer{
	width:200px;
	float:left;
	/*background-color:#fff;*/
	margin: 0 10px 10px 0;
	display:block;
}

/* ---- /leftNavigation ----*/


/* ---- pageContentContainer ---- */
.pageContentContainer{
/*	width:743px;  */
	width:743px; 
	float:left;
	display:block;
	margin:0;
	padding:0;
}


/* ---- /pageContentContainer ---- */

/* -- General layout -- */

ol {
	margin:5px 0pt 0pt 30px;
	padding:0 0 0 4px;
	list-style-type:none;
}

ol li {
	list-style-position:outside;
	list-style-type:decimal;
	margin:0px;
	padding:2px 0pt 0pt;
}

#footer{
	margin-top:20px;
}
/* -- /General layout -- */



/* Fix for 1px border under topnav in FireFox */
td.page_th {
	background-color:white;
}
/* Fix for the center glitch with new and correct doctype */
#header_nav, .startPageContainer{
	text-align:left;
}
table.contentTop td{
	vertical-align:top;
}

