body {
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #435C6F;
	background: #238E23;
}

.rubrik {
	font-size: 18px;
	font-weight: bold;
	margin-left: 22px;
}

.rubriknyhet {
	font-size: 13px;
	font-weight: bold;
	margin-left: 22px;
}

.rubriknyhetdatum {
	font-size: 11px;
	margin-left: 22px;
}

p{
	margin: 0px;
	padding: 0px;
}

a{
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#logo {
	width: 100%;
	background: #CBE9FF;
	height: 321px;
	background-image: url("banner.jpg");
	background-repeat: no-repeat;
}

#meny {
	height: 16px;
	background-color: #87bde3;
	width: 100%;
}

#meny a{
	height: 16px;
	font-size: 12px;
	background-color: #5F839F;
	margin-left: 15px;
	padding: 0px 16px;
	color: #fff;
	text-decoration: none;
}

#meny a:hover{
	background-color: #f8fcff;
	color: #000000;
}

#main{   
	width: 800px;
	background: #f8fcff;
    padding: 5px;
    border-right: 1px solid #87bde3;
    border-bottom: 1px solid #87bde3;
    float: left;
}

.rightlinks {
	color: #000000;
	margin-top: 5px;
	margin-left: 830px;
}

.rightlinksr {
	color: #000000;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 830px;
}

.rightliks a{
	color: #000;
	text-decoration: none;
}

.rightliks a:visited{
	color: #000;
	text-decoration: none;
}

.rightliks a:link{
	color: #000;
	text-decoration: none;
}

.outbox {
	margin-top: 20px;
}

.outboxnyhet {
	margin-top: 20px;
}

.innehall {
	margin-top: 12px;
}

.boxtl, .boxt, .boxtr, .boxl, .boxr, .boxbl, .boxb, .boxbr, .box {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
}
.boxt {
    background-color: #E5F4FF;
    background-image: url("border.png");
    background-repeat: repeat-x;
    background-position: top;
}
.boxtl {
    background-image: url("topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}
.boxtr {
    background-image: url("topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.boxbl {
    background-image: url("bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.boxbr {
    background-image: url("bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}
.box {
    padding: 10px 16px 22px 16px;
}

.boxl {
    background-image: url("border.png");
    background-repeat: repeat-y;
    background-position: left;
}
.boxr {
    background-image: url("border.png");
    background-repeat: repeat-y;
    background-position: right;
}
.boxb {
    background-image: url("border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}
