﻿/*

    CSS Document



    Site: A Tryck
   
    URL: http://www.atryck.se
   
    Author: PS Kommunikation
   
    Version: 1.0
   
    Date: 2007.11.21

*/

/* General
-----------------------------------------------------------------------------*/

* { margin:0px; padding:0px; }
body {
    text-align:center;
	background:#dadada url(/bilder/bgBody.gif) repeat-x;
}

/* Classes
-----------------------------------------------------------------------------*/
.clearer { clear:both; }
.hide {
    position: absolute;
	left: -9999px;
	z-index: 100;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block; clear:both;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Layout common
-----------------------------------------------------------------------------*/

div#placeholder {
	width: 845px;
	text-align: center;
	margin: 0 auto;
}
div#helpnav {
    margin-bottom:15px;
}
div#wrapper {
	margin: 0 auto; 
	width: 810px;
	padding:15px 15px 0 15px;
	background:#fff;
	margin-top:0px;
	border:solid 3px #ccc;
	position:relative;	
}
div#top {
	width: 810px;
}
div#branding {
	margin: 0 0 1.5em 0;
	height:60px;
	text-align:left;
}
div#mainNav {
    margin-bottom:15px;
    border-bottom:solid 3px #d9d9d9;
    padding-bottom:1px;
}
div#uc  {
	position:absolute;
	top:-15px;
	right:-120px;	
}

/* Content
-----------------------------------------------------------------------------*/

div#content { 
	width:330px;
	float:right;
  	display:inline;
  	text-align:left;
  	padding:10px 10px 20px 10px;
}
div#sidebar {
    width:448px;
	float:left;
  	display:inline;
  	text-align:left;
	margin-top:4.8em; 
	margin-bottom:15px;
	position:relative;
}
body#contact div#sidebar {
    width:448px;
	float:left;
  	display:inline;
  	text-align:left;
	margin-top:3.8em; 
	margin-bottom:15px;
	position:relative;
}
div#usp {
	float:left;
  	display:inline;
	width:448px;	
	text-align: left;   	
	height:296px;
	margin-top:4.8em;
}
div#secondaryContent {
   	text-align: left; 
}
div#news 
{
    position:relative;
    display:inline;
    float:left;
    width:448px;
    height:9.7em;
    background: #75d44a url(/bilder/bgNews.gif) repeat-x;
    margin-top:10px;
}
div#focus {
    width:350px;
    display:inline;
    float:right;
    margin-top:10px;
}
div#boxOne {
	display:inline;
	float:left;
	width:170px;
	height:97px;
	background: url(/bilder/puffOffert.jpg) no-repeat;
	margin:0 5px 1em 0;
}
div#boxTwo {
	display:inline;
	float:right;
	width:170px;
	height:97px;
	background: url(/bilder/puffLamna.jpg) no-repeat;
	margin-bottom:1em;
}
div#loginErrorText{
    background: url(/bilder/iconError.gif) no-repeat;
    padding-left:22px;
    font-size:0.9em;
    line-height:1.4em;
}
div#loginErrorText a { color:#ff0000}
/* Footer
-----------------------------------------------------------------------------*/
div#bottom {
    margin-top:1em;
    width:810px;
}    
div#footer {
    width:810px;
    height:6em;
    background:#666 url(/bilder/bgContact.gif) repeat-x;
}
div#production { 
    text-align:right;
    border-top:solid 3px #d9d9d9;
	margin:1px 0;	
}

