﻿/*
2009-03-12
Giraff Data Konsult AB
Magnus Eklund

*/


/* Mittcentrerad sida */
#wrapper_ram{
    width: 969px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: none;
	background-image: url(../img/PageBackground.jpg);
	background-repeat: repeat-y;
}

#editortextstyle
{
	font-family: Georgia, Arial;
	font-size:12px;	
	font-weight: normal;
	line-height:1.35;
	color: #333333;
	background: #f9f9f9;
	margin: 0px;
	padding: 0px;
}

/* Nederkant av fönster */
#BottomBorder
{
	background-image: url(../img/PageBackgroundBottomBorder.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;
	height: 4px;
	width: 969px;
}
/* Ram runt flashanimation */
#header_logo_move, #header_logo_still
{
	float:left;
	padding:0px;
	margin:0px;
	border:0px;
	width:951px; 
	height:291px;
}
/* Yttre ram runt flashanimation */
#toppart
{
	border:0px;
	margin:0px;
	padding-bottom:0px;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
}
/* Ram för själva sidinnehållet */
div.SidInnehall
{
	/* Standardhöjd för sida */
	height:470px; 
	position:relative; 
	margin-top:20px;
}
html {
     /*I firefox visas inte scrollbar när sidan inte är tillräckligt lång. Forcera att den alltid visar scrollbar.
	 Annars kommer sidan att hoppa i sidled mellan långa sidor och "korta" */
     overflow: scroll;
}


#meny
{
	float:left;
	padding: 0;
	margin:0;
	width:950px;
	height:24px;
}
/* Länkfärg och style */
a
{
	text-decoration:none;
	color:#666633;
}
/* Ingen ram runt bilder */
img
{
	border: none;
}
/* Default typsnitt och färger */
body
{
	font-family: Georgia, Arial;
	font-size:12px;	
	font-weight: normal;
	line-height:1.35;
	/* text-align:justify;  Används för att ha rak höger och rak vänsterkant på text */
	color: #333333;
	background: #f9f9f9;
	margin: 0px;
	padding: 0px;
}
/* Stor rubrik */
h1
{
	font-family: Arial;
	font-size: 22px;
	font-weight:normal;
	line-height: normal;
	margin:0;
}
/* Mindre rubrik */
h2
{
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	line-height: normal;
	color: #333333;
	margin:0;
}
pre
{	
	font-family: Arial;
	font-size: 11px;	
}
/* Styles för nyhetsramen på förstasidan */
SPAN.NyhetsDatum
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;	
	line-height:14px;
}
SPAN.NyhetsRubrik
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height:14px;
}
DIV.NewsTickItem
{
	margin-left:10px;
	margin-right:5px;
	margin-top:5px;	
	margin-bottom:5px;
	padding:0px;
	border:0px;	
}


div.Line
{
	background-image:url(../img/LinePixel.gif); 
	background-repeat:repeat-x;
	height:3px; 
	width:633px
}

div.LineCert
{
	background-color:#DDDDDD;
	height:1px; 
	width:880px;
	clear:both;
}

/* Utseende på tabell i kunder-sidan */
td.kund
{
	background-image:url(../img/KundTabellBakgrund.jpg); 
	background-repeat:repeat-x;
	height:25px;
	width: 200px;
}

/* Style på bilder som ersätter epostadresser */
.post
{
	position:relative;	
	vertical-align:bottom;
}
.post-rutor
{
	margin-top:3px;
	position:relative;	
	vertical-align:middle;
}
.KarriarTextinnehall
{
	position:absolute;
	left:40px; 
	top:20px; 
	width:560px;
}