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

    html,
    body {
    margin:0;
    padding:0;
    height:100%;
	background-image:url(../Pics/bg2.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/AddLogo_small.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top:10em;
  
	margin-bottom:0;
	padding-bottom:0;
	}
	
	/*#header img{
	display:block;
	margin-left:auto;
	margin-right:auto;
		
	}*/
    #content {
	margin-left:auto;
	margin-right:auto;
	margin-top:-1em;
	margin-bottom:2em;
	min-width:255px;
	max-width:255px;
    padding-bottom:30px; 
    }
	
	#content h1{
	font-family: "Times New Roman", serif;
	letter-spacing: 0.75px;
	font-size:0.75em;
font-weight: 200;
	text-align: center;
	padding-top:0.2em;
	}
	
	#content h2{
	font-family:"Times New Roman", Baskerville, serif;
	letter-spacing: 0.6px;
	text-align:right;
	font-size: 0.60em;
	font-style: normal;
	font-weight: 100;
	padding:0;
	margin:0;
	}
	
	#content h3{
	font-family:"Times New Roman", Baskerville, serif;
	letter-spacing: 0.6px;
	font-size: 0.65em;
	font-style: normal;
	font-weight: 100;
	padding-top:1.2em;
	margin-bottom:0.3em;
	}

	
	#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: 0.8em;
	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: 0.8em;
		margin-bottom:0.3em;
	
	}


	#content a{
		color:#000000;
		outline:none;
	
	}
	
    #footermobile {
    width:100%;
    height:46px;
    position:absolute;
    bottom:0;
    left:0;

    }
	
 	#footermobile p{	
	text-align:center;
	font-size:0.70em;
	letter-spacing: 0.6px;
	line-height:1.5em;
	padding-left:5px;
	padding-right:5px;
	}

#footer{
		display:none;}


	#footermobile a{
	color:#000000;
	margin-right:0.5em;
	}

	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;
	}
	
