/*****************************************************************************************
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;
	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{
	width:100%;
	height: 8em;
	background-color: #9999cc;
	border: 0.1em solid black;
}


.banner a img{
	border: 0px;
}

.title_agu {
	position: absolute;
	left: 50%;
	margin-left: -180px;
	top: 37px;
	font: small-caps 600 24px Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	width: 60%;
}

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

.logo_geodesysection {
	position: absolute;
	left: 100%;
	margin-left: -220px;
	top: 26px;
/*	float: right;
	padding-right: 1em;*/
}
/*****************************************************************************************/






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

.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;/*15px;*/
	background-color: #80b3b3;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	border: 1px solid black;
	margin-top: 0px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

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

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

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


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

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




/*****************************************************************************************/



/*****************************************************************************************
Properties for the main content for the web page (page itself, title and text areas).
*****************************************************************************************/
.page{
	/*line-height: 130%;*/
	margin: 1em -2px 0.7em 20em;/*195px;*/
	padding: 0 2% 3em 2%;
	min-height: 600px;
	background-color: #eeeef9;
	border: 1px solid black;
	color: #333366;
}

.pagetitle {
	padding-top: 8px;
	padding-bottom: 6px;
	margin-top: 14px;
	margin-bottom: 2em;
	text-indent: 8px;
	font-weight: bold;
	color: #333366;
	font-size: large;
	border-bottom: thin solid;
	border-top: thin solid;
}

.pagetext {
	padding-left: 5px;
	padding-right: 5px;
        margin-top:2em;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 13px;
}
/*****************************************************************************************/







/*****************************************************************************************
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 0em 0;
	border-left: thin;
	border-left-style: solid;
	padding-bottom: 0em;
}

.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 0em;
}

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

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


