body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: black;
	background-color: #aa8f48;
	margin: 0px;
	padding: 0px;
}

/* länkfärgerna */

a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #B1B6BC;
	font-weight: bold;
	text-decoration: none;
}

/* hela sidan */
#container
{
	width: 750px;
	height: 599px;
	margin: auto;
}


#left
{
	float: left;
	width: 150px;
	height: 500px;
}

#right
{
	width: 590px;
	height: 500px;
	float: right;
	border-left: 2px solid #8d6a0b;
}

#footer
{
	clear: both;
	width: 750px;
	height: 50px;
	text-align: center;
	font-size: 11px;
	border-top: 2px solid #8d6a0b;
	padding-top: 4px;
}

h1
{
	font-weight: bold;
	font-size: 16px;
}

#index
{
	margin-left: 50px;
	margin-top: 80px;
	width: 80%;
}

#kindex
{
	margin-left: 50px;
	margin-top: 80px;
	width: 90%;
}

#form
{
	float: right;
}

.border
{
	border: 2px dotted #8d6a0b;
	width: 100%;
	padding: 5px;
}

.left
{
	padding-left: 5px;
	width: 150px;
}
