* {
}
body {
	font-family : "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
	color : #000;
	background : #ddd;
}
#wrap {
	margin : 10px auto;
	/*background : #fff;*/
           width : 1000px;
	text-align : left;
}
#header {
	/*height : 200px;*/
           background : #b852e0;
	color : #fff;
	text-align : center;
}
#left {
	text-align : left;
	width : 425px;
	margin-left : 25px;
	margin-top : 25px;
	margin-bottom : 5px;
	float : left;
	padding : 0px;
	display : inline;
}
.image {
	border-style : solid;
	border-color : #000000;
	border-width : 3px;
	background-color: #b852e0;
}
#right {
	text-align : left;
	width : 425px;
	float : right;
	padding : 0px;
	margin-right : 25px;
	margin-top : 25px;
	margin-bottom: 5px;
	display : inline;
}
#footer {
	margin : 0 0;
	text-align : center;
	background : #b852e0;
	height : 30px;
	line-height : 30px;
}
ul {
	margin : 0 20px 10px 50px;
}
li {
	list-style-type : disc;
	padding : 3px 10px 0;
	margin : 0;
}
#right ul {
	margin : 0 20px 10px;
}
#right li {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
#left li {
	list-style-type : none;
	padding : 0;
	margin : 0;
}
ul#menu {
	margin : 0 0 25px;
	background : #a33dc2;
	text-align : center;
	height : 30px;
}
ul#menu li {
	list-style-type : none;
	padding : 0 20px;
	margin : 0;
	display : inline;
	line-height : 30px;
}
h1, p, h2, h3, h4, h5 {
}
h1 {
	font-size : 18pt;
	font-weight: normal;
}
h2 {
	font-size : 16pt;
	font-weight : normal;
}
h3 {
	font-size : 12pt;
}
h4 {
	font-size : 10pt;
	font-weight: bold;
}
h5 {
	font-size : 9pt;
	font-weight : bold;
}
p {
	font-size : 9pt;
}
li {
	font-size: 12px;
	list-style: outside;
}
a {
	font-size : 9pt;
	font-weight : bold;
	color : #a33dc2;
	text-decoration : none;
	background : transparent;
}
a:link {
	color : #a33dc2;
}
a:visited {
	color : #a33dc2;
}
a:hover {
	color : #fff;
	background : #a33dc2;
}
a:active {
	color : #a33dc2;
}
ul#menu a {
	font-weight : bold;
	color : #fff;
	text-decoration : none;
	background : transparent;
}
ul#menu a:link {
	color : #fff;
}
ul#menu a:visited {
	color : #fff;
}
ul#menu a:hover {
	color : #fff;
	background : transparent;
}
ul#menu a:active {
	color : #444;
}
.smaller {
	font-size : 90%;
}
.TABLE-HUVUD {
	border-color : black;
	border-style : solid;
	border-width : 0px;
}
.TABLE-SIDA {
	width: 1000px;
	background-color: #ffffff;
	border-color : black;
	border-style : solid;
	border-width : 0px;
	padding: 24px;
}
.TABLE-STYCKE {
	width: 950px;
	background-color :  #eeeeee;
	border-color : black;
	border-style : solid;
	border-width : 1px;
	margin-bottom: 25px;
	/* margin-left: 25px; */
	text-align:left;
	padding: 0px;
}
.HUVUD-WIDTH {
	width : 1010px;
}
div.float {
	padding : 10px 10px 10px 10px;
	float : left;/* width: 100px;*/
      }
div.float p {
	text-align : left;/* width: 100px;*/
      }

