/* Website Factory Sweden © All rights reserved. www.websitefactory.se */

body,#main {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C3C3C;
	letter-spacing: 1px;
	line-height: 20px;
}

#homepagebg {
	background: #F6F6F6;
	text-align: center;
	letter-spacing: normal;
	line-height: normal;
}

#main {
	float: left;
	width: 570px;
	margin: 10px 30px 10px 0;
}

table,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C3C3C;
	letter-spacing: 1px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

.fadebox {
	border: 1px #AAAAAA solid;
	background: url(/images/fadebg.gif);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
.fadebox .inborder {
	border: 3px solid #ffffff;
	padding: 5px 10px;
}

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #6EA5CC;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #6EA5CC;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #6EA5CC;
}

.clear {
	clear: both;
}

.wrongmess {
	color: #FF0000;
	border: 2px dashed #FF0000;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
}

h1 {
	font-size: 30px;
	font-family: "Trebuchet MS", "Times New Roman";
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0 0 10px 0;
	letter-spacing: 1px;
	line-height: 35px;
}

h2 {
	font-size: 20px;
	font-family: "Trebuchet MS", "Times New Roman";
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0 0 5px 0;
	letter-spacing: 1px;
	line-height: 25px;
}

h3 {
	font-size: 17px;
	font-family: "Trebuchet MS", "Times New Roman";
	font-weight: normal;
	color: #3C3C3C;
	margin: 0;
	padding: 0 0 3px 0;
	letter-spacing: 1px;
	line-height: 22px;
}

.table1 {
	margin-top: 7px;
	width: 540px;
}

.table1 td {
	padding: 3px 5px;
}

form {
	margin: 0;
	padding: 5px 0;
}

/* CONTENT */
#content {
	background: url(/images/mainbg.jpg) repeat-y;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 20px;
}

/* HEADER TOP */
#headertop {
	float: left;
	width: 850px;
}

#headertop img {
	margin: 0;
	padding: 0;
	display: block;
}

/* NAVIGATIONS-BOXEN */
#navigation {
	float: left;
	padding: 0;
	margin: 10px 20px 10px 30px;
	width: 200px;
	display: inline;
}

/* MENYN */
#navigation .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation .menu ul {
	list-style-type: none;
	margin-left: 10px;
	padding: 0;
} 

#navigation .menu a {
	display: block;
	margin: 0 0 10px;
	background: url(/images/knapp.jpg);
	padding: 9px 10px;
	text-decoration: none;
	height: 100%;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D2D2D;
	letter-spacing: 1px;
}
#navigation .menu a:link { color: #; }
#navigation .menu a:visited { color: #; }
#navigation .menu a:hover { color: #; }
.menu a#current { font-weight: bold; }


#navigation .menu ul a {
	margin: 0 0 5px;
	padding: 3px 5px 3px 15px;
	background: #;
	font-size: 14px;
	font-weight: normal;
	background-image: none;
}	
#navigation .menu ul a:link { color: #; }
#navigation .menu ul a:visited { color: #; }
#navigation .menu ul a:hover { color: #; }
.menu a#subcurrent { font-weight: bold; }

#navigation .menu li.submenu { /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
}
#navigation .menu li.submenu ul { /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}
#navigation .menu.submenu ul li { /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

/* FOOTER */
#footer {
	height: 33px;
	background: url(/images/footer.jpg) no-repeat;
}