@import "/fukt.css";

/* Colors and other standard stuff */
body, html	{
	font-size: 11px;
	color: black;
	background-color: #b0c4de;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	}

h1	{
	text-align: center;
	padding-top: 0;
	}

h1, h2, h3	{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover	{
	color: black;
	}

a:link, a:visited, a:active { color: #d7e0e7; }
a:hover	{ color: #ffffff; }

h1, .section	{
	width: 170px;
	background: #6a7685;
	margin-left: 5px;
	padding: 5px;
	}

/* Don't include too much bottom margin in lists in boxes */
.section ul	{
	margin-top: 0;
	margin-bottom: 0;
	}

/* Don't indent top-level (of a section, that is) lists */
.section ul.top {
	padding-left: 10px; /* Mozilla */
	margin-left: 10px; /* IE/Opera */
	}

/* No bullets for list items in sections */
.section ul	{
	list-style: square outside url(http://www.fukt.bsnet.se/image/arroww);
	}

.inputtext {
	font-size: 11px;
	max-width: 170px;
	}

/* Float the CSS and HTML buttons to the right */
.buttons img {
	border: 0;
	}
a img	{
	border: 0;
	}
