body,html {	
	font-family: Tahoma, Arial;
	font-size: 11px;
	margin:0;
	padding:0;	

}

.header {
	background-image: url(img/menubg.png);
    height:110px;
	color: #ffffff;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal
}

.rubrik {
	color: #434341;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.text {
	color: #434341;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


a:link {
	text-decoration: none;
	color: #0063ac;
}
a:visited {
	text-decoration: none;
	color: #0063ac;
}
a:hover {
	text-decoration: underline;
	color: #434341;
}
a:active {
	text-decoration: none;
	color: #0063ac;
}
	
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b7c5d2;
	border-right-color: #b7c5d2;
	border-bottom-color: #b7c5d2;
	border-left-color: #b7c5d2;
	
}

.border2 {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CBCAC6;
	border-right-color: #CBCAC6;
	border-bottom-color: #CBCAC6;
	border-left-color: #CBCAC6;
}

img{
border:none;
}

a.headerlink:link {
	text-decoration: none;
	color: #ffffff;
	font-family: tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}
a.headerlink:visited {
	text-decoration: none;
	color: #ffffff;
	font-family: tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}
a.headerlink:hover {
	text-decoration: underline;
	color: #ffffff;
	font-family: tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}
a.headerlink:active {
	text-decoration: none;
	color: #ffffff;
	font-family: tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}

.tinyblogImage {
    padding: 10px;
    }
    
