html, body, ul, li, div, dl, dt, dd, pre, form, fieldset, p, blockquote, table{
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}
td {
	vertical-align: top;
}
body{
	margin:0;
	background:url(images/bg-waterdrops.jpg) repeat;
	font: 13px/16px Arial, Verdana, Helvetica, sans-serif;
	color:#005581;
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 0;
}
h1,
h2,
h3,
h4,
input,
textarea {
	font-family: Verdana, Arial, sans-serif;	
}
h1 {
	font-size: 18px;
	padding-bottom: 15px;	
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	font-style:italic;
}
h4 {
	font-size: 13px;
	font-style:italic;
	font-weight: normal;
}
h1, h2, h3, h4 {
    line-height: 1.2em;
}
h2, h3, h4 {
    padding-top: 4px;
    padding-bottom: 4px;
}
a img {
	border:0;
}
img {
	border-style:none;
}
a {
	color:#005581;
}
a:hover{
	color:#5f2883;
}
#wrapper{
	width:996px;
	margin:40px auto 20px auto;
}
#main{
	background:url(images/bg-top.png) no-repeat;
	overflow:hidden;
	height:1%;
}
#main .main-top{
	height:16px;
	overflow:hidden;
}
#mainarea{
	height:1%;
	overflow:hidden;
	background:url(images/bg-main.png) repeat-y;
	width:996px;
	overflow:hidden;
}
#twocolumns{
	float:right;
	width:708px;
}
#contentsmall{
	width:648px;
	float:left;
	padding: 0 40px 0px 20px;
}
.item{
	height:1%;
	overflow:hidden;
	padding-bottom: 10px;
	padding-top: 61px;
}
.item .header{
	width: 648px;
}
.item h1{
	background: transparent url(images/bg-header1.gif) right center no-repeat;
	line-height: 60px;
	display: inline;
	text-transform:uppercase;
	padding: 55px 45px 10px 0px;
	font-size: 18px;
}
/* fungerar inte med ovanstående inline */
.item h1:first-letter {
	font-size:26px;
}

.item h2 {
	padding-top: 15px;
}
.item ul {
	list-style:none;
	padding: 5px 0px 10px 0px;
}
.item li{
	background:url(images/li.gif) left center no-repeat;
	padding: 3px 0px 3px 10px;
}

.item-holder-left {
	float:left;
	width:320px;
}
.item-holder-right {
	float:right;
	width:298px;
}
.item-holder-left-big {
	float:left;
	width:480px;
}
.item-holder-right-small {
	float:right;
	width:138px;
}
#sidebar{
	float: left;
	width: 272px;
	padding: 0px 0px 20px 16px;
}
#main .main-bottom{
	background:url(images/bg-bottom.png) no-repeat;
	height:36px;
	overflow:hidden;
	text-align: center;
	font-size: 14px;
	text-transform:uppercase;
	font-weight: bold;
	padding-top: 12px;
}

#nav{
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 15px 0px;
}
#nav li a{
	background:url(images/li-menu-off.gif) no-repeat;
	float:left;
	width: 190px;
	line-height: 35px;
	padding: 0px 0px 0px 65px;
	text-decoration: none;
}
#nav li.active a,
#nav li a:hover{
	background:url(images/li-menu-on.gif) no-repeat;
	color: #ffffff;
}
#nav li.active ul li a,
#nav li ul li a{
	background: none;
	float:left;
	width: 190px;
	line-height: 20px;
	padding: 0px 0px 0px 65px;
	text-decoration: none;
	color: #012c42;
}
#nav li ul li.active a,
#nav li ul li a:hover{
	background:url(images/li-submenu.gif) no-repeat;
	color: #087bac;
}
#nav li.english a{
	background:url(images/li-menu-off-en.gif) no-repeat;
	float:left;
	width: 190px;
	line-height: 35px;
	padding: 0px 0px 0px 65px;
	text-decoration: none;
}
#nav li.activeenglish a,
#nav li.english a:hover{
	background:url(images/li-menu-on-en.gif) no-repeat;
	color: #ffffff;
}


#footer {
	text-align:center;
	padding:5px 0 20px;
	color: #91278f;
}
#footer a{
	color: #91278f;
}
#footer a:hover{
	color: #ffffff;
}
/* -- Forms -- */
input {
	border: #10a1d8 1px solid;
	width: 250px;
	height: 18px;
	margin-bottom: 5px;
	margin-top: 3px;
	padding: 2px;
	color: #005581;
	background-color: transparent;
	font: 13px/16px Arial, Verdana, Helvetica, sans-serif;
}
textarea {
	border: #10a1d8 1px solid;
	height: 80px;
	width: 250px;
	margin-bottom: 2px;
	padding-left: 2px;
	color: #005581;
	background-color: transparent;
	font: 13px/16px Arial, Verdana, Helvetica, sans-serif;
}
input.button {
	border: #10a1d8 1px solid;
    width: 60px;
    background-color: transparent;
    height: 20px;
    padding: 0;
    margin: 0;
    color: #005581;
}
input.checkbox {
	width: auto;
	border: 0;
}
.error {
	color:#91278f;
}






