/*
 * include/css/base.css
 *
 * Base CSS, sets default styles for basic html elements
 * $Id: base.css 69 2006-04-20 14:28:20Z erikg $
 *
 * by idata as <post@i-data.no>
 *
*/


/* containers */
body {
	margin:			0px;
	padding:		0px;
	text-align:		left;

	font-family:		Arial, Verdana, Helvetica, Sans-serif;
	font-size:		11px;
	font-weight:		normal;
	line-height:		1.2;
	
	background-color:	#584940;
	background-image:	url('../../img/layout/background.png');
	background-repeat:	repeat-x;

	color:			#ffffff;

}

div {
	margin:			0px;
	padding:		0px;
}

form {
	display:		inline;
	margin:			0px;
	padding:		0px;
}

p {
	padding:		0px 15px 0px 0px;
	margin:			0px 0px 20px 0px;
}

table, tr, td, th {
	margin:			0px;
	padding:		0px;
	text-align:		left;
	vertical-align:		top;
	border-collapse:	collapse;

	font-family:		Arial, Verdana, Helvetica, Sans-serif;
	font-size:		11px;
	font-weight:		normal;

	color:			#ffffff;
	background-color:	transparent;
}

table th {
	font-weight:		bold;
}



/* headings */
h1, h2, h3 {
	margin:			0px 0px 20px 0px;
	padding:		0px;
	font-weight:		bold;
}

h1 {
	margin:			10px 0px 20px 0px;
	font-size:		14px;
	line-height:		1.2;
}

h2 {
	font-size:		12px;
	line-height:		1.2;
}

h3 {
	font-size:		11px;
	margin-bottom:		0px;
}



/* content */
a {
	color:			#786d4f;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

hr {
	height:			1px;
	margin:			0px 5px 10px 5px;
	padding:		0px;

	color:			#000000;
	background-color:	#000000;
	border:			none;
}

img {
	border:			none;
	vertical-align:		middle;
}

input, textarea, select {
	font-size:		11px;
	vertical-align:		middle;

}

ul {
	margin:			0px 0px 20px 0px;
	padding:		0px 0px 0px 20px;
}

