html {
	width: 100%;
  height: 100%;
}

body {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: Navy;
	background-color: White;
	width: 100%;
  height: 100%;
	margin: 0px 0px 0px 0px;
/*	padding: 8px 8px 8px 8px; */
	padding: 0px 0px 0px 0px;
	overflow: auto;
}

a {
  outline: none;
  border: none;
}

img {
  outline: none;
  border: none;
}

#logo-1 {
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 99;
  height: 30px;
}

#maincontainer {
  position: relative;
	background-color: #E0E0E0;
	width: 100%;
  height: 700px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}

#filterbox {
  background-color: #E00A21;
  width: 800px;
  height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 6px 10px 0px 0px;
  text-align: right;
}

/*
-------------------------------------------------------------
  Register
-------------------------------------------------------------
*/
#tabbox {
/*	background: #E00921 url(images/bg_tab.jpg) repeat-x; */
/*	background: #004B7C url(images/bg_tab.jpg) repeat-x; */
	background-color: #96C11F;
  color: #FFFFFF;
	width: 800px;
	height: 30px;
	margin: 0px 10px 0px 0px;
	padding: 6px 10px 0px 0px;
	text-align: right;
	border-bottom: thin solid #606060;
}

#tabbox ul {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 6px;
  list-style-type: none;
}

#tabbox ul li {
  padding-right: 0px;
  padding-left: 9px;
  background: url(images/tabs/left.gif) no-repeat left top;
  float: left;
  padding-bottom: 0px;
  margin: 0px;
  padding-top: 0px;
  font-weight: bold;
}

#tabbox a {
  padding-right: 15px;
  display: block;
  padding-left: 6px;
  font-weight: bold;
  background: url(images/tabs/right.gif) no-repeat right top;
  float: left;
  padding-bottom: 4px;
/*  color: #E0E0E0; */
  padding-top: 5px;
  text-decoration: none;
}

#tabbox a {
  float: none;
}

#tabbox a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.aktiv {
	color: #FFFFB7;
}

.inaktiv {
/*  color: #E50069; */
  color: #FFFFFF;
}

/*
.current a {
  background-image: url(images/tabs/right_on.gif);
  padding-bottom: 5px;
  color: #FFFFA0;
}
*/

/*
-------------------------------------------------------------
  Menus
-------------------------------------------------------------
*/
.block {
	margin: 0px 0px 5px 0px;
/*
	border: 1px solid #1E242B;
	background-color: #e7e7e7;
*/
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 8px 8px 8px;
}

.menu li a {
	display: block;
/*
	border-bottom: 1px dotted #808080;
*/
	margin: 5px 0px 0px 0px;
	text-decoration: none;
  font-size: 1.0em;
  font-weight: bold;
	color: #0F70BD;
}

.menu li a:hover {
	color: #94B91B !important;
/*
	border-bottom: 1px dotted #c00;
*/
}

.menu li ul.submenu {
	display: none;
	padding: 0 !important;
	margin-bottom: 5px;
}

.menu ul.submenu li a {
	margin-left: 10px;
}

#titlebox {
  position: relative;
	background: transparent;
  color: #FFFFFF;
/*	width: 800px; */
	height: 0px;
/*	margin: 0px 10px 0px 0px; */
	padding: 0px 10px 0px 0px;
  top: -25px;
  font-size: 1.2em;
	text-align: right;
}
