html, body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
}

/* FORMULARER - START */
#body_outer table {
	width: 100%;
}

#body_outer table tr td {
	height: 25px;
	padding: 0px 0px 0px 3px;
	margin: 0px;
}

#body_outer table tr td input {
	width: 100%;
	height: 100%;
	background-color: #B5B3B3;
	color: #FFF;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #A9A9A9;
}

#body_outer table tr td select {
	width: 100%;
	height: 100%;
	background-color: #B5B3B3;
	color: #FFF;
	padding-right: 3px;
	direction: rtl;
}

#body_outer table tr td div {
	width: 100%;
	height: 100%;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #A9A9A9;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 23px;
}


.red_background {
	background-color: #960A2C;
	color: #FFF;
	height: 25px;
}

.darkgray_background {
	background-color: #656263;
	color: #FFF;
	height: 25px;
}

.lightgray_background {
	background-color: #B5B3B3;
	color: #FFF;
	height: 25px;
}

.font_smaller {
	font-size: 10px;
}

#status_div {
	margin: 20px 0px;
	font-weight: bold;
	font-size: 16px;
}
/* FORMULARER - SLUT */
/* MAIN DESIGN - START */
#body_outer {
	margin: 20px auto;
	width: 800px;
}

#body_outer a {
	color: #000;
	text-decoration: none;
}

#body_outer a:hover {
	text-decoration: underline;
}

#main_logo {
	width: 800px;
	margin: 0 auto;
}

#main_logo img {
	width: 100%;
	margin: 10px 10px 20px 10px;
}

#menu_outer {
	width: 100%;
	height: 52px;
	background-color: #822434;
}

#menu {
	width: 800px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}

#menu li {
	display: inline;
	width: 200px;
	height: 52px;
	display: block;
	float: left;
}

#menu li a {
	height: 52px;
	width: 100%;
	line-height: 52px;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	text-align: center;
	display: block;
}

#menu li a:hover {
	background-color: #954552;
}
/* MAIN DESIGN - SLUT */
/* ANDET - START */
#red_boks {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	color: #FFF;
	background-color: #822434;
	margin: 20px auto;
	width: 300px;
	font-size: 13px;
	font-weight: 300 !important;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3636em;
}

#red_boks a {
	color: #FFF;
	text-decoration: none;
}

#red_boks a:hover {
	text-decoration: underline;
}

#red_boks input[type="text"], #red_boks input[type="password"] {
	width: 100%;
	height: 30px;
	background-color: #FFF;
	color: #000;
	border: 1px solid #FFF;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	box-sizing: border-box;
}

#red_boks input[type="submit"] {
	float: right;
}

#red_boks input[type="submit"], #body_outer input[type="submit"] {
	background-color: #822434;
	border: 1px solid #e0e0e0;
	padding: 7px 15px;
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	font-style: normal;
	font-family: Tahoma,Verdana,Arial,sans-serif;
	margin-top: 10px;
}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

hr {
	border: 0;
	height: 1px;
	background-color: #FFF;
}
/* ANDET - SLUT */
/* SAGER - START */
#body_outer table tbody tr td {
	position: relative;
}

#case_table a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding-left: 5px;
}

#case_table a:hover {
	background-color: #EEE;
	text-decoration: none;
}

.information_icon {
	position: absolute;
	width: 16px;
	margin-left: 10px;
	padding-top: 2px;
	border: 0px;
}

.information_box {
	display: none;
}

.hidecss {
	display: none !important;
}

.showcss {
	display: block;
}
/* SAGER - SLUT */