/* #### HÄR BÖRJAR GENERELLA FORMATERINGSREGLER */

body /* DEFINIERAR GENERELLA FORMATERINGSREGELER FÖR HELA SIDAN */
{
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
h1 /* DEFINIERAR TYPISK RUBRIK */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	line-height: 22px;
}
h2 /* DEFINIERAR TYPISK UNDERRUBRIK */
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	line-height: 16px;
}
p /* DEFINIERAR TYPISK BRÖDTEXT */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}
a:hover /* DEFINIERAR LÄNK "Mouse Over" -  använd egendefinierad typsnittsformatering (px??????) för A-taggen. Vill du ändra HOVER-färgen för en speciell länk: Definiera en ny psuedoklass enl. a:hover:px??????  */
{
	text-decoration: underline;
}
.imgBorder1px /* DEFINIERAR RAM RUNT BILDER -  om man vill ha ram runt bild är det bra att använda denna så slipper man strul med att ramen får annan färg om bilden är klickbar. Dessutom slipper man definiera den hemska VLINK-taggen.  */
{
	border: 1px solid #000000;
}

.inputTxt /* DEFINIERAR INMATNINGSRUTOR -  sätt bredd och höjd med hjälp av STYLE-taggen eller speca upp en ny  */
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #205AA7;
	background-color: #EBEBEB;
}

.button {
	font-size: 12px;
	line-height:14px;
	background-color:#9EACBB;
	font-weight:bold;
	color: white;
	border: 1px solid #DBDCDC;
}

/* #### HÄR BÖRJAR SPECIFIKA FORMATERINGSREGLER */

.px0 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height: 0px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

.px2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	line-height: 2px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

.px6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	line-height: 6px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

.px10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

.px11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

.px11bo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}

.px12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}


.px12bo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px;
}

.px12bomargin10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin:0px; margin-left:10px
}

.px127692AE {
	color:#7692AE;
	font-size:12px;
	font-family:arial,helvetica;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
	margin:0px;
}

.px11White {
	color:#ffffff;
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	margin:0px;
}
.px117692AE {
	color:#7692AE;
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	margin:0px;
}
.px11boWhite {
	color:#ffffff;
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	margin:0px;
}
.px11bo7692AE {
	color:#7692AE;
	font-size:11px;
	font-family:arial,helvetica;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
	margin:0px;
}

/* Slide Show*/

.pics {  
   /* height:  250px;  */
    width:   370px;  
    padding: 0;  
    margin:  0;  
	text-align:center;
} 
 
.pics img {  
    padding: 15px;  
    /*border:  1px solid #ccc;  */
    background-color: #FFF;  
    /*width:  270px;
	height: 203px; */
    top:  0; 
    left: 0 
		text-align:center;
} 
