body{
	background-image: url('images/backgrounds/stripes.gif');
	color: #000000;
	font-family: Arial, Times new Roman, Verdana;
	font-size: 12px;
}
.link{
	text-decoration: none;
	font-weight: bold; 
	color: #ffffff;
}
.link:visited{
	text-decoration: none;
	font-weight: bold; 
	color: #ffffff;
}
.link:active{
	text-decoration: none;
	font-weight: bold; 
	color: #ffffff;
}
.link:hover{
	text-decoration: underline;
	font-weight: bold; 
	color: #CCCCCC;
}
.linksvart{
	text-decoration: none;
	font-weight: bold; 
	color: #000000;
}
.linksvart:visited{
	text-decoration: none;
	font-weight: bold; 
	color: #000000;
}
.linksvart:active{
	text-decoration: none;
	font-weight: bold; 
	color: #000000;
}
.linksvart:hover{
	text-decoration: underline;
	font-weight: bold; 
	color: #666666;
}
table, td{
	font-size: 12px;
}
.basetable{
	background-image: url('images/backgrounds/leftwood1.jpg');
	background-repeat: repeat-y;
	background-position: left top;
}
.menu{
	margin-left: 10px;
	margin-top: 10px;
}
.main{
	font-size: 12px;
	margin-left: 50px;
	margin-top: 18px;
}

/* Style till manglers meny-javascript.          */
/* Bör säga sig självt för vilka delar det gäller */
#menu {
	width: 110px;
	font-weight: bold;
}
#menu a {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}
.menu_link, .menu_undermenulink {
	background-color: transparent;
	color: #ffffff;
	font-family: Verdana, Arial, "Times new Roman", sans-serif;
	font-size: 12px;
	width: 110px;
	font-weight: bold;
}
.menu_link:hover, .menu_undermenulink:hover {
	font-weight: bold;
}

.undermenu {
	padding-left: 10px;
	display: none;
	font-weight: bold;
}
