@charset "utf-8";
/* CSS Document- AddLogo Telecom AB Hemsida */
wrapper, header, content, footer
{ display:block; }
h1, h2, header, wrapper, content, footer{
	margin:0;
	padding:0;
	}

    html,
    body {
    margin:0;
    padding:0;
    height:100%;
	background-image:url(../Pics/bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family:Baskerville, "Palatino Linotype", Palatino, 
	"Century Schoolbook L", "Times New Roman", serif;
	color: #000000;
	
    }
	
    #wrapper {
    min-height:100%;
    position:relative;

	
    }
    #header {
		
	background-image:url(../Pics/AddLogo2.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top:23.5em;
  
	margin-bottom:0;
	padding-bottom:0;
	}

    #content {
	margin-left:auto;
	margin-right:auto;
	margin-top:-5em;
	padding-top:0;
	
	margin-bottom:1em;
	min-width:440px;
	max-width:440px;
    padding-bottom:60px; /* Height of the footer element */
    }
	
	#content h1{
	font-family: "Angsana New", Baskerville, "Palatino Linotype", Palatino, 
	"Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.75px;
	font-size: 1.9em;
	font-weight: 200;
	text-align: center;
	}
	
	#content h2{
	font-family: "Angsana New", Baskerville, "Palatino Linotype", Palatino, 
	"Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.6px;
	text-align:right;
	font-size: 1.5em;
	font-style: normal;
	font-weight: 100;
	padding:0;
	margin:0;
	}
	
	#content h3{
	font-family: "Angsana New", Baskerville, "Palatino Linotype", Palatino, 
	"Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.6px;
	font-size: 1.7em;
	font-style: normal;
	font-weight: 100;
	padding-top:1em;
	margin-top:0;
	margin-bottom:0.2em
	}

	
	#content p{
	font-family: eb-garamond, Baskerville, "Palatino Linotype", Palatino, 
	"Century Schoolbook L", "Times New Roman", serif;
	letter-spacing: 0.1px;
	line-height: 1.3em;
	font-size: 1.05em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	text-align: justify;
	font-style: normal;
	}
		#content ul
 { margin:0em;
 padding-left:0em;
}
	#content li{
		font-family: eb-garamond, Baskerville, "Palatino Linotype", Palatino, 
	"Century Schoolbook L", "Times New Roman", serif;
		list-style:none;
		font-size: 1.05em;
		margin-bottom:0.55em;
	
	}

	
	#content a{
		color:#000000;
		outline:none;
	}
    #footer {
    width:100%;
    height:60px;
    position:absolute;
    bottom:0;
    left:0;
    }
	
 	#footer p{	
	text-align:center;
	font-size:0.85em;
	letter-spacing: 0.6px;
	}


	.rightMarg{
	margin-right:2em;
	}
	#footermobile{
		display:none;}

	#footer a{
	color:#000000;
	margin-right:2em;
	}

	a:link {
	text-decoration:none;
	
	}
 	a:visited {
	text-decoration: none;
	
	}
	a:hover {
	text-decoration: none;

	}
 	a:active {
	text-decoration: none;
	
	}
	
	@font-face {
    font-family: 'angsana_newregular';
    src: url('angsa-webfont.eot');
    src: url('angsa-webfont.eot?#iefix') format('embedded-opentype'),
         url('angsa-webfont.woff') format('woff'),
         url('angsa-webfont.ttf') format('truetype'),
         url('angsa-webfont.svg#angsana_newregular') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	

