

/*-------------------     STRUKTUR    ------------------------------------*/
.cleaner { /*AnvÃ¤nds allmÃ¤nt fÃ¶r att bryta olika floats*/
	font-size: 					0px;
	line-height: 					0px;
	height:					0px;
	clear: 					both;
}
.cleaner_left { /*AnvÃ¤nds allmÃ¤nt fÃ¶r att bryta olika floats*/
	font-size: 					1px;
	line-height: 					1px;
	clear: 					left;
}
.cleaner_right { /*AnvÃ¤nds allmÃ¤nt fÃ¶r att bryta olika floats*/
	font-size: 					1px;
	line-height: 					1px;
	clear: 					right;
}

#body {
	font:						normal 11pt/130% Times new roman, serif;
	text-transform: 				none;
	color: 					#000000;
	text-decoration: 				none;
	background: 					#FFF url(http://www.liu.se/mall06/grafik/print_bak.gif);
	margin:					0;
	padding:					0;
}

#nodisplay {
	display:					none;
}
div.print {
	display:					block !important;
	width:						100%;
	margin:					0 0 0.5em 0;
	margin:					0 0 0.5em 0;
	border-bottom:				3px solid #CCC;
}
div.print h1 {
	font-size:					1.3em;
	text-decoration:				none;
	margin:					0 0 0.3em 0;
}
div.total_width {
	width:						100%;
	max-width: 					100%;
	min-width:					0px;
	text-align:	 				left;
	background: 					#FFF;
	margin: 					0 auto;
	padding: 					0;
	
}

div.header_top {
	display:					none !important;	
}

/*sÃ¶k_info Ã¤r det Ã¶versta grÃ¥a elementet dÃ¤r t.ex. sÃ¶krutan ligger*/
div.header_top_content {
	display:					none !important;
}
/*.location innehÃ¥ller ikonerna fÃ¶r t.ex. Ã¶versikt osv.*/
div.header_top_content .icons {
	display:					none !important;
}

div.header_top_content .icons img {
	display:					none !important;
}
/*.sok Ã¤r sÃ¶krutan hÃ¶gst upp*/
div.header_top_content .search {
	display:					none !important;
}

div.header_top {
	display:					none !important;
}

/*.header Ã¤r mitten blocket med bild och logotyp*/
div.header {
	display:					none !important;
}

/*.fÃ¶r smal variant av huvud*/
div.liten_header {
	display:					none !important;
}
 
div.header img, div.liten_header img, div.header a img, div.liten_header a img  {
	display:					none;
}

div.header_bottom {
	display:					none !important;
}

.logotyp {
display:					none !important;
}
div.header .bild{
display:					none !important;
}
/*.entries innehÃ¥ller ingÃ¥ngarna, dvs. omrÃ¥det lÃ¤ngst ner i sidhuvudet...*/
div.entries {
	display:					none !important;

}
div.links {
	display:					none !important;
	
}


/*_____________________MAIN CONTENT_______________________*/


/*.content omsluter allt mellan sidhuvud och footer_info*/
div.container {
	border:					none;
	clear: 					both;
	padding: 					0;
	background-color: 				#FFF;
	font:						normal 11pt/130% Times new roman, serif;

}
/*huvudmenuspalten*/
div.menu_div {
	display:					none !important;
	width:						1px;
	margin:					0;
}
/*.container omsluter huvudinnehÃ¥llet, tvÃ¥ eller tre spalter*/
div.content_container {
	margin:	 				0 0 0 0 !important;
	padding:					0 0 0 0 !important;
	border:					none;
	width:						100%;
	
}

/*sÃ¶kvÃ¤gs blocket*/
div.path {
	display:					none !important;
}
/*.spalt och .main innehÃ¥ller basegenskaper fÃ¶r spalterna i huvudinnehÃ¥llsomrÃ¥det - bredden pÃ¥ dessa sÃ¤tts sedan med nedanstÃ¥ende ID taggar*/
/*.content_container ser till att vi har rÃ¤tt marginaler pÃ¥ bÃ¥de sidorna fÃ¶r huvudinnehÃ¥llet*/
div.two_columns {
	margin: 					0;
	padding: 					0;
	width:						100%;	
}

div.one_column {
	margin: 					0;
	padding: 					0;
	width:						100%
}

/*raden innan footer_infoen med bla. till toppen knappen*/
.footer_update {
	display:					none !important;
	
}

.footer_update .left {
	text-align: 					left;
	padding: 					0;
	margin:					0;
}
.footer_update .right {
	float: 					right;
	padding: 					0;
	margin:					0;
	float:						right;
	text-align: 					right;
	display:					none !important;
}
/*.footer_infoen Ã¤r helt sonika...footer_infoen*/
div.footer_info {
	margin: 					0;
	padding: 					0;
	border-top: 					1px solid #ccc;
	color:						#000;
	background-color: 				#FFFFFF;
	width:						100%;

}

div.footer_info .left {
	padding: 					0;
	margin:					0;
	float:						left;
	text-align: 					left;
}

div.footer_info .right {
	padding: 					0;
	margin:					0;
	float:						right;
	text-align: 					right;
}

div.footer_info .middle {
	padding: 					0;
	margin:					0 33%;
	text-align: 					center;
}
/*-------------------     TEXTFORMATERING    -----------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-family: 					Times new roman, serif;
}

h1 {
	font-size: 					2em;
	color: 					#000;
}

h2 {
	font-size: 					1.6em;
	color: 					#000;

}

h3 {
	font-size: 					1.15em;
	font-weight:					bold;
	color: 					#000;
}

h3,h4,h5,h6 {
	font-size: 					1.15em;
	color: 					#000;
}
hr {
	margin: 					0;
	padding: 					0;
	border-top: 					1px dotted #C5C5C5;
	border-right: 				1px none #C5C5C5;
	border-bottom: 				1px none #C5C5C5;
	border-left: 					1px none #C5C5C5;
	height: 					1px;
}

.vinjett {
	font: 						bold 1em Times new roman, serif;
	color: 					#000;
	text-transform:				uppercase;
	padding: 					0.5em 0 0.5em 0;
	border-bottom:				1px solid #CCC;
}
p {
	line-height:					1.7em;
	margin: 					auto;
}
/*-------------------     BILDHANTERING    -------------------------------*/

.img_right {
	margin: 					0.3em 0 0.3em 0.3em;
	float: 					right;
}
.img_left {
	margin: 					0.3em 0.3em 0.3em 0;
	float: 					left;
}
.img_middle {
	margin: 					0.3em 0 0.3em 0;
	text-align:					center;
}
img {
	border:					none;
}

/*-------------------     LÃ„NKAR    --------------------------------------*/
a {
	font-weight: 					bold;
	text-decoration: 				underline;
	color: 					#000000;
}


a.itext {
	display: 					block;
	padding: 					0 0 0 15px;
	background: 					url(http://www.liu.se/mall06/grafik/pil.gif) no-repeat 0.4em 0.8em;
}

div.header_top_content a {
	color:						#000;
	text-decoration: 				underline;
}


div.entries a:hover{
	color:						#000;
}

div.header_top_content a:hover {
	color:						#000;
}

div.path a {
	margin: 					0;
	padding: 					0;
}
.vinjett a {
	text-decoration:				underline;
	color:						#000;
}
a.istycke {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/pil.gif) no-repeat ;
}

a.pdf {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/pdf.gif) no-repeat ;
}
a.doc {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/doc.gif) no-repeat ;
}
a.excel {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/excel.gif) no-repeat ;
}
a.bild {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/bild.gif) no-repeat ;
}
a.zip {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/zip.gif) no-repeat ;
}
a.power {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/power.gif) no-repeat ;
}
a.eps {
	display: 					block;
	color:						#000;
	padding: 					0 0 0 20px;
	background:					url(http://www.liu.se/mall06/grafik/filtyper/eps.gif) no-repeat ;
}


/*-------------------     FORMULÃ„R    ------------------------------------*/

form {
	margin: 					0;
	padding: 					0;
}
.search form .textblock {
	width: 					9em;
}
input.button {
	width: 					5em;
}
input, select, textarea {

	margin:					0;
}
/*-------------------     LISTOR    --------------------------------------*/
ul, ol{
	margin: 					1em 0 1em 2em;
	padding:					0;

}
ul li {
	padding: 					0;
	margin: 					0;

}
/*ul.links för ingångarna*/
div.links ul {
	margin: 					0;
	padding:					0;
}

div.links ul li {
	margin:					0;
	padding:					0 0.8em 0.5em 0.8em;
	list-style:					none;
	float:						right;
}

div.links ul li a {
	margin: 					0;
	padding: 					0;
	color:						#000;
	text-decoration: 				underline;
	border-bottom: 				2px solid #999999;
}



/*ul.menu Ã¤r huvudmenun och bÃ¶r bara anvÃ¤ndas dÃ¤r*/
ul.menu {
	list-style: 					none;
	margin: 				 	0em;
	padding: 					0em;
	display:					none !important;
	width:						1px;
}

ul.menu li h1 {
	color: 					#000000;
	margin: 					0;
	text-decoration: 				none;
	display: 					block;
	background: 					#C9D8EF;
	border: 					none;
	padding: 					0.1em 0 0.1em 0.5em;
	text-transform: 				none;
	font: 						bold 1.3em Times New Roman, serif;
}

ul.menu li a {
	color:						#000;
	padding: 					0.3em 5% 0.3em 6%;
	margin: 					0 5% 0 0;
	line-height: 					normal;
	border-left: 					none;
	display: 					block;
	width: 					84%;
}

ul.menu li a:hover {
	border-left: 					3px solid #C9D8EF;
	text-decoration: 				underline;
	color: 					#000000;
}

ul.nyhet {
	list-style: 					none;
	margin: 					0;
	padding: 					0;
}

ul.nyhet li {
	
	margin: 					0 0 1em 0;
	list-style: 					none;
	padding: 					0;
}

ul.nyhet li h2 {
	font:						bold 1.1em Times New Roman, serif;
	color: 					#000;
	margin: 					0 0 0.1em;
}

ul.nyhet li a {
	color:						#000;
	text-decoration:				none;
	font-weight:					normal;
}
/*-------------------     TABELLER    ---------------*/

table.listning {
	width: 					100%;
	margin:					1em 0;
	padding:					0;
	border:					1px solid #CCC;
}

table.listning tr {

	margin:					0;
	padding:					0;
	border:					none;
}

table.listning th {
	padding:					0.2em;	
	background-color:				#ccc;
	margin:					0;
	border:					none;
}
table.listning th a, table.listning th a:hover {
	color:						#000;
	text-decoration:				underline;
	
}
table.listning td {
	padding:					0.2em;
	margin:					0;
	border:					none;
}

/*-------------------     OMRÃ…DESSPECIFIKA KLASSER O.D.    ---------------*/
div.small_annonser {
	padding: 					0;
	}
div.small_annonser a {
	font-weight: 					normal;
	padding: 					0;
	margin: 					0;
}

div.utfald {
	margin: 					0.3em 0.7em 0 0.7em;
	border-top:					1px solid #A2A2A2;
	padding: 					0;
	font-weight:					bold;
	color: 					#CCCCCC;
}
div.utfald h1 {
	color: 					#FFF;
}
div.utfald h2 {
	color: 					#fff;
}

div.faktabox {
	padding:					0.5em;
	margin:					0;
	border:					1px dotted #CCC;
}

