* {
	margin: 0;
	padding: 0;
}

* 
body {
	background: #1e1e1e url(images/bg.gif) repeat-x; /* eeecde */
	color: #5b5b5b;
	font: 13px/1.5em "Trebuchet MS", Arial, Verdana, Tahoma;
}

img {
	border: 0;
}

a {
	color: #333c43; /* 99cc66 Grön */
	font: bold 1.2em Georgia, Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	text-transform: none;
	text-decoration: none;
/*	color: #333c43;  99cc66 */
/*	background: inherit; */
/*	font-weight: bold; */
}

a:hover {
	color: #8dbf5b; /* 99cc66 Grön */
	font: bold 1.2em Georgia, Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	text-transform: none;
/*	color: #99cc66;*/
/*	background: inherit;*/
/*	text-decoration: none;*/
}

p {
	margin: 0 0 15px 0;
}

h1 {
	color: #333c43; /*333c43*/
	font: bold 1.8em Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	border-bottom: 1px solid #e9e9e9;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	padding-top: 12px;
	text-transform: uppercase;
}

h2 {
	color: #8dbf5b; /* 99cc66 */
	font: bold 1.7em Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	letter-spacing: -1px;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 12px;
	margin-bottom: 14px;
	padding-top: 12px;
	text-transform: uppercase;
}

h3 {
	color: #333c43; /* 99cc66 Grön */
	font: bold 1.5em Georgia, Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	letter-spacing: -1px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: none;
}

h4 {
	color: #333c43; /* 028150 Grön */
	font: bold 1.3em Georgia, Helvetica, Arial;
	padding-bottom: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* för styrelse och ledning, namnen */
h5 {
	color: #333c43; /* 028150 Grön */
	font: bold 1.3em Georgia, Helvetica, Arial;
	border-bottom: 1px dotted #e9e9e9;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
}

#content {
	width: 962px;
	margin: 10px auto;
	padding: 0px;
}

#header {
	width: 962px;
	background: #fff url(images/header.jpg) no-repeat;
	height: 184px;
	margin-bottom: 0px;
}

#menushadow {
	width: 962px;
	background: #eeecde url(images/menushadow.gif) no-repeat;
	height: 4px;
	margin: 0;
}

#menushadow2 {
	width: 962px;
	background: #eeecde url(images/menushadow2.gif) no-repeat;
	height: 4px;
}

#wrapper {
	width: 920px;
	background: #fff;
	font-size: .9em;
	border: 1px solid #1a1a1a; /*e2dfd7*/
	margin: 10px auto auto;
	padding: 10px 20px 20px;
}

.left {
	width: 559px;
	text-align: left;
	padding-right: 30px;
	border-right: 1px solid #e7e5d9;
	float: left;
}

.leftequal {
	width: 420px;
	text-align: left;
	padding-right: 30px;
	float: left;
}

.leftnoborder {
	width: 550px;
	float: left;
	text-align: left;
	font-size: 1em;
}

.leftlinks a {
	width: 550px;
	color: #5c5c5c;
	float: left;
	text-align: left;
	text-decoration: none;
}

.leftlinks a:hover {
	text-decoration: underline;
}

.rightsidegray {
	width: 298px;  /*#f7f6eb*/
	height: 600px;
	background: #ffffff url(images/bg_rightsidegray.jpg) repeat-x;
	float: right;
	text-align: left;	
	margin-left: 30px;
	padding: 20px;
}

.rightsidegray a {
	color: #8b8a7f;
	font: bold 13px Arial, Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.rightsidegray a:hover {
	color: #8b8a7f;
	/*font-style: italic;*/
	text-decoration: underline;
}

.rightside {
	width: 300px;
	float: right;
	text-align: left;
	margin-left: 30px;
}

.rightequal {
	width: 420px;
	float: right;
	text-align: left;
	margin-left: 30px;
}

.rightsideindent ul li {
	width: 300px;
	float: right;
	text-align: left;
	margin-left: 15px;
	list-style-type: circle;
}

#prefooter {
	width: 962px;
	margin: 0 auto;
	height: 1px;
}

#footer {
	width: 952px;
	margin: 10px auto 10px;
	color: #6b6b6b;
/*	background: #f3f3f3 url(images/auktoriserat.jpg) no-repeat; */
	height: 40px;
	font: 11px Georgia, "Times New Roman", Times, serif;
}

#footer a {
	color: #6b6b6b;
}

#footer a:hover {
	color: #acacac;
}

.rapporter {
	color: #5b5b5b;
	text-decoration: none;
}

.right {
	float: right;
	text-align: right;
	font-size: 1em;
}

#footer .right a {
	margin: 0 0 0 2px;
	padding: 3px 10px;
}

#footer .right a:hover {
	background: #fff;
	border: 1px solid #e9e9e9;
	color: #6b6b6b;
	text-decoration: underline;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

input {
	color: #a0a0a0;
	background: #FFF;
	border: 1px solid #a0a0a0;
	font: 12px Arial, Verdana, Tahoma;
	font-weight: bold;
	padding: .2em;
}

input:focus {
	color: #333c43;
	border: 1px solid #333c43;
}

input:hover {
	background-color: #ffffff;
	color: #333c43;
	border: 1px solid #333c43;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 32px;
	padding: 0;
	background: url(images/bg-bubplastic.gif) top left repeat-x;
	margin-top: 10px;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 32px;
	padding-left: 25px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif;
	text-shadow: black 2px 2px 5px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 32px;
	padding-top: 8px;
	padding-right: 25px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
	margin-bottom: 0;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}
