
.hidden {
  display: none;
}

table, th, td, img {
	border: 0px solid #dd0000;
}

body {
	background-color: #EAEAEA;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	
}

ul {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

li {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 5px 14px;
	padding: 0px;
}

.Input_120 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;

}

.Input_240 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 240px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;

}

.Input_428 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	width: 412px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;

}
.Button_50 {
	width: 50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.Button_70 {
	width: 70px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.Button_120 {
	width: 120px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

/*	Tabellen  */

th {

	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

td {

	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}


img {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #0000dd;
}

table {
	border-style: solid;
	border-color: #dd0000;
}

th,td {
	border-style: solid;
	border-color: #dddd00;
}

.grayText {
	color: #666666;
}

.whiteframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #ffffff;
}


.whitebg {
	background-color: #ffffff;
}


.TxtError {
	color: #E0003C;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

.RefHL {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

.TxtHL {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4em;
}

.TxtCopy {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}

.TxtDist {
	line-height: 6px;
}

/* Links */

a {
	color: #E0003C;
	text-decoration: underline;
}

a:hover {
	color: #E0003C;
	text-decoration: underline;
}

.TxtLinkSel  {
	font-weight: bold;
	color: #E0003C;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 1.4em;
}

.TxtLink  {
	font-weight: bold;
	color: #666666;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 1.4em;
}

.TxtLink:hover  {
	font-weight: bold;
	color: #E0003C;
	background-color: #ffffff;
	text-decoration: none;
	line-height: 1.4em;
}

.NavLink  {
	color: #000000;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

.NavLink:hover  {
	color: #E0003C;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

.NavLinkActive  {
	color: #E0003C;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}

.NavLinkActive:hover  {
	color: #E0003C;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}


