/* Fix för peekaboo-bugg i IE6 */
* html .ieFix{
	height: 0.01%;
}
/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
/*table, caption, tbody, tfoot, thead, tr, th, td */

        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Detta gör bas-fontstorleken till 10px */
	background: #000;
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Verdana', Arial, Sans-Serif;
	color: #000;
	font-weight: normal;
}

h2
{
	font-size: 2em;
	margin: 0px 0px 10px 0px;
	color: #AF2D20;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.news
{
	color: #A27446;
}
h3 {
	font-size: 1.6em;
	margin: 0px 0px 0px 0px;
	color: #876f57;
	font-weight: 800;
}
h4
{
	font-size: 1.2em;
	margin: 10px 10px 10px 10px;
	color: #FFFFFF;
}
h5 {
	font-size: 1.3em;
	margin: 0px 0px 2px 0px;
}

p, span, a
{
	font: 1.3em/1.2em 'Verdana' , Arial, Sans-Serif;
	color: #000000;
}

.send
{
	color: #FFFFFF;
}	


p
{
	margin: 0px 0px 20px 0px;
}

.ingress
{
	color: #A27446;
	text-transform: uppercase;
	font-weight: bold;
}	

a
{
	color: #f88000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}
a:hover
{
	color: #000;	
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px none;
	float: left;
	margin-right: 20px;
}




