body {
	margin: 0px;
	padding: 0px;
	background-color: #666699;
	text-align: center;
}
#ytterbox {
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top: 2px solid #473f69;
	border-left: 2px solid #473f69;
	border-right: 4px solid #473f69;
	border-bottom: 4px solid #473f69;
	text-align: center;
}
#sidhuvud {
	background-color: #cfd5e3;
	height: 108px;
}
#navigation {
	background-color: #CCCCCC;
	height: 30px;
}
#header {  /*header from http://www.alistapart.com/articles/slidingdoors/ */
  float:left;
  width:100%;
  padding:0px;
  background:#DAE0D2 url("../images/bg.png") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:normal;
  color:#000;
  font-family:arial,helvetica;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#header #current {
  background-image:url("../images/left_on.gif");
  }
#header #current a {
  background-image:url("../images/right_on.gif");
  color:#c00;
  padding-bottom:5px;
  }

#sidstoff {
	background-color: #FFFFFF;
	height: 420px;
	text-align: left;
	padding:0px;
	overflow: auto;
}
.indrag{
    padding-top:40px;
    padding-left: 5px;
    padding-right: 5px;
}
#sidfot {
    border-top:1px solid #7e779b;
	background-color: #cfd5e3;
	height: 40px;
}
.infolager {
	background-color: #666699;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}
.tborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

