body
{
	margin: 0;
	padding: 0;
	background-color: #c0c0c0;
}

div#wrapper
{
	width: 963px;
	margin-left: auto;
	margin-right: auto;
}

div#top
{
	height: 86px;
	width: 100%;
	background-image: url(/images/topLogo.jpg);
	background-repeat: no-repeat;
}

div#topMenu
{
	position: absolute;
	width: 696px;
	height: 22px;
	text-align: right;
	margin-top: 64px;
	margin-left: 259px;
	background-color: #000;
}

div#topMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#topMenu ul li
{
	float: left;
	padding-left: 28px;
	padding-right: 28px;
	border-left: 1px solid #808080;
	margin-top: 4px;
}

div#wrapper div#container
{
	background-color: #fff;
}

div#footer
{
	background-image: url(/images/footerBorderTopBg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
	padding-top: 10px;
}


/*********************************/
/                                /
/        inputs                  /
/                                /
/*********************************/

.CheckboxInput
{
	padding-bottom: 10px;
}

.CheckboxInput .label
{
	font-weight: bold;
	padding-bottom: 3px;
}

div.LineInput,
div.PasswordInput{
	width: 100%;
	padding-bottom: 10px;
}

div.LineInput .label,
div.PasswordInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.LineInput .input,
div.PasswordInput .input{
	width: 100%;
}

div.LineInput .input input{
	width: 100%;
}

div.PasswordInput .input input{
	width: 100px;
}

div.LineInput .input input.SmallLine{
	width: 100px;
}

div.TextInput{
	width: 100%;
	padding-bottom: 10px;
}

div.TextInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.TextInput .input{
	width: 100%;
}

div.TextInput .input textarea{
	width: 100%;
	height: 66px;
}

div.SelectInput{
	width: 100%;
	padding-bottom: 10px;
}

div.SelectInput .label{
	font-weight: bold;
	padding-bottom: 3px;
}

div.SelectInput .input{
	width: 100%;
}

div.SelectInput .input select{
	width: 100%;
}

div.SubmitButton,
div.ResetButton{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.SubmitButton .input{
}

div.ResetButton .input input,
div.SubmitButton .input input{
	cursor: hand;
	cursor: pointer;
	border: 1px solid #717171;
	color: #5e5e5e;
}

div.TwoButtonInput .SubmitButton
{
	float: left;
	padding-right: 35px;
}

div.TwoButtonInput .ResetButton
{
	padding-top: 10px;
}

/*Typografi*/

div#EditLink
{
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#EditLink a
{
	color: #F00;
	text-decoration: none;
}
