/* 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: #cccccc;
}

/* 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: #4A4A4A url(../gfx/images/greven_01.jpg) repeat-x center top;
	text-align: left;
	scrollbar-3dlight-color: #2E353C;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #1F2429; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-face-color: #444444; 
	scrollbar-highlight-color: #777777; 
	scrollbar-shadow-color: #222222; 
	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 #616161;
	border-right: 0px solid #1A2026;
	border-bottom: 1px solid #1A2026;
	border-left: 0px solid #1A2026;
	
}


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
