body
{
	margin: 10px 10px 0px 10px;
	padding: 0px;
	font: 12px/1.2 Vera, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #000000;
}

a
{
	color: #cc0000;
	text-decoration: none;
}

h1
{
	font: 12px/1.2 Vera, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input
{
	background-color: #fff;
	color: #000;
	border: 1px solid #aaa;
	width: 100px;
}

table
{
        width: 100% /*300px*/;
}


.commenttable
{
        width: 10%;

}

td
{
        width: 85% /*300px*/;

	background-color: #f8f8f8;
	color: #000;
}

.divider
{
	vertical-align: middle;
}

#logga
{
	margin: 0px 0px 0px 0px;
	background-image: url("../logga2.png");
	background-repeat: no-repeat;
	border-bottom: 4px solid #FFF;
	height: 120px;
}

#leftmenu
{
	position: absolute;
	left: 30px;
	top: 140px;
	bottom: 10px;
	padding: 0;
	border-right: 1px solid #AAA;
	width: 80px;
}

#rightmenu
{
	position: absolute;
	right: 0px;
	top: 130px;
	bottom: 10px;
	padding: 0;
	width: 120px;
}

#bottom
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 0;
	border-bottom: 1px solid #AAA;
	width: 101px;
}

#leftmenu li
{
	list-style: none;
}

#content
{
	margin-left: 100px;
	margin-bottom: 10px;
	margin-right: 140px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 7px;
	max-width: 520px;
}