body
{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}

div#wrapper
{
	width: 769px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #acacac;
}

div#wrapper .top
{
	height: 124px;
	background-image: url( /images/top.jpg );
	background-repeat: no-repeat;
}

div#wrapper .container
{
	background-image: url( /images/contentBg.jpg );
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

td#leftSide
{
	width: 181px;
	height: 300px;
	background-image: url( /images/hundOgSlogan.jpg );
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

td#leftSide .hund
{
 vertical-align: bottom;
 height: 100%;
}

div#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#menu li
{
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #8e8e8e;
	border-left: none;
	border-top: none;
}

div#menu li a
{
	color: #11491b;
}

div#menu ul ul
{
	padding-bottom: 10px;
	padding-left: 10px;
}

div#menu li li
{
	border: none;
	padding-top: 0;
	padding-bottom: 0;
}

td#leftSide .menuTop
{
	height: 43px;
	background-image: url( /images/menuTop.jpg );
	background-repeat: no-repeat;
}

td#leftSide .menuBottom
{
	height: 16px;
	background-image: url( /images/menuBund.jpg );
	background-repeat: no-repeat;
}

td#content
{
	text-align: left;
	padding: 35px;
	padding-top: 35px;
	width: 558px;
}



/*********************************/
/                                /
/        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;
}
