/* @override http://www.jarla.com/jarla_ny/css/standard.css */

/* CSS Document */

/*
=============================
2.0
jarla.com
Standardsida
Text & Bildproduktion AB 2007
2007-08-24, Bengt
=============================
*/


/* Main page setup, font size and family, hack for table layout
=================================================================*/

body {
	margin: 0px;
	text-align:center;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
    background-color: #000000;
}

* {margin:0; padding:0;}

div#holder {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	text-align:left;
	margin-bottom: 0.5em;
	
}

/*--Hack01. Page layout, tables--*/
.clearfix:after {  
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}  /* Hides from IE-mac \*/
.clearfix {display: block;}

/*--End Hack01--*/



/*Top page content and layout
===================================================================*/

div#header  {      /*Picture*/
	width:900px;
	float:left;
	background-color:#000000;
}	

div#datecontainer  {
	background-image: url(../bilder/900_svart.gif);
	width:900px;
	height:16px;
	float:left;
	margin-bottom:18px;
}

div#date  {
	width:200px;
	height:14px;
	float:left;
	padding-left:6px;
	padding-top:2px;
}	

div#date p {
	text-align:left;
	font-size: 0.6em;
	color: #FFFFFF;	
}

div#white_top  {
	width:900px;
	height:8px;
	float:left;
	background-color: #fff;
}
/*Main content area and layout
===================================================================*/

div#contentarea {
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;*/
	margin-bottom:1em;
	width:900px;
	padding-bottom: 1em;
	
	
}


/*Content of left margin, including menu and search*/
div#leftmargin {
	width: 125px;
	float:left;
	padding-right:10px;
	padding-left:10px;
	}

div#leftmargin p {
	font-size: 0.7em;
	margin-bottom:1em;
}

div#leftmargin h4 {
font-size: 0.6em;
padding-left:6px;
margin-bottom:.4em;
font-weight:normal;
}

div#leftmargin h5 {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom:.4em;
	color:#003478;
}


/*End of left margin*/


/*Content of center margin*/
div#marginal {
	width: 580px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	}

div#marginal p {
	font-size: .7em;
	margin-bottom:.6em;
}

div#marginal h1  {
	font-size: 1.5em;
	margin-bottom:.2em;
	color:#FAEBB8;
	
}

div#marginal h2  {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom:0.2em;
	color:#cc3333;
}

div#marginal h3  {
	font-size: 1em;
	margin-bottom:0.2em;
	color:#666666;
}

div#marginal h5 {
	font-size: 0.7em;
	font-weight: bold;
	margin-bottom:.4em;
	color:#003478;
}

div#marginal table  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc3300;
	padding-bottom:.4em;
	margin-bottom:.5em;
}

/*End center margin*/



/*Right_2
===================================================================*/

div#right_2  {
	width:130px;
	float:left;
	padding-left:10px;
	padding-right:5px;
	}

div#right_2 table  {
	background: #FFFFFF;
	text-align: left;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-bottom:.4em;
	margin-bottom:.5em;
}

div#right_2 p {
	font-size: .7em;
	margin-bottom:.5em;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
		
}

div#right_2 h5 {
	font-size: 0.7em;
	font-weight: normal;
	color:#ffffff;
	background-color:#999999;
	padding-left:.1em;
	padding-right:.1em;
	padding-bottom:.1em;
	width:99%;
	margin-bottom:1.5em;
}
/*End of right_2*/


/*Content of footer*/

div#footer {
	width: 900px;
	height:1.2em;
	float:left;
	background-color: #000000;
	margin-bottom:-16px;
}

div#footer p {
	font-size:0.6em;
	color:#FFFFFF;
	padding-left:20px;
	padding-right:20px;

}
/*End of footer*/


div#bottommargin {
	background-color:#000000;
	width: 900px;
	float:left;
}

/*Class to any tag
===================================================================*/
a img {
border:none;
}

#logo a:active {
	text-decoration: none;
}

img.left {
	margin-right:10px;
	margin-top:5px;
	float: left;
}

img.top {
	margin-bottom:10px;
}

p.halvfet {
	font-weight:bold;
}


img.right {
	margin-left:10px;
	margin-top:5px;
	float: right;
}

.line {
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top:0.4em;
}

.datum  {
	padding-right:.5em;
	padding-bottom:.5em;
	color: #666666;
	font-weight:bold;
}

.siffra  {
	font-size: 0.9em;
	color: #666666;
	font-weight:bold;
}
.red  {
color:#FF0000;
}

.weekday  {
font-size:0.7em;
}