/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*

	BASICS

	Copyright 2003 Rydén Design & Teknik AB
	www.rdt.nu | info@rdt.nu

*/
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html, body, div, span, input, textarea, select, td {
	font-family: Verdana, Arial, Tahoma, Helvetica, Serif;
	font-size: 10px;
	color: #ffffff;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


a:link, a:visited { 
	color: #ADADAD; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

a:hover { 
	color: #999; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	margin: 0;
	padding: 0px;
	background: #383838 url(../gfx/images/blomsmx_01.jpg) repeat-x center top;
	text-align: center;
	scrollbar-3dlight-color: #2E353C;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #1F2429;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #555555;
	scrollbar-highlight-color: #6c0007;
	scrollbar-shadow-color: #303030;
	scrollbar-track-color: #000000;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

input, textarea, select, button {
	color: #ADADAD;
	background: #111;
	border-top: 2px solid #000;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 2px solid #000;
}

select { height: 17px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

img { 
	border: 0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

hr { 
	height: 2px;
	background: transparent;
	border-top: 1px solid #777777;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
