/****************************
TABELLER OCH DESS UTSEENDE
****************************/
.tabellradskant {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-left-width: thin;
	border-top-style: none;
	border-left-style: dotted;
	border-left-color: #666666;
}
.tabellradskantEnkel {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}
.highlight {
	color:#CC6600;
	font-weight: bold;
}
.tabellruta-hel {
	border: thin solid #666666;
}
.tabellruta-vanster {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.tabellruta-hoger {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666666;
}
.tabellruta-Markerad {
	padding: 8px;
	border: medium dotted #3366CC;
	background-color: #E8E8E8;
}
.bekraftelseruta {
	background-color:#BADDFF;
	border: medium dotted #6666FF;
	padding: 7px;
}
.varningsruta {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #990000;
	padding: 7px;
}
.varningsruta a {
	color:#ffffff;
	font-weight: bold;
	text-decoration: underline;
}
.informationsruta {
	background-color:#BADDFF;
	border: medium dotted #6666FF;
	padding: 20px;
}
.informationsruta-ny {
	background-color:#BADDFF;
	border: medium dotted #6666FF;
	background-image: url(img/peter-kikar-fram.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 140px;
}
.informationsruta-femggr {
	background-color:#BADDFF;
	border: medium dotted #6666FF;
	background-image: url(img/peter-kikar-upp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 120px;
	padding-left: 20px;
}
.textrubriksrad {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
.nugget {/* används som sektionsindelare i vänsterspalt bl a */
	padding: 5px;
	margin-bottom: 10px;
	}
.sektionsruta {
	background-color: #c0af1d;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	}

.rubrikruta {
	background-color: #D0DAFF;
	padding: 5px;
	font-weight: bolder;
	}
	
.navigeringsruta {
	border:thin solid #FF9933;
	text-align: center;
	padding: 0px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
/****************************
LISTOR
****************************/
ul{
	list-style-type: square;
	line-height: 1.2em;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/****************************
BILDRUTOR
****************************/

.bildbox {
	background-image:url(img/bildskugga.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 300px;
	height:300px; 
}

/****************************
OLIKA INNEHÅLLSKATEGORIER
****************************/
.content_titel0 {
	background-image: url(img/bg0.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	width: 400px;
	color: #FFFFFF;
	}
.content_titel1 {
	background-image: url(img/bg1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	width: 400px;
	color: #FFFFFF;
	}
.content_titel2 {
	background-image: url(img/bg2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	width: 400px;
	color: #FFFFFF;
	}
.content_titel3 {
	background-image: url(img/bg3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	width: 400px;
	color: #FFFFFF;
	}
.content_titel4 {
	background-image: url(img/bg4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	width: 400px;
	color: #FFFFFF;
	}
.content_titel5 {
	background-image: url(img/bg5.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	width: 400px;
	color: #FFFFFF;
	}
	
/* KATEGORIFÄRGER FÖR ÅTSKILLNAD */
.kategori1 {
	font-size:1.3em;
	color:#CC6600;
	font-weight:bold;
	}
.kategori2 {
	font-size:1.3em;
	color:#993333;
	font-weight:bold;
	}
.kategori3 {
	font-size:1.3em;
	color:#339966;
	font-weight:bold;
	}
.kategori4 {
	font-size:1.3em;
	color:#666633;
	font-weight:bold;
	}
.kategori5 {
	font-size:1.3em;
	color:#993333;
	font-weight:bold;
	}
.kategori6 {
	font-size:1.3em;
	color:#6666CC;
	font-weight:bold;
	}
.kategori7 {
	font-size:1.3em;
	color:#663300;
	font-weight:bold;
	}
.kategori8 {
	font-size:1.3em;
	color:#666666;
	font-weight:bold;
	}
.kategori9 {
	font-size:1.3em;
	color:#003300;
	font-weight:bold;
	}
.kategori10 {
	font-size:1.3em;
	color:#990000;
	font-weight:bold;
	}
	
.inforuta {
	background-color: #E0E6EF;
	padding: 5px;
	border: thin dotted #CC6600;
}
/* Show only to IE PC \*/
* html .dialogtopp h2 {height: 1%;} /* For IE 5 PC */

.dialogruta {
	margin: 0; /* center for now */
	width: 530px;
	font-size: 100%;
	background-image: url(img/dialogruta-botten.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.dialogtopp {
	margin: 0;
	text-align: center;
	background-image: url(img/dialogruta-topp.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	height: 40px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.dialogtopp h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.dialogtext {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 31px;
	padding-left: 40px;
	font-family: "Chalkboard", "Comic Sans", "Comic Sans MS";
	font-size: 1em;
	color: #333333;
}
.namnskylt {
	font-family: "Comic Sans MS";
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* Forum css */
/* Show only to IE PC \*/
* html .forumtopp-vanster h2 .forumtopp-hoger h2{height: 1%;} /* For IE 5 PC */

.forumruta-hoger {
	margin: 0; /* center for now */
	width: 530px;
	font-size: 100%;
	background-image: url(img/forumruta-hoger.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.forumtopp-hoger {
	margin: 0;
	text-align: center;
	background-image: url(img/forumruta-hoger-topp.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	height: 40px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.forumtopp-hoger h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.forumtext-hoger {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 31px;
	padding-left: 40px;
	font-family: "Chalkboard", "Comic Sans", "Comic Sans MS";
	font-size: 1em;
	color: #333333;
}
.forumtext-hoger p .forumtext-hoger ul .forumtext-vanster P .forumtext-vanster ul{
	font-family: "Chalkboard", "Comic Sans", "Comic Sans MS";
	font-size: 1em;
	color: #333333;
	}
.forumruta-vanster {
	margin: 0; /* center for now */
	width: 530px;
	font-size: 100%;
	background-image: url(img/forumruta-vanster.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.forumtopp-vanster {
	margin: 0;
	text-align: center;
	background-image: url(img/forumruta-vanster-topp.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	height: 40px;
	padding-top: 15px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.forumtopp-vanster h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.forumtext-vanster {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 31px;
	padding-left: 40px;
	font-family: "Chalkboard", "Comic Sans", "Comic Sans MS";
	font-size: 1em;
	color: #333333;
}
.debugtable {
	text-align:left;
	width:100%;
	color: #CCCCCC;
	background-color: #f4f6f6;
	border: 1px dotted #999999;
}
.debugtitle {
	text-align:center;
	color:#000066;
	background-color: #EEEEEE;
}
.debugleft {
	width:200px;
	font-weight:bold;
}
.debugright {
}
.debughint {
	text-align:center;
	font-size:10pt;
	background-color: #EEEEEE;
}

.titlebox {
	background-color: #8fb9e0;
	border: 8px solid #7baddc;
	padding: 8px;
	margin: 16px;
	color: #FFFFFF;
	font-size: 16pt;
	text-align: center;
}
.wrapper {
	background-color: #f4f6f6;
	border: 1px dotted #999999;
	padding: 8px;
	margin: 16px;
}
.footer {
	font-size: 9pt;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.send_button {
	background-color: #8fb9e0;
	color: #000000;
	font-weight: bold;
}