@charset "utf-8";

body, html, #wrapper{
	height:100%;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
.aktuellt_rubrik {
	font-weight: bold;
	color: #CCCCCC;
	margin: 5px;
	font-size: x-small;
	text-align: left;
}
.aktuellt_text {
	font-size: x-small;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.rubrik1 {
	font-size: medium;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
.rubrik2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.datumtext {
	font-size: xx-small;
	font-weight: bold;	
	text-align: right;
	margin-right: 5px;
	margin-top: 0px;
}
.bottomtext {
	font-size: x-small;
	text-align: center;	
}
/*============================ stilmall för admin/elev ============================*/
.tabell{
	border: 1px solid #000000;
}
.header{
	font-family: verdana;
	font-size: x-small;
	color: #000000;
	padding: 3px;
	font-weight: bold;
	text-align: left;
}
.filenfo{
	font-family: verdana;
	font-size: x-small;
	color: #000000;
	padding: 3px;
	text-align: left;
}

