/* CSS Document */
*		{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
}

html	{
	height:100%
}

body 	{
	text-align:center
}

table 	{
	border-collapse:collapse; 
	border:0px; 
	width:100%;
}

td 		{
	vertical-align:top
}

th 		{
	text-align:left; 
	vertical-align:top
}

ul 		{
	list-style:none
}


img		{
 border:none
}

liten-text {
	font-size: 85%;
}

h2 		{
	font-size:125%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
	margin-top: 10px;
	line-height: 1.4em;
}
h3 		{
	font-size:110%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-bottom: 2px;
}
h4		{
	font-size:110%;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #146DAC;
}
/* --- H5 is used for rubrik-länkar ---*/
h5		{
	font-size:98%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-weight: bold;
}

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

textarea .inputbox {
	width:300px; 
	height:100px; 
	margin:0px 0px 5px 0px;
}

select	{
	height:auto; 
	margin:0px 0px 2px 0px; 
	vertical-align:middle
}




.width	{
	width:100%
}
.main	{
	margin:auto; 
	text-align:left
}

