﻿
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url('images/homepage01.jpg') repeat-x left top;
}

/** HEADINGS */

h6 { margin: 0px; }

h5 { margin: 0px; }

h4 { margin: 0px; }

h3 { margin: 0px; }

h2 { margin: 0px; }

h1 { margin: 0px; }

h2 {
	text-transform: lowercase;
	font-weight: normal;
}

h1 {
	font-weight: normal;
}

h1 {
	margin-bottom: 30px;
	padding-bottom: 5px;
	background: url('images/homepage11.gif') repeat-x left bottom;
	font-size: 26px;
	color: #279FBD;
}

h2 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #3D494B;
}

h2 span { color: #10A1CF; }

.text1 {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #3D494B;
}

h3 {
	margin-bottom: 5px;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	color: #3D494B;
}

/** TEXTS */

select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4E4E4E;
}

dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 150%;
}

/** LINKS */

a { color: #279FBD; }

a:hover { text-decoration: none; }

/** STYLES */

.style1 { }

.style1 a { }

.style1 a:hover { }

/** BACKGROUNDS */

.bg1 { }

/** MISC */

.align-justify { text-align: justify; }

.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 { height: 1px; }

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

input {
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #574520;
}

form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form .textbox {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 154px;
		height: 20px;
		margin: 0px 0px 5px 0px;
		padding: 3px 5px 0px 5px;
	background: url('images/subpage1_01.gif') no-repeat left top;
}

form .button {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	width: 55px;
		height: 18px;
	background: url('images/subpage1_02.gif') no-repeat left top;
		text-transform: lowercase;
}

/** HEADER */

#header h2 {
	font-size: 18px;
	font-weight: normal;
	color: #6D6D6D;
}

#header h2 span { color: #C2C2C2; }

/** MENU */

#menu a {
	float: left;
	width: 126px;
	height: 28px;
	padding: 8px 0px 0px 0px;
	background: url('images/homepage03.jpg') no-repeat left top;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu .active a { background: url('images/homepage04.jpg') no-repeat left top;
}


#menu a:hover { background: url('images/homepage04.jpg') no-repeat left top;
}


/** LOGIN */

#login {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url('images/homepage06.gif') no-repeat left top;
}

#login .bgbtm {
}

#login-submit {
	margin-top: 5px;
}

#login a {
	padding-top: 6px;
}

/** SEARCH */

#search {
	margin: 0px 0px 10px 0px;
	padding: 18px 18px 0px 18px;
	background: #E6E6E6 url('images/homepage08.gif') no-repeat left top;
}

#search .bgbtm {
	margin: 0px -18px;
	background: url('homepage09.gif') no-repeat left bottom;
}

#search-submit {
	margin-top: 5px;
}

#search a {
	padding-top: 6px;
}

/** FOOTER */

#footer {
	height: 113px;
	background: #505050 url('images/homepage15.gif') repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 30px;
	text-align: center;
	color: #717171;
}

/** Tillägg */

.style2 {
	color: #C2C2C2;
}
.style3 {
	background-repeat: no-repeat;
	background-position: left top;
}
.style4 {
	color: #10A1CF;
}
.style5 {
	color: #279FBD;
}
.style6 {
	font-size: xx-large;
}
.style7 {
	color: #8AA703;
}
.style8 {
	color: #CCCCCC;
}
.style9 {
	font-size: 36pt;
}
.style10 {
	font-size: x-large;
	vertical-align: top;
}
.style11 {
	text-decoration: underline;
}
.style13 {
	text-decoration: underline;
	color: #CCCCCC;
	font-size: small;
}
.style14 {
	font-size: small;
}
</style>
