/* ############################################ */
/*

	BASIC

	StyleSheet @ www.niklasloven.com
	Copyright 2003 Rydén Design & Teknik AB
	www.rdt.nu | info@rdt.nu

*/
/* ############################################ */

a:link {
	font-family: Verdana, Arial, Serif; 
	color: #003366; 
	background-color: transparent;
	text-decoration: none; 
	font-size: 9px; 
	font-weight: normal;
}

a:visited {
	font-family: Verdana, Arial, Serif;
	color: #003366;
	background-color: transparent;
	text-decoration: none;
	font-size: 9px; 
	font-weight: normal;
}

a:hover { 
	font-family: Verdana, Arial, Serif;
	color: #222222;
	background-color: transparent;
	text-decoration: none;
	font-size: 9px; 
	font-weight: normal;
}

/* ############################################ */

body {
	margin : 0px;
	padding : 0px;
	height : 100%;
	width : 100%;
	text-align : center;
	background : #cccdd3 url(../bilder/sidbg.jpg) repeat-x center top;
	font-family: Verdana, Arial, Serif;
	font-size: 9px;
	color: #000000;
}

/* ############################################ */

input, textarea, select {
	font-family: Verdana, Arial, Serif;
	font-size: 9px;
	border-width: 1px;
	color: #000000;
	background: #e0e0e0;
}
button {
	font-family: Verdana, Arial, Serif;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	cursor: pointer;
	margin-top: 1px;
	color: #000000;
}

/* ############################################ */

table, tr, td {
	font-family: Verdana, Arial, Serif;
	font-size: 9px;
}

/* ############################################ */

img {
	border: 0px;
	margin: 0px;
}

hr {
	height: 1px;
	color: #999;
	background: transparent;
}

/* ############################################ */
