/* Allmänt
---------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

html {
	color: #333;
	height: 100%;
	margin: 0 0 0.01em 0;
	padding: 0;
}

body {
	background: #d5d6cb url("../images/bg.gif");
	color: #333;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 10pt; 
}

a:link {
	color: #777;
	text-decoration: none;
	border-bottom: #ccc;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
}

a:visited {
	color: #777;
	border-bottom: dotted #ccc 1px;
	text-decoration: none;
}
	
a:hover {
	color:#c60;
	text-decoration: none;
}



/* Sidhuvud
---------------------------------------------------------- */

#header {
	position: relative;
	border-bottom: 1px solid #999;
	margin: 0 0 15px 0;
}

#header h2 {
	padding: 32px 0 0 0;
	width: 194px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	background-image: url("../images/logo.gif");
	background-repeat: no-repeat; 
	height: 0px !important;
	height /**/:32px;
}

#header a {
	border: none;
}


/* Innehåll
---------------------------------------------------------- */

#container {
	background: #fff;
	border: solid 5px #ededed;
	padding: 15px;
  width: 510px;
  margin: 85px auto 0 auto;
  text-align: left;
}

#content {
	padding: 0 0 0 5px;
	width: 510px;
}

#content strong {
	color: #4f4f4f;
}

#content p {
	color:#222;
	font-family: Verdana, Arial, sans-serif;
	line-height: 18px;
	margin: 0 0 15px 0;
}

#footer {
	width: 508px;
	margin: 26px 0 0 0;
}

#footer p {
	text-align: center;
	margin: 0 0 12px 0;
}

