@charset "utf-8";

html, body, #wrapper{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#wrapper {
	background-color: #666666;
	margin: 0 auto;
	text-align: center;
	width: 720px;
}
.text {
	text-align: left;
	margin-right: 25px;
	list-style-type: square;
}
.text1 {
	color: #FF6600;
	text-align: left;
	list-style-type: square;
}
.aktuellt_text {
	font-size: x-small;
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.aktuellt_rubrik {
	font-weight: bold;
	color: #CCCCCC;
	margin: 5px;
	font-size: x-small;
	text-align: left;
}
.xsmall {
	font-size: x-small;
}


.rubrik1 {
	font-size: medium;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
.rubrik2 {
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.bildtext {
	font-size: smaller;
	font-style: italic;
	text-align: left;
}

/*============================ 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;
}
