/* copyright   RomanticRoad e.K.  all rights reserved .  Title:  CSS For All  LANGUAGE MAIN PAGES  */

/*  formats for navigation links   */ 
  
A:link {
	color: rgb(231,234,147);
	text-decoration: none;
}

A:visited {
	color: rgb(231,234,147);
	text-decoration: none;
}

A:hover {
	color: rgb(154,169,49);
}

A:active {
	color: rgb(154,169,49);
	text-decoration: none;
}

P.nav { 
	text-align:center;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(255,232,174);
}

A.exnav:link {
	color: rgb(231,234,147);
	text-decoration: none;
}

A.exnav:visited {
	color: rgb(231,234,147);
	text-decoration: none;
}

A.exnav:hover {
	color: rgb(186,59,52);
}

A.exnav:active {
	color: red;
	text-decoration: none;
}

P.exnav { 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight:400;
}


/*  formats for non-auto generated popup menu links      */

A.mnpop:link {
	color: rgb(154,169,49);
	text-decoration: none;
}

A.mnpop:visited {
	color: rgb(154,169,49);
	text-decoration: none;
}

A.mnpop:hover {
	color: rgb(237,203,177);
}

A.mnpop:active {
	color: red;
	text-decoration: none;
}

P.mnpop {
	text-align:center;
}

/*  formats  for auto-generated advent popup links  */

P.advent {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(252,213,125);
	text-align: center;
}


/*  formats for Logo objects  */

P.logo { 
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:400;
	color: rgb(255,232,174);
}

IMG.logomap {
	
	}
	
P.rrurl {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:400;
	color: rgb(255,232,174);
}

	
/*  format for Design  Level  Pages   */

BODY.pg {
	background-color: black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(254,223,150);
}

P.textp1 {
	text-align:justify;
	font-weight:400;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(254,223,150);
}

TABLE.map {
	background-color: rgb(255,255,239);
}

P.mapp1  {
	text-align:justify;	
	font-weight:500;
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(0,46,0);
}

P.mapp2  {
	text-align:justify;	
	font-weight:500;
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(0,46,0);
}


/*  format for Sight Map object    

P.sightmap {
	text-align:justify;
}

IMG.sightmap {

}

TABLE.sightmap {
	border-top: 1px rgb(186,62,69) solid; 
	border-bottom: 1px rgb(186,62,69) solid; 
	border-left: 1px rgb(186,62,69) solid; 
	border-right: 1px rgb(186,62,69) solid; 
	background-color: rgb(255,255,239);
}

P.mapanchor {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(186,62,69);
	text-align:left;
}

A.sightmap:link {
	color: rgb(186,62,69);
	text-decoration: none;
}

A.sightmap:visited {
	color: rgb(186,62,69);
	text-decoration: none;
}

A.sightmap:hover {
	color: red;
}

A.sightmap:active {
	color: red;
	text-decoration: none;
}

DIV.sightmap {
	position: absolute;
	z-index: 2;
}

*/