body {
	width: 800px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	background-image: url(/images2/bakgrund.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
	font-family: Trebuchet MS, "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#content {
	margin: 20px 0 60px 0;
}

form {
	margin: 0;
	padding: 0;
}

input,textarea,select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	width: 185px;
	height: 95px;
}

input:focus,textarea:focus {
	background-color: #deebf1;
}

h1,h2 {
	font-weight: normal;
	color: #008C00;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p,ul,ol {
	
}

p {
	
}

blockquote {
	font-style: italic;
}

ul {
	
}

ol {
	
}

a {
	color: #008C00;
}

a:hover {
	text-decoration: none;
}

small {
	
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

.left_column {
	width: 125px;
}

.spinner_icon {
	display: none;
	height: 16px;
}