﻿html, body { border:0; margin:0; padding:0;  font:90%/1.5 Tahoma, Arial, sans-serif; }
/*Tahoma. Efter det kan man köra Arial och sista bara en sans-serif. */
/** id **/
#divPageWrap { width:100%;  margin:0; }
#divFramework { width:998px; margin:0 auto;  padding:0 2px 0 2px;  }
#divMainHeader{ width:990px; border:solid 0px black; margin-top:20px; float:left; clear:left;}
#divMainContent{width:990px;  float:left; clear:left; border:solid 0px red; margin-top:0px;}
#divFooter {height:100px; float:left; clear:both; width:100%; border-top:solid 1px #ccc; margin-top:100px;}	


a {color:Black; text-decoration:none;}
a:hover { text-decoration:underline; color:Black;}

a:active, a.selected {color:Black;}


.test{border:solid 1px red;}
.floatleft{float:left;}
.clearleft{clear:left;}
.clearboth{clear:both;}
.gray{color:#a1a1a1;}
.orange{color:#ff6300;}
.bold{font-weight:bold;}