body {
	font-family:Verdana, Arial, sanserif;
	color:#036;
}
H1 {
	/*border:1px solid #000;*/
	width:750px;
	font-size:24px;
	margin-left: auto;
	margin-right: auto;
}
/*========= TILL DESIGN UTAN FRAMES ============*/
#TOP_FRAME {
	position:fixed;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	background-image:url(../std/topframe_bg.png);
	background-repeat:repeat-x;	
}
#TOP_FRAME img {
	margin-top: 0px;
	margin-left: 0px;
}
.LEFT_FRAME {
	/*border:1px solid #000;*/
	position:fixed;
	z-index:1;
	top:84px;
	left:0px;
	width:130px;
	height:100%;
	background-image:url(../std/leftframe_bg.png);
	background-repeat:repeat-y;
	padding-bottom:25%; /*Endast för att fixa djupet med Explorer 6*/
}
.LEFT_FRAME IMG {
	position:relative;
	margin-top:20px;
}

#MAIN {
	/*border:1px solid #000;*/
	width:90%;
	position:relative;
	top:84px;
	left:125px;
	font-size:12px;
}
.NYTT_STYCKE {
	/*border:1px solid #000;*/
	width:750px;
	margin-left: auto;
	margin-right: auto;
}

.MENU A {text-decoration:none; padding:0px 20px 0px 20px;}
.MENU A:active { color: #cccccc}
.MENU A:link { color: #000000}
.MENU A:visited { color: #000000}
.MENU A:hover { 
color: #6CF;
font-weight:bold;
/*color: #0033cc; 
background:#6CF;*/
padding-right:25px; 
background-image:url(../std/sidpil.gif);
background-repeat:no-repeat;
background-position:right;
}
 
.MENU {
	position:relative;
	width:114px;
	right:5px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-spacing: 0px;
	}
.MENU_TOP {
padding-top:3px;
background-image:url(../std/menu_top.gif);
background-position: left bottom;
background-repeat: no-repeat;
text-align:center;
font-weight:bold;
font-size:13px;
color:#FFF;
}
.MENU_MID {
background-image:url(../std/menu_mid.gif);
text-align:center;
font-size:12px;
}
.MENU_BOTTOM {
background-image:url(../std/menu_bottom.gif);
background-position: left top;
background-repeat: no-repeat;
}

/*========= /TILL DESIGN UTAN FRAMES ============*/

.STD {
	/*border:1px solid #000;*/
	width:750px; 
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
}

.text_table {
	font-size:12px;
}
.KOMMENTAR {
	width: 350px;
	background:#FFF;
	font-size:12px;
}
.BILD {
	margin:30px;
}
#FOOT {
	width:750px;
	margin-left: auto;
	margin-right: auto;
	margin-top:15%;
	padding-bottom:10px;
	background:#FFF;
	border-top:1px solid #000;
	font-size:10px;
}