body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font: 0.8em "Arial";
}


h1 {
	font: 3em "Arial Black";
	color: #ee0000;
	text-align: center;
}


h2 {
	font: 1.8em "Arial";
	text-align: center;
}


h3 {
	font: 1.25em "Courier New";
	text-align: center;
	/*font-weight: bold;*/
	/*text-decoration: underline;*/
}


h4 {
	font: 1em "Courier New";
	text-align: center;
}


h4 a  {
	color: #ee0000;
}


a  {
	text-decoration: none;
	color: #ee0000;
	/*font-weight: bold;*/
}


a:hover, a:active, a:focus {
	text-decoration: none;
	color: #808080;
}


a img {
	border: none;
}


/*************************************************************/

.text {
	margin: 0;
	padding: 5px 3%;
	font-size: 1em;
}

.red {
	color: #ee0000;
}

.center {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.left {
	text-align: left;
}

.invisible {
	display: none;
}


.visible {
	display: visible;
}

.i {
	display: inline;
}

.kursiv {
	font-style: italic;
}

/***************************************************************************/

#tidningssida {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 74%;
	margin: 0;
	overflow: hidden;
}

#sidhuvud {
	width: 100%;
	margin: 0;
	border-bottom: 8px solid black;
}

#sidhuvudbild {
	width: 500px;
}

/**********************************************************************/


#meny {
	float: left;
	position: fixed;
	
	overflow: scroll;
	width: 23%;
	height: 100%;
	margin: 0;
	padding: 20px 1.5% 1400px 1.5%;
	background: black;
	color: white;
	font: 1em "Courier New";
}

#meny h2, #meny h3, #meny h4 {
	text-align: left;
	text-decoration: none;
	display: inline;
}

/*#meny h4 a {
	color: white;
}

#meny h4 a:hover {
	color: #808080;
}*/

#meny ul {
	margin-bottom: 0px;
	padding: 0;
	list-style-type: none;	
}

#meny_diagnos {
	margin-bottom: 40px;
}

#meny_innehall {
	margin-top: 20px;
	margin-bottom: 20px;
}


/***************************************************************************/
/* bilder*/

#hjarnbild {
	width: 180px;
}

#luftadhjarna {
	width: 587px;
}

#kaosbild {
	width: 375px;
	height: 234px;
}

/***************************************************************************/






	

