/*Stilar för hela body innehållet */
body{
	background-color: #ffffff;
	font-family: tahoma, Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	scrollbar-face-color: #dfefff;
	scrollbar-shadow-color: #b0c4de;
	scrollbar-base-color: #dfefff;
	scrollbar-highlight-color: #b0c4de;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #b0c4de;
}


/*Stilar för länkar*/
a{
	color: navy;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:hoover{
	color: navy;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: navy;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: navy;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}


/*Stil för hr*/
hr{
	color: #b0c4de;
	height: 1 px;
}

.hrFet{
	color: #b0c4de;
	height: 5 px;
}

.hrDotted{
	border: dotted;
	border-width: 1px;
	color: #b0c4de;	
}

/*Stil för blindframes*/
.blindFrame{
	background-color: #f0f8ff;
}

/*Stilar för linjefärg*/
.lineFrame{
	background-color: #b0c4de;
}

/*Stil för bottenframen*/
.bottomFrame{
	background-color: #dfefff;
}

/*Stil för top framen*/
.topFrame{
		background-image: url(../graphics/layout/bgHeader1.jpg);
}

/*Positionering av innehållet i huvudframen*/
.mainDiv{
	width: 95%;
	position:absolute;
	left:15px;
	top:10px;
}

.headDiv{
	background-color: #ffffff;
}

/*Stil för innehåll i bottenframen*/
.bottomDiv{
	width: 95%;
}

/*Stil för överskriften på varje dokument*/
.docHeadTxt{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/*Bakgrund header i lista*/
.bgHeader{
	background-color: #cacaca;
}

/*Bakgrund linje i lista*/
.bgLine{
	background-color: #e9e9e9;
}

/*Bakgrund editor*/
.bgEditor{
	background-color: #e9e9e9;
}

/*Stilar för olika textstorlekar osv*/
.f8{
	font-size: 8px;
	font-weight: none;
}

.f8b{
	font-size: 8px;
	font-weight: bold;
}

.f8i{
	font-size: 8px;
	font-style: italic;
}

.f9{
	font-size: 9px;
	font-weight: none;
}

.f9b{
	font-size: 9px;
	font-weight: bold;
}

.f9i{
	font-size: 9px;
	font-style: italic;
}

.f9Grey{
	font-size: 9px;
	font-weight: none;
	color:#5a5a5a;
}

.f10{
	font-size: 10px;
	font-weight: none;
}

.f10b{
	font-size: 10px;
	font-weight: bold;
}

.f10i{
	font-size: 10px;
	font-style: italic;
}

.f10red{
	font-size: 10px;
	font-weight: none;
	color: red;
}

.f11{
	font-size: 11px;
	font-weight: none;
}

.f11b{
	font-size: 11px;
	font-weight: bold;
}

.f11i{
	font-size: 11px;
	font-style: italic;
}

.f12{
	font-size: 12px;
	font-weight: none;
}

.f12b{
	font-size: 12px;
	font-weight: bold;
}

.f12i{
	font-size: 12px;
	font-style: italic;
}

.datum{
	font-size: 10px;
	font-weight: none;
	color:#b7b7b7;
}

.copyright{
	font-size: 9px;
	font-weight: none;
	color:#778899;
}

/*Stil för liten länk*/
.smallLink{
	font-size: 9px;
	font-weight: bold;
	color: navy;
}

/*Stil för formulärkomponenter*/
.form{
	font-size:8pt;
}

.formSelect{
	font-size:8pt;
	width: 200pt;
}

.formSelectSmall{
	font-size:8pt;
	width: 80pt;
}

.formButton{ 
  font-size:8pt;
  width: 100px;
}

.formButtonSmall{ 
  font-size:8pt;
  width: 25px;
}

/*Stil för login*/
.login{
	background-color: #CBCBCB;
	border: thin ridge Silver;
}

.loginPos{
	position:absolute;
	left: 200px;
	top:100px;
}

/*Stil för menyn*/

.Menu {
	cursor : default;
	color:navy;
	padding: 2, 1, 2, 0;
	font-size : 12px;
	font-weight : bold;
}

.Option {
	padding: 1, 1, 1, 5;
	cursor : pointer;
	cursor : hand;

}

.Options{
	padding:1, 1, 1, 1;
	cursor :  pointer;
	cursor : hand;
}

/*Stil för underkategori i menyn*/
.subCat{
	cursor : pointer;
	cursor : hand;
	text-decoration: none;
	color:navy;
	font-size : 11px;
	font-weight: bold;
}

/*Stil för länkar i menyn*/
.menuLink{
	cursor : pointer;
	cursor : hand;
	text-decoration: none;
	color:navy;
	font-size : 12px;
	font-weight: none;
}

/*Stil för bakgrund i menyn*/
.bgMenu{
	background-color: #ffffff;
}

/*positionering av menyn*/
.menuPosition{
	cursor : pointer;
	cursor : hand;
	position:absolute;
	top: 35px;
	left:7px;
	overflow-y: auto;
	width: 90%;
	height: 80%;
}

.menuLangPosition{
	cursor : pointer;
	cursor : hand;
	position:absolute;
	top: 5px;
	left:27px;
	width: 90%;
	height: 80%;
}


