body, td, tr, table, p, div, li {
	font-family: Tahoma, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}


table  { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; vertical-align: top; text-align: left;}

p {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
    line-height:1.4em;
}

img {
    margin: 0;
    border: 0;
}

hr {
    height: 1px;
    margin: 1.5em 0 .5em 0;
    padding: 0;
    border: none;
    background-color: silver;
    color: silver;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1em;
	margin: 1em 0 .2em 0;
}

h1 {
	font-size: 125%;
	font-family: Tahoma;
	color: #BB1F28;
	margin-bottom: 10px;
	margin-top: 0px;
}

h2 {
   font-size: 110%;
}

h3 {
  font-size: 105%;
}

h4 {
    font-size: 100%;
}

h5 {
    font-size: 100%;
}

h6 {
    font-size: 100%;
}

/*-----------------------------------------------------------------------------
länkar
-----------------------------------------------------------------------------*/

a {
	text-decoration:none;
}

a:hover {
}

/*-----------------------------------------------------------------------------
formulär
-----------------------------------------------------------------------------*/
form {
	margin:0;
	padding:0;
}

input, textarea, select
{
  color: black;
  font-size: 11px;
  border:1px solid black;
}

input[type=submit] {
	background: #003366;
	color: white;
}

.button {
	color:white;
	background:#d45f19;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

img.hoger {
	float:right;
	margin-left:30px;
}

img.vanster {
	float:left;
	margin-right:30px;
}

.highlight1
{
	font-color: #339966;
}

.highlight2
{
	font-color: #ff6600;
}