/*****************************************************************************************
General properties (for body, ol, ul, ...).
*****************************************************************************************/
body {
	font-family: Verdana;
	font-size: 10px;
	background-color: white;
	margin: 1em 1em 0.5em 1em;
	padding: 0;
}

ol {
	margin: 1em 0 2em 0;
	list-style: decimal;
   border-bottom:0;
}

ol li {
	list-style: decimal;
	margin-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	border-bottom:0;
}

ul {
	margin: 1em 0 2em 0.3em;
	list-style: disc;
	border-bottom: 0;
	border-left: none;
}

ul li{
	list-style: circle;
	margin-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	border-bottom:0;
	border-left: none;
}
/*****************************************************************************************/






/*****************************************************************************************
Properties for the banner area.
*****************************************************************************************/
.banner{
}


.banner a img{
   border: 0px;
	display: none;
}

.title_agu {
	font: small-caps 600 20px Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align: center;
   padding-bottom: 1em;
}

.logo_agu {
   position: absolute;
   left: 20px;
   top: 37px;
	display: none;
}

.logo_geodesysection {
   position: absolute;
   left:100%;
   margin-left: -220px;
   top: 26px;
   display: none;
}
/*****************************************************************************************/







/*****************************************************************************************
Properties for the main menu.
*****************************************************************************************/
.menu{
   position: absolute;
   top: 97px;
   left: 1em;
   width: 19em;
   overflow: hidden;
   border: 0px solid black;
   display: none;
}

.menu dl, dt, dd {
	list-style-type: none;
	margin: 0 0 2px 0;
	padding: 0px;
}

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

.menutitle {
	height: 1.3em;
	background-color: #80b3b3;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 3px;
	text-transform: uppercase;
   display: none;
}

.menubox {
	margin-bottom: 10px;
   border:1px solid black;
   background-color: #bfd9d9;
   text-indent: 5px;
   display: none;
}

.menubox a {
   text-decoration: none;
   color: black;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   display: none;
}

.menubox a:hover {
   color: white;
   background-color: #006666;
   font-size: 13px;
   font-family: Arial, Helvetica, sans-serif;
   display: none;
}
/*****************************************************************************************/



/*****************************************************************************************
Properties for the main content for the web page (page itself, title and text areas).
*****************************************************************************************/
.page{
	background-color: white;
	color: black;
}

.pagetitle {
	font-weight: bold;
	color: #333366;
	font-size: large;
	border-bottom: thin solid;
	border-top: thin solid;
   text-align: center;
}

.pagetext {
   text-align: justify;
   font-size: 12px;
   padding-top: 1em;
}
/*****************************************************************************************/







/*****************************************************************************************
Rectangle with dashed borders
*****************************************************************************************/
.historyperiod {
	border: thin dashed #333366;
	padding: 0.4em 0.4em 0.4em 0.6em;
	margin-bottom: 1.5em;
}
/*****************************************************************************************/




/*****************************************************************************************
Red text-color to show parts which have to be updated
*****************************************************************************************/
.tobeupdated {
	color: Red;
}
/*****************************************************************************************/



/*****************************************************************************************
Gray background-color for a row in a table
*****************************************************************************************/
.springrow {
	background-color: #eeeeee;
}
/*****************************************************************************************/













/*****************************************************************************************
List delimited on the left by a vertical solid border. Items separated by dotted lines.
*****************************************************************************************/
.verticalbarlist {
}

.verticalbarlist ul {
	list-style-type: none;
	margin: 1em 0 2em 0;
	border-left: thin;
	border-left-style: solid;
}

.verticalbarlist ul li {
	border-bottom: dotted;
	border-bottom-width: thin;
	margin-left: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	list-style: none;
}

.verticalbarlist ul li.last {
   border-bottom:0;
}
/*****************************************************************************************/



/*****************************************************************************************
Table of contents
*****************************************************************************************/
.tableofcontents {
	border: 0px solid;
	padding: 0.2em 0.5em 1em 0em;
	margin: 1em 1em 1em 0em;
}

.tableofcontents ul {
	list-style-type: none;
	margin: 0.5em 0 2em 0;
	display: inline;
	padding: 0.5em 0.5em 2em 0.5em;
}

.tableofcontents ul li {
	margin-left: 0.7em;
	padding-bottom: 1em;
	padding-top: 0.3em;
	list-style: none;
	display: inline;
}

.tableofcontents ul li a {
  text-decoration: none;
}



.noprinting
{
display: none;
}

